changeset 52493:04f194e85b4d

(tq-create): Fix mixed up unquote style.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 12 Sep 2003 15:55:47 +0000
parents f2e8867f5c88
children 96d237d6be00
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	Fri Sep 12 15:06:41 2003 +0000
+++ b/lisp/emacs-lisp/tq.el	Fri Sep 12 15:55:47 2003 +0000
@@ -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 <spot@cs.cmu.edu>
 ;; Maintainer: FSF
@@ -50,7 +50,7 @@
 				     (process-name process)))))))
     (set-process-filter process
 			`(lambda (proc string)
-			   (tq-filter '(, tq) string)))
+			   (tq-filter ',tq string)))
     tq))
 
 ;;; accessors