(tq-create): Fix mixed up unquote style.
This commit is contained in:
parent
da92b8d990
commit
2b652064c6
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue