emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99888: * pcomplete.el (pcomplete-her


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99888: * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
Date: Mon, 12 Apr 2010 21:24:10 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99888
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Mon 2010-04-12 21:24:10 -0400
message:
  * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
modified:
  lisp/ChangeLog
  lisp/pcomplete.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-04-13 01:03:04 +0000
+++ b/lisp/ChangeLog    2010-04-13 01:24:10 +0000
@@ -1,5 +1,7 @@
 2010-04-13  Stefan Monnier  <address@hidden>
 
+       * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
+
        * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
        to the minor mode function now turns the mode ON unconditionally.
 

=== modified file 'lisp/pcomplete.el'
--- a/lisp/pcomplete.el 2010-01-13 08:35:10 +0000
+++ b/lisp/pcomplete.el 2010-04-13 01:24:10 +0000
@@ -1113,7 +1113,7 @@
 (defmacro pcomplete-here* (&optional form stub form-only)
   "An alternate form which does not participate in argument paring."
   (declare (debug t))
-  `(pcomplete-here (lambda () ,form) ,stub t ,form-only))
+  `(pcomplete-here ,form ,stub t ,form-only))
 
 ;; display support
 


reply via email to

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