浏览代码

Remove unnecessary "eval-when-compile"

Ryan C. Thompson 11 年之前
父节点
当前提交
0867956cd5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ido-ubiquitous.el

+ 1 - 1
ido-ubiquitous.el

@@ -323,7 +323,7 @@ See `ido-ubiquitous-command-overrides' for valid override types."
   `(let ((ido-ubiquitous-next-override ',override))
   `(let ((ido-ubiquitous-next-override ',override))
      ,@body))
      ,@body))
 (put 'ido-ubiquitous-with-override 'lisp-indent-function
 (put 'ido-ubiquitous-with-override 'lisp-indent-function
-     (eval-when-compile (get 'prog1 'lisp-indent-function)))
+     (get 'prog1 'lisp-indent-function))
 
 
 (defun ido-ubiquitous-apply-function-override (func override)
 (defun ido-ubiquitous-apply-function-override (func override)
   "Set the override property on FUNC to OVERRIDE and set up advice to apply the override."
   "Set the override property on FUNC to OVERRIDE and set up advice to apply the override."