diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-12-11 04:36:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-12-11 04:36:34 +0000 |
commit | e869fa92839e4eb09100d650d62e0d4cbf969308 (patch) | |
tree | a7f9dcbb5937d23157267ca3e73260ca51c86b71 | |
parent | b9b14938f9a018591703b7b1824f28bff284dfc3 (diff) | |
download | emacs-e869fa92839e4eb09100d650d62e0d4cbf969308.tar.gz |
*** empty log message ***
-rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
-rw-r--r-- | lisp/ChangeLog | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 7f514000a58..55aa32bd0e9 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -62,6 +62,8 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. ** kbd_buffer_store_event[_hold] called from outside signal handlers. +** org.el change papers + * DOCUMENTATION ** Check the Emacs Tutorial. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8113965b17b..b9c1811b1ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-12-11 Richard Stallman <rms@gnu.org> + + * emacs-lisp/cl-macs.el (defstruct): Suppress warnings + about calls to cl-struct-setf-expander. + 2006-12-11 Juanma Barranquero <lekktu@gmail.com> * ediff-merg.el (ediff-show-clashes-only): Doc fix. |