(tq-create): Fix quoted lambda.
This commit is contained in:
parent
0fe6068fef
commit
13453b12bc
2 changed files with 9 additions and 2 deletions
|
@ -17,11 +17,18 @@
|
|||
|
||||
* mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
|
||||
|
||||
* progmodes/cc-vars.el (defcustom-c-stylevar): Likewise.
|
||||
|
||||
* progmodes/cperl-mode.el (cperl-electric-keyword)
|
||||
(cperl-electric-pod, cperl-do-auto-fill): Likewise.
|
||||
|
||||
* textmodes/reftex-ref.el (reftex-reference): Likewise.
|
||||
|
||||
* textmodes/table.el (table-generate-source): Use ?\\ instead of
|
||||
space in "work in progress" message.
|
||||
|
||||
* emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
|
||||
|
||||
2003-02-17 Dave Love <fx@gnu.org>
|
||||
|
||||
* progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
|
||||
|
|
|
@ -49,8 +49,8 @@ to a tcp server on another machine."
|
|||
(concat " tq-temp-"
|
||||
(process-name process)))))))
|
||||
(set-process-filter process
|
||||
(`(lambda (proc string)
|
||||
(tq-filter '(, tq) string))))
|
||||
`(lambda (proc string)
|
||||
(tq-filter '(, tq) string)))
|
||||
tq))
|
||||
|
||||
;;; accessors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue