瀏覽代碼

Add obsolete alias for "ido-ubiquitous-enable-old-style-default"

Fixes #19.
Ryan C. Thompson 11 年之前
父節點
當前提交
22870bc7fc
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      ido-ubiquitous.el

+ 5 - 0
ido-ubiquitous.el

@@ -189,6 +189,11 @@ will be set back to this."
 		 (function :tag "Other function"))
   :group 'ido-ubiquitous)
 
+(define-obsolete-variable-alias
+  'ido-ubiquitous-enable-compatibility-globally
+  'ido-ubiquitous-enable-old-style-default
+  "2.0")
+
 (defcustom ido-ubiquitous-enable-old-style-default t
   "Allow ido to emulate a quirk of `completing-read'.