From: Stefan Monnier Date: Fri, 12 Sep 2003 15:55:47 +0000 (+0000) Subject: (tq-create): Fix mixed up unquote style. X-Git-Tag: ttn-vms-21-2-B4~8847 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b652064c62bf518ecd2ac6ee328aca54bb651a0;p=emacs.git (tq-create): Fix mixed up unquote style. --- diff --git a/lisp/emacs-lisp/tq.el b/lisp/emacs-lisp/tq.el index 516816b4320..f7db20859d5 100644 --- a/lisp/emacs-lisp/tq.el +++ b/lisp/emacs-lisp/tq.el @@ -1,6 +1,6 @@ ;;; tq.el --- utility to maintain a transaction queue -;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1987, 1992, 2003 Free Software Foundation, Inc. ;; Author: Scott Draves ;; Maintainer: FSF @@ -50,7 +50,7 @@ to a tcp server on another machine." (process-name process))))))) (set-process-filter process `(lambda (proc string) - (tq-filter '(, tq) string))) + (tq-filter ',tq string))) tq)) ;;; accessors