]> code.delx.au - gnu-emacs/commitdiff
(sh-shell): Mark as safe.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 20 Apr 2006 23:35:08 +0000 (23:35 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 20 Apr 2006 23:35:08 +0000 (23:35 +0000)
lisp/ChangeLog
lisp/progmodes/sh-script.el

index 234925efe207979ee58fe57b54036ea0c3e05c18..41d778b5d26e2a66daa67503285ad4406996b46e 100644 (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.
 
index 06ae4de766990bccb12417c6838b10d36796340d..bb8659ed662eeaca6a752a5cb5ede0cc119aadb2 100644 (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)