]> git.eshelyaron.com Git - emacs.git/commit
Fix time-stamp-time-zone bugs introduced in July
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jan 2016 17:09:27 +0000 (09:09 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jan 2016 17:09:52 +0000 (09:09 -0800)
commitfe6efddcc1f4dd2e18737f98c45ead8bbbc7a969
tree33f597b8143afa7ff2c7c1c6f13b78fd9d997f11
parent58a622d473112f8ff5b4bdb3e49bc6573dfd3404
Fix time-stamp-time-zone bugs introduced in July

This fixes a bug introduced when the July changes to
format-time-string installed, as the changes were not
correctly handled in this module (Bug#22302).
Also, document time stamp time zones.
* lisp/time-stamp.el (time-stamp-time-zone): Document values better.
(time-stamp--format): New private function.
(time-stamp-string, time-stamp-string-preprocess)
(time-stamp-do-number): Use it.
* doc/emacs/files.texi (Time Stamps): Mention time zones.
* doc/misc/autotype.texi (Timestamps): Document time-stamp-time-zone.
doc/emacs/files.texi
doc/misc/autotype.texi
lisp/time-stamp.el