Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2b652064
Commit
2b652064
authored
Sep 12, 2003
by
Stefan Monnier
Browse files
(tq-create): Fix mixed up unquote style.
parent
da92b8d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/emacs-lisp/tq.el
lisp/emacs-lisp/tq.el
+2
-2
No files found.
lisp/emacs-lisp/tq.el
View file @
2b652064
;;; 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment