Mercurial > emacs
changeset 49851:fec321336b72
(tq-create): Fix quoted lambda.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 18 Feb 2003 12:52:17 +0000 |
parents | 0bdcd08034e1 |
children | 4715eb251779 |
files | lisp/emacs-lisp/tq.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/tq.el Tue Feb 18 12:49:26 2003 +0000 +++ b/lisp/emacs-lisp/tq.el Tue Feb 18 12:52:17 2003 +0000 @@ -49,8 +49,8 @@ (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