equal
deleted
inserted
replaced
1102 ;;; ---------------------------------------------------------------- |
1102 ;;; ---------------------------------------------------------------- |
1103 ;;; TAGS, etags, ctags, GNU GLOBAL. |
1103 ;;; TAGS, etags, ctags, GNU GLOBAL. |
1104 |
1104 |
1105 ;; One of 'tags-table-list' or 'tags-file-name' control which TAGS files to |
1105 ;; One of 'tags-table-list' or 'tags-file-name' control which TAGS files to |
1106 ;; use. |
1106 ;; use. |
|
1107 |
|
1108 (setq tags-add-tables t) |
1107 |
1109 |
1108 (when (featurep 'etags-table) |
1110 (when (featurep 'etags-table) |
1109 (setq etags-table-search-up-depth 8) |
1111 (setq etags-table-search-up-depth 8) |
1110 (when (featurep 'etags-select) |
1112 (when (featurep 'etags-select) |
1111 (global-set-key "\M-." 'etags-select-find-tag) |
1113 (global-set-key "\M-." 'etags-select-find-tag) |