diff options
| -rw-r--r-- | lisp/menu-bar.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 83947623bd8..5ac5066e39a 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -41,6 +41,9 @@ | |||
| 41 | (define-key global-map [menu-bar tools] (cons "Tools" menu-bar-tools-menu)) | 41 | (define-key global-map [menu-bar tools] (cons "Tools" menu-bar-tools-menu)) |
| 42 | (defvar menu-bar-files-menu (make-sparse-keymap "Files")) | 42 | (defvar menu-bar-files-menu (make-sparse-keymap "Files")) |
| 43 | (define-key global-map [menu-bar files] (cons "Files" menu-bar-files-menu)) | 43 | (define-key global-map [menu-bar files] (cons "Files" menu-bar-files-menu)) |
| 44 | |||
| 45 | ;; This alias is for compatibility with 19.28 and before. | ||
| 46 | (defvar menu-bar-file-menu menu-bar-files-menu) | ||
| 44 | 47 | ||
| 45 | (defvar vc-menu-map (make-sparse-keymap "Version Control")) | 48 | (defvar vc-menu-map (make-sparse-keymap "Version Control")) |
| 46 | 49 | ||