diff options
| author | Glenn Morris | 2014-04-02 00:07:11 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-04-02 00:07:11 -0700 |
| commit | 0b908bf2ef8a755cc61425e181f8272e52bc5aaa (patch) | |
| tree | 264e25a626c91fa878a1d264d9cedf815d476f63 /lisp/ChangeLog | |
| parent | 9c8b0aa042be6b3c5955f855d0d08ae6beaffd06 (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 @@ | |||
| 1 | 2014-04-02 Glenn Morris <rgm@gnu.org> | 1 | 2014-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 | ||
| 5 | 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr> | 9 | 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr> |