1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(ido-mode): Add toggle notification.

This commit is contained in:
Chong Yidong 2008-08-02 21:50:11 +00:00
parent d56bb8c8d1
commit 7ff90407d0

View file

@ -1506,7 +1506,9 @@ This function also adds a hook to the minibuffer."
(if ido-minor-mode-map-entry
(setcdr ido-minor-mode-map-entry map)
(setq ido-minor-mode-map-entry (cons 'ido-mode map))
(add-to-list 'minor-mode-map-alist ido-minor-mode-map-entry)))))
(add-to-list 'minor-mode-map-alist ido-minor-mode-map-entry))))
(message "Ido mode %s" (if ido-mode "enabled" "disabled")))
(defun ido-everywhere (arg)