Fix 'etags-table-search-up-depth' as it an integer value of depth but not a
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 17 Jan 2011 00:08:34 +0200
changeset 537 7d4926cc2f32
parent 536 14583eae4848
child 538 45b1d7e9f251
Fix 'etags-table-search-up-depth' as it an integer value of depth but not a boolean.
.emacs-my
--- a/.emacs-my	Sun Jan 16 21:54:19 2011 +0200
+++ b/.emacs-my	Mon Jan 17 00:08:34 2011 +0200
@@ -1103,7 +1103,7 @@
 ;;; TAGS, etags, ctags, GNU GLOBAL.
 
 (when (featurep 'etags-table)
-  (setq etags-table-search-up-depth 1)
+  (setq etags-table-search-up-depth 8)
   )
 
 ;;; ----------------------------------------------------------------