(sh-shell): Mark as safe.
This commit is contained in:
parent
9d2edb3739
commit
7fe9a6e3c1
2 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue