]> git.eshelyaron.com Git - emacs.git/commitdiff
(tq-create): Fix quoted lambda.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Feb 2003 12:53:53 +0000 (12:53 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Feb 2003 12:53:53 +0000 (12:53 +0000)
lisp/ChangeLog
lisp/emacs-lisp/tq.el

index 58bd80a756c2aedbb72aa301ad6e577b7a9be38a..2611bd862921cf66a833c6bf200bff0bf48e7f6d 100644 (file)
 
        * 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  <fx@gnu.org>
 
        * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
index 36b1cffbd85e52c6e00684b0112e4da981f47e9d..917309e3b989dd39d73e0453cc620ab7f6daf6fb 100644 (file)
@@ -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