emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117555: * imenu.el (imenu-default-goto-function)


From: Leo Liu
Subject: [Emacs-diffs] emacs-24 r117555: * imenu.el (imenu-default-goto-function): Fix typo.
Date: Sun, 05 Oct 2014 00:59:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117555
revision-id: address@hidden
parent: address@hidden
committer: Leo Liu <address@hidden>
branch nick: emacs-24
timestamp: Sun 2014-10-05 08:58:38 +0800
message:
  * imenu.el (imenu-default-goto-function): Fix typo.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/imenu.el                  imenu.el-20091113204419-o5vbwnq5f7feedwu-696
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-10-04 03:03:52 +0000
+++ b/lisp/ChangeLog    2014-10-05 00:58:38 +0000
@@ -1,3 +1,7 @@
+2014-10-05  Leo Liu  <address@hidden>
+
+       * imenu.el (imenu-default-goto-function): Fix typo.
+
 2014-10-04  Glenn Morris  <address@hidden>
 
        * frame.el (frame-monitor-attributes)

=== modified file 'lisp/imenu.el'
--- a/lisp/imenu.el     2014-02-22 21:20:49 +0000
+++ b/lisp/imenu.el     2014-10-05 00:58:38 +0000
@@ -1012,7 +1012,7 @@
     (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]