]> git.eshelyaron.com Git - emacs.git/commitdiff
* time-stamp.el (time-stamp-time-zone): Add safe-local-variable property.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 3 Jan 2008 06:46:43 +0000 (06:46 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 3 Jan 2008 06:46:43 +0000 (06:46 +0000)
lisp/ChangeLog
lisp/time-stamp.el

index 2e4ff332ce65941d6422535331b64690f03a118a..8f41f388eb091c73d3003b2af9b6b3d7092f1a7c 100644 (file)
@@ -1,3 +1,15 @@
+2008-01-03  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * time-stamp.el (time-stamp-time-zone):
+       * whitespace.el (whitespace-check-buffer-leading)
+       (whitespace-check-buffer-trailing)
+       (whitespace-check-buffer-indent)
+       (whitespace-check-buffer-spacetab)
+       (whitespace-check-buffer-ateol):
+       * progmodes/sh-script.el (sh-indentation):
+       * textmodes/ispell.el (ispell-local-pdict): Add
+       safe-local-variable properties.
+
 2007-12-29  Richard Stallman  <rms@gnu.org>
 
        * font-lock.el (font-lock-prepend-text-property)
@@ -16,7 +28,7 @@
 
        * cus-edit.el (custom-add-parent-links):
        Fill the "Parent documentation" text.
+
 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
 
        * textmodes/ispell.el (ispell-grep-command): Use "grep" on
index 7316e6db75a3794e4667db0de1ff8770147e00cc..82a523103699c5b5d624a22ee3ef2e619db4d34d 100644 (file)
@@ -128,7 +128,7 @@ Format is the same as that used by the environment variable TZ on your system."
   :type '(choice (const nil) string)
   :group 'time-stamp
   :version "20.1")
-
+;;;###autoload(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
 
 ;;; Do not change time-stamp-line-limit, time-stamp-start,
 ;;; time-stamp-end, time-stamp-pattern, time-stamp-inserts-lines,