From: Dan Nicolaescu Date: Thu, 3 Jan 2008 06:46:43 +0000 (+0000) Subject: * time-stamp.el (time-stamp-time-zone): Add safe-local-variable property. X-Git-Tag: emacs-pretest-22.1.90~200 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65b332b131cc356242f5c6d0b17762335210ee02;p=emacs.git * time-stamp.el (time-stamp-time-zone): Add safe-local-variable property. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2e4ff332ce6..8f41f388eb0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2008-01-03 Dan Nicolaescu + + * 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 * 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 * textmodes/ispell.el (ispell-grep-command): Use "grep" on diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index 7316e6db75a..82a52310369 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -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,