diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-27 19:05:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-27 19:05:06 +0000 |
commit | 94221759560ce496449f87fff47cd0b501f7965d (patch) | |
tree | 6416912cbd53730a5eb5b3f50e93e89d552294e2 | |
parent | 4b0dc4d3dd3635698862ca6c8a0764d2a61b8de0 (diff) | |
download | emacs-94221759560ce496449f87fff47cd0b501f7965d.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 11 | ||||
-rw-r--r-- | lispref/ChangeLog | 5 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68f003f4c97..0bbbae8a191 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2004-11-27 Richard M. Stallman <rms@gnu.org> + + * comint.el (comint-read-noecho): Add trivial compatibility + definition. + + * generic.el (define-generic-mode): Doc fix. + + * menu-bar.el (menu-bar-options-save): For the options + that are toggled with menu-bar-make-mm-toggle, don't check + for customized-value prop. + 2004-11-27 Eli Zaretskii <eliz@gnu.org> * mail/supercite.el (sc-cite-region): Handle the case where diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 3e48d4c5085..e1f05b00e47 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2004-11-26 Richard M. Stallman <rms@gnu.org> + + * locals.texi (Standard Buffer-Local Variables): Undo prev change. + Remove a few vars that are not always buffer-local. + 2004-11-24 Luc Teirlinck <teirllm@auburn.edu> * locals.texi (Standard Buffer-Local Variables): Comment out |