1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(time-stamp-string-preprocess): Always convert

`field-result' to a string.
This commit is contained in:
Sam Steingold 2000-04-24 17:37:05 +00:00
parent cc181e9561
commit fa78f71bdb
2 changed files with 40 additions and 35 deletions

View File

@ -1,3 +1,8 @@
2000-04-24 Sam Steingold <sds@gnu.org>
* time-stamp.el (time-stamp-string-preprocess): Always convert
`field-result' to a string.
2000-04-24 Gerd Moellmann <gerd@gnu.org>
* frame.el (scrolling): New group.

View File

@ -573,7 +573,7 @@ Optionally use FORMAT."
(time-stamp-mail-host-name))
))
(if (string-equal field-width "")
field-result
(format "%s" field-result)
(let ((padded-result
(format (format "%%%s%c"
field-width