mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
This commit is contained in:
parent
3b7e1d5fe9
commit
5b31b787b7
2 changed files with 3 additions and 1 deletions
|
|
@ -1113,7 +1113,7 @@ generate the completions list. This means that the hook
|
|||
(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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue