aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-04-02 00:07:11 -0700
committerGlenn Morris2014-04-02 00:07:11 -0700
commit0b908bf2ef8a755cc61425e181f8272e52bc5aaa (patch)
tree264e25a626c91fa878a1d264d9cedf815d476f63 /lisp/ChangeLog
parent9c8b0aa042be6b3c5955f855d0d08ae6beaffd06 (diff)
downloademacs-0b908bf2ef8a755cc61425e181f8272e52bc5aaa.tar.gz
emacs-0b908bf2ef8a755cc61425e181f8272e52bc5aaa.zip
Small codes update for revert-buffer-function no longer being nil by default
* lisp/menu-bar.el (menu-bar-file-menu): * lisp/vc/ediff.el (ediff-current-file): Update for revert-buffer-function no longer being nil by default.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0bfc080f8ec..b1c35a78937 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12014-04-02 Glenn Morris <rgm@gnu.org> 12014-04-02 Glenn Morris <rgm@gnu.org>
2 2
3 * menu-bar.el (menu-bar-file-menu):
4 * vc/ediff.el (ediff-current-file):
5 Update for revert-buffer-function no longer being nil by default.
6
3 * simple.el (command-execute): Respect nil disabled-command-function. 7 * simple.el (command-execute): Respect nil disabled-command-function.
4 8
52014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr> 92014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>