aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2003-09-12 15:55:47 +0000
committerStefan Monnier <[email protected]>2003-09-12 15:55:47 +0000
commit2b652064c62bf518ecd2ac6ee328aca54bb651a0 (patch)
tree4f42308147fafe5a479083c4ea0904a9cfa86e7d
parentda92b8d99097f46cecc2e626a274bda21937e1fd (diff)
(tq-create): Fix mixed up unquote style.
-rw-r--r--lisp/emacs-lisp/tq.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/tq.el b/lisp/emacs-lisp/tq.el
index 516816b432..f7db20859d 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 <[email protected]>
;; 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