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:
parent
0fe6068fef
commit
13453b12bc
2 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue