1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(sh-shell): Mark as safe.

This commit is contained in:
Dan Nicolaescu 2006-04-20 23:35:08 +00:00
parent 9d2edb3739
commit 7fe9a6e3c1
2 changed files with 3 additions and 0 deletions

View file

@ -356,6 +356,7 @@ the car and cdr are the same symbol.")
(defvar sh-shell (sh-canonicalize-shell (file-name-nondirectory sh-shell-file))
"The shell being programmed. This is set by \\[sh-set-shell].")
;;;###autoload(put 'sh-shell 'safe-local-variable 'symbolp)
(defvar sh-mode-abbrev-table nil)