From: Juanma Barranquero Date: Tue, 18 Feb 2003 12:53:53 +0000 (+0000) Subject: (tq-create): Fix quoted lambda. X-Git-Tag: ttn-vms-21-2-B4~11140 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13453b12bc280560ba8947b858d9ef5fa1551be6;p=emacs.git (tq-create): Fix quoted lambda. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58bd80a756c..2611bd86292 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -17,11 +17,18 @@ * mail/rfc822.el (rfc822-nuke-whitespace): Likewise. + * progmodes/cc-vars.el (defcustom-c-stylevar): Likewise. + + * progmodes/cperl-mode.el (cperl-electric-keyword) + (cperl-electric-pod, cperl-do-auto-fill): Likewise. + * textmodes/reftex-ref.el (reftex-reference): Likewise. * textmodes/table.el (table-generate-source): Use ?\\ instead of space in "work in progress" message. + * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression. + 2003-02-17 Dave Love * progmodes/ebrowse.el (ebrowse-output): Don't use gensym. 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