From: Leo Liu Date: Sun, 5 Oct 2014 00:58:38 +0000 (+0800) Subject: * imenu.el (imenu-default-goto-function): Fix typo. X-Git-Tag: emacs-24.4-rc1~37 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c938c07bf3505a6d418678a04ff24f25d9039160;p=emacs.git * imenu.el (imenu-default-goto-function): Fix typo. --- 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.