From: Stefan Kangas Date: Thu, 6 May 2021 14:05:36 +0000 (+0200) Subject: Remove another variable alias obsolete since Emacs 23 X-Git-Tag: emacs-28.0.90~2586 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=220845be11acbb08f719d327c8088ea7a414ef59;p=emacs.git 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. --- diff --git a/etc/NEWS b/etc/NEWS index 737b64b0dad..d5519de421e 100644 --- a/etc/NEWS +++ b/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', diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 1ba4690aacb..d8cdeb101ad 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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")))