[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#5935: 23.1.95; pcomplete/cvs no longer works
From: |
Stefan Monnier |
Subject: |
bug#5935: 23.1.95; pcomplete/cvs no longer works |
Date: |
Mon, 12 Apr 2010 21:26:09 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> Firing up eshell and type 'cvs TAB' to get an error.
> The arguments to pcomplete-here* seem changed making pcomplete/cvs to fail.
Thanks, it was a misread. I've just installed the patch below (which
reverts part of an earlier change) which seems to fix it.
Stefan
=== modified file 'lisp/pcomplete.el'
--- lisp/pcomplete.el 2010-01-13 08:35:10 +0000
+++ lisp/pcomplete.el 2010-04-13 01:21:54 +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