summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/tq.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-18 12:53:53 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-18 12:53:53 +0000
commit13453b12bc280560ba8947b858d9ef5fa1551be6 (patch)
treeb9749f13efed12fae6e39585f288b031bcd43e81 /lisp/emacs-lisp/tq.el
parent0fe6068fefb6eb1cfe089a0a5094b2ce0ed0eed1 (diff)
downloademacs-13453b12bc280560ba8947b858d9ef5fa1551be6.tar.gz
(tq-create): Fix quoted lambda.
Diffstat (limited to 'lisp/emacs-lisp/tq.el')
-rw-r--r--lisp/emacs-lisp/tq.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/tq.el b/lisp/emacs-lisp/tq.el
index 36b1cffbd85..917309e3b98 100644
--- a/lisp/emacs-lisp/tq.el
+++ b/lisp/emacs-lisp/tq.el
@@ -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