1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-08 15:30:40 -08:00

(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

@ -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