From c938c07bf3505a6d418678a04ff24f25d9039160 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Sun, 5 Oct 2014 08:58:38 +0800 Subject: [PATCH] * imenu.el (imenu-default-goto-function): Fix typo. --- lisp/ChangeLog | 4 ++++ lisp/imenu.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5eb29577c9a..d5eda032f74 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-10-05 Leo Liu + + * imenu.el (imenu-default-goto-function): Fix typo. + 2014-10-04 Glenn Morris * frame.el (frame-monitor-attributes) diff --git a/lisp/imenu.el b/lisp/imenu.el index e5f33a5efb9..3159b6cc563 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -1012,7 +1012,7 @@ to `imenu-update-menubar'.") (imenu item) nil)) -(defun imenu-default-goto-function (_name position &optional _rest) +(defun imenu-default-goto-function (_name position &rest _rest) "Move to the given position. NAME is ignored. POSITION is where to move. REST is also ignored. -- 2.39.2