浏览代码

Remove message about enabling/disabling mode

"define-minor-mode" already provides this message.
Ryan C. Thompson 11 年之前
父节点
当前提交
0d92859f88
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      ido-ubiquitous.el

+ 1 - 2
ido-ubiquitous.el

@@ -172,8 +172,7 @@
   (setq completing-read-function
   (setq completing-read-function
 	(if ido-ubiquitous-mode
 	(if ido-ubiquitous-mode
 	    'completing-read-ido
 	    '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
 (defcustom ido-ubiquitous-fallback-completing-read-function
   ;; Initialize to the current value of `completing-read-function',
   ;; Initialize to the current value of `completing-read-function',