comparison lisp/time-stamp.el @ 91327:606f2d163a64

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
author Miles Bader <miles@gnu.org>
date Wed, 09 Jan 2008 01:21:15 +0000
parents f55f9811f5d7 73661ddc7ac7
children 1e3a407766b9
comparison
equal deleted inserted replaced
91326:b1a63d7fa09c 91327:606f2d163a64
1 ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs 1 ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs
2 2
3 ;; Copyright (C) 1989, 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2003, 3 ;; Copyright (C) 1989, 1993, 1994, 1995, 1997, 2000, 2001, 2002, 2003,
4 ;; 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4 ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 5
6 ;; This file is part of GNU Emacs. 6 ;; This file is part of GNU Emacs.
7 7
8 ;; Maintainer's Time-stamp: <2006-04-12 20:30:56 rms> 8 ;; Maintainer's Time-stamp: <2006-04-12 20:30:56 rms>
9 ;; Maintainer: Stephen Gildea <gildea@stop.mail-abuse.org> 9 ;; Maintainer: Stephen Gildea <gildea@stop.mail-abuse.org>
126 "If non-nil, a string naming the timezone to be used by \\[time-stamp]. 126 "If non-nil, a string naming the timezone to be used by \\[time-stamp].
127 Format is the same as that used by the environment variable TZ on your system." 127 Format is the same as that used by the environment variable TZ on your system."
128 :type '(choice (const nil) string) 128 :type '(choice (const nil) string)
129 :group 'time-stamp 129 :group 'time-stamp
130 :version "20.1") 130 :version "20.1")
131 131 ;;;###autoload(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
132 132
133 ;;; Do not change time-stamp-line-limit, time-stamp-start, 133 ;;; Do not change time-stamp-line-limit, time-stamp-start,
134 ;;; time-stamp-end, time-stamp-pattern, time-stamp-inserts-lines, 134 ;;; time-stamp-end, time-stamp-pattern, time-stamp-inserts-lines,
135 ;;; or time-stamp-count in your .emacs or you will be incompatible 135 ;;; or time-stamp-count in your .emacs or you will be incompatible
136 ;;; with other people's files! If you must change them, do so only 136 ;;; with other people's files! If you must change them, do so only