diff options
author | Glenn Morris <rgm@gnu.org> | 2007-12-09 02:18:04 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-12-09 02:18:04 +0000 |
commit | ed8a25dfa1cb441e81333968f7a5bc8852f5e3b8 (patch) | |
tree | 5d99e37ba35c891d21aa36fd4ced4cc63c3c43dd /admin | |
parent | a5ded4c97bac3fc56e20f5273c5b6bc365949a1c (diff) | |
download | emacs-ed8a25dfa1cb441e81333968f7a5bc8852f5e3b8.tar.gz |
(top-level): Use dolist rather than mapc in make-variable-frame-local call.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/FOR-RELEASE | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index b0965a01ba2..f96da325b75 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -107,6 +107,10 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg02052.html ** Fix or document the shortcoming of easymenu and :suffix. http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01857.html +** Fix problem with mode-name in SGML mode. +If mode-name stays non-string, add NEWS entry and doc fix. +http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg02048.html + * DOCUMENTATION ** Check the Emacs Tutorial. |