diff options
| author | Glenn Morris | 2010-10-26 21:06:52 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-26 21:06:52 -0700 |
| commit | aab705a2a898cae643b328d745410d844cf08e6e (patch) | |
| tree | 0a9301a38cbe32e6501d25e9943b8b8b83d7930d /doc/lispref/ChangeLog | |
| parent | 931c1dfaae8e1fc4c77e563912ee4fb5953ae844 (diff) | |
| download | emacs-aab705a2a898cae643b328d745410d844cf08e6e.tar.gz emacs-aab705a2a898cae643b328d745410d844cf08e6e.zip | |
Fix treatment of menu-bar-files-menu.
* lisp/menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
rather than just an unused variable that inherits from the real one.
* doc/lispref/maps.texi (Standard Keymaps): Update File menu description.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index ccbbe1b9c81..5974893288a 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * maps.texi (Standard Keymaps): Update File menu description. | ||
| 4 | |||
| 1 | 2010-10-22 Eli Zaretskii <eliz@gnu.org> | 5 | 2010-10-22 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * display.texi (Window Systems): Deprecate use of window-system as | 7 | * display.texi (Window Systems): Deprecate use of window-system as |