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:
parent
d56bb8c8d1
commit
7ff90407d0
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue