Bladeren bron

Remove message about enabling/disabling mode

"define-minor-mode" already provides this message.
Ryan C. Thompson 11 jaren geleden
bovenliggende
commit
0d92859f88
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      ido-ubiquitous.el

+ 1 - 2
ido-ubiquitous.el

@@ -172,8 +172,7 @@
   (setq completing-read-function
 	(if ido-ubiquitous-mode
 	    'completing-read-ido
-	  ido-ubiquitous-fallback-completing-read-function))
-  (message "Ido-ubiquitous mode %s" (if ido-ubiquitous-mode "enabled" "disabled")))
+	  ido-ubiquitous-fallback-completing-read-function)))
 
 (defcustom ido-ubiquitous-fallback-completing-read-function
   ;; Initialize to the current value of `completing-read-function',