(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

@ -6,6 +6,8 @@
2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
* progmodes/sh-script.el (sh-shell): Mark as safe.
* newcomment.el (comment-start, comment-start-skip)
(comment-end-skip, comment-end): Mark as safe.

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)