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:
parent
8a8d54cd2a
commit
6f1a6fafcf
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user