]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/etags.el (tags-file-name): Mark safe if stringp (Bug#6733).
authorTom Tromey <tromey@redhat.com>
Sat, 14 Aug 2010 23:01:42 +0000 (19:01 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 14 Aug 2010 23:01:42 +0000 (19:01 -0400)
lisp/ChangeLog
lisp/progmodes/etags.el

index dee217104db19e42ffb53c8ecb0be81d05cb65c3..5eb3792ef6420eee0a915b6a91814fb0f9dc18fa 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-14  Tom Tromey  <tromey@redhat.com>
+
+       * progmodes/etags.el (tags-file-name): Mark safe if stringp
+       (Bug#6733).
+
 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
 
        * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
index 4f0fcd77ab5d73f65b7edf4931c239560635773f..2018a71574ec4d2ada7b55a053bb600d4a88f005 100644 (file)
@@ -40,6 +40,7 @@ If you set this variable, do not also set `tags-table-list'.
 Use the `etags' program to make a tags table file.")
 ;; Make M-x set-variable tags-file-name like M-x visit-tags-table.
 ;;;###autoload (put 'tags-file-name 'variable-interactive (purecopy "fVisit tags table: "))
+;;;###autoload (put 'tags-file-name 'safe-local-variable 'stringp)
 
 (defgroup etags nil "Tags tables."
   :group 'tools)