diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-06-22 12:08:38 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-06-22 12:08:38 +0300 |
commit | efda44fb72d0f1ed7f8a6506f2cb1ddd504d93b8 (patch) | |
tree | 149545c56e80a9aaaa1ddf633c441955580f56ed | |
parent | bcaf5a140dd5cf15208042985f78fa1a1e0b7697 (diff) | |
download | emacs-efda44fb72d0f1ed7f8a6506f2cb1ddd504d93b8.tar.gz |
; * etc/NEWS: Mention the last change in NEWS.
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1543,6 +1543,11 @@ aliases of 'bookmark-default-file'. *** New user option 'bookmark-watch-bookmark-file'. When non-nil, watch whether the bookmark file has changed on disk. +--- +** The mantemp.el library is now marked obsolete. +This library generates manual C++ template instantiations. It should +no longer be useful on modern compilers, which do this automatically. + * New Modes and Packages in Emacs 27.1 |