[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/time-stamp.el [emacs-unicode-2]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/time-stamp.el [emacs-unicode-2] |
Date: |
Mon, 28 Jun 2004 04:35:38 -0400 |
Index: emacs/lisp/time-stamp.el
diff -c emacs/lisp/time-stamp.el:1.53.6.1 emacs/lisp/time-stamp.el:1.53.6.2
*** emacs/lisp/time-stamp.el:1.53.6.1 Fri Apr 16 12:50:10 2004
--- emacs/lisp/time-stamp.el Mon Jun 28 07:28:46 2004
***************
*** 5,11 ****
;; This file is part of GNU Emacs.
! ;; Maintainer's Time-stamp: <2003-02-01 09:26:25 gildea>
;; Maintainer: Stephen Gildea <address@hidden>
;; Keywords: tools
--- 5,11 ----
;; This file is part of GNU Emacs.
! ;; Maintainer's Time-stamp: <2004-06-13 19:04:36 teirllm>
;; Maintainer: Stephen Gildea <address@hidden>
;; Keywords: tools
***************
*** 32,38 ****
;; See the top of `time-stamp.el' for another example.
;; To use time-stamping, add this line to your .emacs file:
! ;; (add-hook 'write-file-hooks 'time-stamp)
;; Now any time-stamp templates in your files will be updated automatically.
;; See the documentation for the functions `time-stamp'
--- 32,38 ----
;; See the top of `time-stamp.el' for another example.
;; To use time-stamping, add this line to your .emacs file:
! ;; (add-hook 'before-save-hook 'time-stamp)
;; Now any time-stamp templates in your files will be updated automatically.
;; See the documentation for the functions `time-stamp'
***************
*** 242,248 ****
"Update the time stamp string(s) in the buffer.
A template in a file can be automatically updated with a new time stamp
every time you save the file. Add this line to your .emacs file:
! (add-hook 'write-file-hooks 'time-stamp)
Normally the template must appear in the first 8 lines of a file and
look like one of the following:
Time-stamp: <>
--- 242,249 ----
"Update the time stamp string(s) in the buffer.
A template in a file can be automatically updated with a new time stamp
every time you save the file. Add this line to your .emacs file:
! (add-hook 'before-save-hook 'time-stamp)
! or customize `before-save-hook' through Custom.
Normally the template must appear in the first 8 lines of a file and
look like one of the following:
Time-stamp: <>
***************
*** 318,324 ****
(setq start (time-stamp-once start search-limit ts-start ts-end
ts-format format-lines end-lines))
(setq ts-count (1- ts-count))))
- ;; be sure to return nil so can be used on write-file-hooks
nil)
(defun time-stamp-once (start search-limit ts-start ts-end
--- 319,324 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/time-stamp.el [emacs-unicode-2],
Miles Bader <=