1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

* lisp/progmodes/etags.el (tags-file-name): Mark safe if stringp (Bug#6733).

This commit is contained in:
Tom Tromey 2010-08-14 19:01:42 -04:00 committed by Chong Yidong
parent 8a8d54cd2a
commit 6f1a6fafcf
2 changed files with 6 additions and 0 deletions

View 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

View 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)