]> code.delx.au - gnu-emacs/commitdiff
* imenu.el (imenu-default-goto-function): Fix typo.
authorLeo Liu <sdl.web@gmail.com>
Sun, 5 Oct 2014 00:58:38 +0000 (08:58 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sun, 5 Oct 2014 00:58:38 +0000 (08:58 +0800)
lisp/ChangeLog
lisp/imenu.el

index 5eb29577c9aa3b2f30cb55b71f36282596bb946a..d5eda032f7436b819e27cac3e0b92530dce15cb7 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-05  Leo Liu  <sdl.web@gmail.com>
+
+       * imenu.el (imenu-default-goto-function): Fix typo.
+
 2014-10-04  Glenn Morris  <rgm@gnu.org>
 
        * frame.el (frame-monitor-attributes)
index e5f33a5efb956feefcc535b29e56d6bddaf3ae5a..3159b6cc563f0556d9efd9709f7e9f8d95d6ed24 100644 (file)
@@ -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.