From 13453b12bc280560ba8947b858d9ef5fa1551be6 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 18 Feb 2003 12:53:53 +0000 Subject: (tq-create): Fix quoted lambda. --- lisp/emacs-lisp/tq.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/emacs-lisp') 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 -- cgit v1.2.3