diff options
author | Miles Bader <miles@gnu.org> | 2006-05-02 05:51:52 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-05-02 05:51:52 +0000 |
commit | fe682fb2f05fcbd9fcd2d12c2110719adcfcb58a (patch) | |
tree | 2a89d2d9ea2689cfe80a7618885cdd9f449761dd /lisp/time-stamp.el | |
parent | 7e635d0ed3c42e6e779821f5c0c1c62289f4c1ee (diff) | |
parent | 6cf93749317c2e18f850cd0f47f905895e850bfc (diff) | |
download | emacs-fe682fb2f05fcbd9fcd2d12c2110719adcfcb58a.tar.gz |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 239-258)
- Update from CVS
- (Ffield_beginning, find_field): Undo change of 2006-04-23.
- Rcirc patch from Ryan Yeske
- Merge from gnus--rel--5.10
- Clean up lisp/gnus/ChangeLog a bit
* gnus--rel--5.10 (patch 91-98)
- Merge from emacs--devo--0
- Update from CVS
Diffstat (limited to 'lisp/time-stamp.el')
-rw-r--r-- | lisp/time-stamp.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index 2f6d860bd21..4a14a0197e8 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -164,7 +164,7 @@ Do not change `time-stamp-line-limit', `time-stamp-start', incompatible with other people's files! If you must change them for some application, do so in the local variables section of the time-stamped file itself.") -;;;###autoload(put 'time-stamp-start 'safe-local-variable t) +;;;###autoload(put 'time-stamp-start 'safe-local-variable 'stringp) (defvar time-stamp-end "\\\\?[\">]" ;Do not change! "Regexp marking the text after the time stamp. @@ -184,7 +184,7 @@ Do not change `time-stamp-start', `time-stamp-end', `time-stamp-pattern', or `time-stamp-inserts-lines' for yourself or you will be incompatible with other people's files! If you must change them for some application, do so in the local variables section of the time-stamped file itself.") -;;;###autoload(put 'time-stamp-end 'safe-local-variable t) +;;;###autoload(put 'time-stamp-end 'safe-local-variable 'stringp) (defvar time-stamp-inserts-lines nil ;Do not change! @@ -201,7 +201,7 @@ Do not change `time-stamp-end' or `time-stamp-inserts-lines' for yourself or you will be incompatible with other people's files! If you must change them for some application, do so in the local variables section of the time-stamped file itself.") -;;;###autoload(put 'time-stamp-inserts-lines 'safe-local-variable t) +;;;###autoload(put 'time-stamp-inserts-lines 'safe-local-variable 'symbolp) (defvar time-stamp-count 1 ;Do not change! |