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:
parent
cc181e9561
commit
fa78f71bdb
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user