Mercurial > emacs
changeset 70144:60a94b1ec37e
(sh-shell): Mark as safe.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 20 Apr 2006 23:35:08 +0000 |
parents | 9c0686770e87 |
children | 00cb3fe5fed5 |
files | lisp/ChangeLog lisp/progmodes/sh-script.el |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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)