Explorar el Código

Don't use set-default-toplevel-value

This function was apparently added very recently, and ido-ubiquitous
needs to support older Emacsen.
Ryan C. Thompson hace 9 años
padre
commit
0967d63940
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ido-ubiquitous.el

+ 1 - 1
ido-ubiquitous.el

@@ -507,7 +507,7 @@ each function to apply the appropriate override."
            ;; Set the value to only the overrides that were actually
            ;; applied.
            finally return
-           (set-default-toplevel-value sym final-value)))
+           (set-default sym final-value)))
 
 (defcustom ido-ubiquitous-auto-update-overrides t
   "Whether to add new overrides when updating ido-ubiquitous.