diff options
| author | Glenn Morris | 2016-01-20 20:11:16 -0500 |
|---|---|---|
| committer | Glenn Morris | 2016-01-20 20:11:16 -0500 |
| commit | 9830b81292917f2ec989c8b70b4728e366a9f3f1 (patch) | |
| tree | da82c940b5d105b6fb0cdf01ba7d651a24ff1038 /etc | |
| parent | 4786c02b83a521bb35f8928dac33a884b6ca7cfa (diff) | |
| download | emacs-9830b81292917f2ec989c8b70b4728e366a9f3f1.tar.gz emacs-9830b81292917f2ec989c8b70b4728e366a9f3f1.zip | |
Remove handling of non-string time-stamp formats, obsolete for 20 years.
* lisp/time-stamp.el (time-stamp-format): Doc fix.
(time-stamp-old-format-warn, time-stamp-fconcat): Remove.
(time-stamp-string): Ignore non-string formats.
; * etc/NEWS: Mention this.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -59,6 +59,9 @@ in these situations. | |||
| 59 | 59 | ||
| 60 | *** The kqueue library is integrated for *BSD and Mac OS X machines. | 60 | *** The kqueue library is integrated for *BSD and Mac OS X machines. |
| 61 | 61 | ||
| 62 | --- | ||
| 63 | ** Support for non-string values of `time-stamp-format' has been removed. | ||
| 64 | |||
| 62 | ** Tramp | 65 | ** Tramp |
| 63 | 66 | ||
| 64 | *** New connection method "sg", which allows to edit files under | 67 | *** New connection method "sg", which allows to edit files under |