Quellcode durchsuchen

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

Fixes #19.
Ryan C. Thompson vor 11 Jahren
Ursprung
Commit
22870bc7fc
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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'.