Remove prompt "Keep current list of tags tables also? (y or n)" which appear
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 17 Jan 2011 14:57:40 +0200
changeset 530 24609ff54eb7
parent 529 1d38dfff2664
child 531 a6466b47121e
Remove prompt "Keep current list of tags tables also? (y or n)" which appear if etags-select used.
.emacs-my
--- a/.emacs-my	Mon Jan 17 14:56:49 2011 +0200
+++ b/.emacs-my	Mon Jan 17 14:57:40 2011 +0200
@@ -1105,6 +1105,8 @@
 ;; One of 'tags-table-list' or 'tags-file-name' control which TAGS files to
 ;; use.
 
+(setq tags-add-tables t)
+
 (when (featurep 'etags-table)
   (setq etags-table-search-up-depth 8)
   (when (featurep 'etags-select)