Quellcode durchsuchen

Add obsolete alias for "ido-ubiquitous-exceptions"

Now it is called "ido-ubiquitous-command-exceptions".
Ryan C. Thompson vor 13 Jahren
Ursprung
Commit
83ceb92ba1
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      ido-ubiquitous.el

+ 3 - 0
ido-ubiquitous.el

@@ -81,6 +81,9 @@ ido-ubiquitous in non-interactive functions, customize
   :type '(repeat (symbol :tag "Command"))
   :group 'ido-ubiquitous)
 
+(define-obsolete-variable-alias 'ido-ubiquitous-exceptions
+  'ido-ubiquitous-command-exceptions "0.4")
+
 (defadvice completing-read (around ido-ubiquitous activate)
   (if (or (not ido-mode)
           (not ido-ubiquitous)