mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(ispell-menu-map): Autoload the whole setup.
This commit is contained in:
parent
845ca0c853
commit
7d687545ec
@ -457,9 +457,10 @@ language.aff file \(e.g., english.aff\).")
|
||||
|
||||
;;; ispell-menu-map from menu-bar.el
|
||||
|
||||
;;;###autoload
|
||||
(defvar ispell-menu-map nil)
|
||||
(if (and (featurep 'menu-bar) ; GNU emacs
|
||||
(string-match "^19\\." emacs-version))
|
||||
;;;###autoload
|
||||
(if (null ispell-menu-map)
|
||||
(let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist)))
|
||||
name)
|
||||
(setq ispell-menu-map (make-sparse-keymap "Spell"))
|
||||
|
Loading…
Reference in New Issue
Block a user