浏览代码

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 9 年之前
父节点
当前提交
0967d63940
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.