diff options
Diffstat (limited to 'lisp/emacs-lisp/easymenu.el')
| -rw-r--r-- | lisp/emacs-lisp/easymenu.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 6ba8b997f84..73dabef3fa5 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el | |||
| @@ -29,16 +29,6 @@ | |||
| 29 | 29 | ||
| 30 | ;;; Code: | 30 | ;;; Code: |
| 31 | 31 | ||
| 32 | (defvar easy-menu-precalculate-equivalent-keybindings nil | ||
| 33 | "Determine when equivalent key bindings are computed for easy-menu menus. | ||
| 34 | It can take some time to calculate the equivalent key bindings that are shown | ||
| 35 | in a menu. If the variable is on, then this calculation gives a (maybe | ||
| 36 | noticeable) delay when a mode is first entered. If the variable is off, then | ||
| 37 | this delay will come when a menu is displayed the first time. If you never use | ||
| 38 | menus, turn this variable off, otherwise it is probably better to keep it on.") | ||
| 39 | (make-obsolete-variable | ||
| 40 | 'easy-menu-precalculate-equivalent-keybindings nil "23.1") | ||
| 41 | |||
| 42 | (defsubst easy-menu-intern (s) | 32 | (defsubst easy-menu-intern (s) |
| 43 | (if (stringp s) (intern s) s)) | 33 | (if (stringp s) (intern s) s)) |
| 44 | 34 | ||