Explorar el Código

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

Fixes #19.
Ryan C. Thompson hace 11 años
padre
commit
22870bc7fc
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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'.