瀏覽代碼

Disable in tmm when called as a function

See https://github.com/purcell/emacs.d/issues/182#issuecomment-44212927
Ryan C. Thompson 11 年之前
父節點
當前提交
7f5fd39bb4
共有 2 個文件被更改,包括 7 次插入1 次删除
  1. 4 0
      ChangeLog
  2. 3 1
      ido-ubiquitous.el

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2014-05-26  Ryan C. Thompson  <rct@thompsonclan.org>
+
+	* Disable in tmm when called as a function as well as a command
+
 2014-03-27  Ryan C. Thompson  <rct@thompsonclan.org>
 
 	* Add override for "*-theme" functions

+ 3 - 1
ido-ubiquitous.el

@@ -312,7 +312,9 @@ You can restore these using the command `ido-ubiquitous-restore-default-override
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/38
     (enable exact "read-char-by-name")
     ;; https://github.com/DarwinAwardWinner/ido-ubiquitous/issues/39
-    (disable exact "Info-read-node-name"))
+    (disable exact "Info-read-node-name")
+    ;; https://github.com/purcell/emacs.d/issues/182#issuecomment-44212927
+    (disable exact "tmm-menubar"))
   "Default value of `ido-ubiquitous-function-overrides'.
 
 You can restore these using the command `ido-ubiquitous-restore-default-overrides'.")