(tq-create): Fix quoted lambda.

This commit is contained in:
Juanma Barranquero 2003-02-18 12:53:53 +00:00
parent 0fe6068fef
commit 13453b12bc
2 changed files with 9 additions and 2 deletions

View file

@ -17,11 +17,18 @@
* mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
* progmodes/cc-vars.el (defcustom-c-stylevar): Likewise.
* progmodes/cperl-mode.el (cperl-electric-keyword)
(cperl-electric-pod, cperl-do-auto-fill): Likewise.
* textmodes/reftex-ref.el (reftex-reference): Likewise.
* textmodes/table.el (table-generate-source): Use ?\\ instead of
space in "work in progress" message.
* emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
2003-02-17 Dave Love <fx@gnu.org>
* progmodes/ebrowse.el (ebrowse-output): Don't use gensym.

View file

@ -49,8 +49,8 @@ to a tcp server on another machine."
(concat " tq-temp-"
(process-name process)))))))
(set-process-filter process
(`(lambda (proc string)
(tq-filter '(, tq) string))))
`(lambda (proc string)
(tq-filter '(, tq) string)))
tq))
;;; accessors