2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
+ * 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.
(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