emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110526: * lisp/emacs-lisp/eieio.el (


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110526: * lisp/emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
Date: Fri, 12 Oct 2012 16:07:58 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110526
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Fri 2012-10-12 16:07:58 -0400
message:
  * lisp/emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/eieio.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-10-12 01:01:50 +0000
+++ b/lisp/ChangeLog    2012-10-12 20:07:58 +0000
@@ -1,3 +1,7 @@
+2012-10-12  Stefan Monnier  <address@hidden>
+
+       * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
+
 2012-10-12  Glenn Morris  <address@hidden>
 
        * mail/rmailsum.el (rmail-header-summary):
@@ -5,8 +9,8 @@
 
 2012-10-12  Fabián Ezequiel Gallina  <address@hidden>
 
-       * progmodes/python.el (python-mode-map): Replace
-       subtitute-key-definition with proper command remapping.
+       * progmodes/python.el (python-mode-map):
+       Replace subtitute-key-definition with proper command remapping.
        (python-nav--up-list): Fix behavior for blocks on the same level.
 
 2012-10-11  Stefan Monnier  <address@hidden>

=== modified file 'lisp/emacs-lisp/eieio.el'
--- a/lisp/emacs-lisp/eieio.el  2012-10-02 05:02:52 +0000
+++ b/lisp/emacs-lisp/eieio.el  2012-10-12 20:07:58 +0000
@@ -2750,7 +2750,7 @@
 method to not throw an error, and its return value becomes the
 return value of `call-next-method'."
   (signal 'no-next-method (list (object-name object) args))
-)
+  )
 
 (defgeneric clone (obj &rest params)
   "Make a copy of OBJ, and then supply PARAMS.
@@ -3050,7 +3050,7 @@
 ;;; Interfacing with imenu in emacs lisp mode
 ;;    (Only if the expression is defined)
 ;;
-(if (eval-when-compile (boundp 'list-imenu-generic-expression))
+(if (eval-when-compile (boundp 'lisp-imenu-generic-expression))
 (progn
 
 (defun eieio-update-lisp-imenu-expression ()


reply via email to

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