# HG changeset patch # User Dan Nicolaescu # Date 1145576108 0 # Node ID 60a94b1ec37e2b1ead68104739364712e8214275 # Parent 9c0686770e8716aca50ee184c52767d2d963a2bb (sh-shell): Mark as safe. diff -r 9c0686770e87 -r 60a94b1ec37e lisp/ChangeLog --- a/lisp/ChangeLog Thu Apr 20 23:03:03 2006 +0000 +++ b/lisp/ChangeLog Thu Apr 20 23:35:08 2006 +0000 @@ -6,6 +6,8 @@ 2006-04-20 Dan Nicolaescu + * progmodes/sh-script.el (sh-shell): Mark as safe. + * newcomment.el (comment-start, comment-start-skip) (comment-end-skip, comment-end): Mark as safe. diff -r 9c0686770e87 -r 60a94b1ec37e lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Thu Apr 20 23:03:03 2006 +0000 +++ b/lisp/progmodes/sh-script.el Thu Apr 20 23:35:08 2006 +0000 @@ -356,6 +356,7 @@ (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)