.emacs-my
changeset 421 44d516f2badd
parent 420 71e5a962381e
child 422 021017e52754
--- a/.emacs-my	Sun Jul 25 11:10:35 2010 +0300
+++ b/.emacs-my	Sun Jul 25 11:13:20 2010 +0300
@@ -932,6 +932,13 @@
 ;; (add-to-list 'compilation-mode-font-lock-keywords '("[ 	]\\(/F[oe][^ 	]+\\)" . 1))
 
 ;; ----------------------------------------------------------------------
+;; TAGS, etags, ctags, GNU GLOBAL.
+
+(when (featurep 'etags-table)
+  (setq etags-table-search-up-depth 1)
+  )
+
+;; ----------------------------------------------------------------------
 ;; windows inf files for driver installing
 
 (add-to-list 'auto-mode-alist '("\\.inf\\'" . conf-mode))