summaryrefslogtreecommitdiff
path: root/lisp/double.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/double.el')
-rw-r--r--lisp/double.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/double.el b/lisp/double.el
index 639d041a1dc..8e5090034cf 100644
--- a/lisp/double.el
+++ b/lisp/double.el
@@ -99,7 +99,7 @@ but not `C-u X' or `ESC X' since the X is not the prefix key."
(load-library "isearch"))
(define-key isearch-mode-map [ignore]
- (function (lambda () (interactive) (isearch-update))))
+ (lambda () (interactive) (isearch-update)))
(defun double-translate-key (prompt)
;; Translate input events using double map.