Remove another variable alias obsolete since Emacs 23
* lisp/menu-bar.el (menu-bar-files-menu): Delete variable alias for `menu-bar-file-menu'. * etc/NEWS: Announce its deletion.
This commit is contained in:
parent
c3d029c923
commit
220845be11
2 changed files with 10 additions and 13 deletions
20
etc/NEWS
20
etc/NEWS
|
@ -2610,16 +2610,16 @@ ledit.el, lmenu.el, lucid.el and old-whitespace.el.
|
|||
'icalendar--datetime-to-noneuropean-date', 'image-mode-maybe',
|
||||
'imenu-example--name-and-position', 'ispell-aspell-supports-utf8',
|
||||
'lisp-mode-auto-fill', 'locate-file-completion', 'make-coding-system',
|
||||
'minibuffer-local-must-match-filename-map', 'mouse-choose-completion',
|
||||
'mouse-major-mode-menu', 'mouse-popup-menubar',
|
||||
'mouse-popup-menubar-stuff', 'newsticker-groups-filename',
|
||||
'nnir-swish-e-index-file', 'nnmail-fix-eudora-headers',
|
||||
'non-iso-charset-alist', 'nonascii-insert-offset',
|
||||
'nonascii-translation-table', 'password-read-and-add',
|
||||
'pre-abbrev-expand-hook', 'princ-list', 'print-help-return-message',
|
||||
'process-filter-multibyte-p', 'read-file-name-predicate',
|
||||
'remember-buffer', 'rmail-highlight-face', 'rmail-message-filter',
|
||||
'semantic-after-idle-scheduler-reparse-hooks',
|
||||
'menu-bar-files-menu', 'minibuffer-local-must-match-filename-map',
|
||||
'mouse-choose-completion', 'mouse-major-mode-menu',
|
||||
'mouse-popup-menubar', 'mouse-popup-menubar-stuff',
|
||||
'newsticker-groups-filename', 'nnir-swish-e-index-file',
|
||||
'nnmail-fix-eudora-headers', 'non-iso-charset-alist',
|
||||
'nonascii-insert-offset', 'nonascii-translation-table',
|
||||
'password-read-and-add', 'pre-abbrev-expand-hook', 'princ-list',
|
||||
'print-help-return-message', 'process-filter-multibyte-p',
|
||||
'read-file-name-predicate', 'remember-buffer', 'rmail-highlight-face',
|
||||
'rmail-message-filter', 'semantic-after-idle-scheduler-reparse-hooks',
|
||||
'semantic-after-toplevel-bovinate-hook',
|
||||
'semantic-before-idle-scheduler-reparse-hooks',
|
||||
'semantic-before-toplevel-bovination-hook',
|
||||
|
|
|
@ -79,9 +79,6 @@
|
|||
:help "Print current buffer with page headings"))
|
||||
menu))
|
||||
|
||||
;; Only declared obsolete (and only made a proper alias) in 23.3.
|
||||
(define-obsolete-variable-alias
|
||||
'menu-bar-files-menu 'menu-bar-file-menu "22.1")
|
||||
(defvar menu-bar-file-menu
|
||||
(let ((menu (make-sparse-keymap "File")))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue