User: adrian
Date: 05/04/04 23:37:03
Modified: packages/xemacs-packages/xemacs-base ChangeLog tq.el
Log:
packages: Sync tq.el with GNU Emacs tq.el<1.18>
-------------------- ChangeLog entries follow: --------------------
xemacs-packages/xemacs-base/ChangeLog addition:
2005-04-04 Adrian Aichner <adrian(a)xemacs.org>
* tq.el (tq-create): Sync tq.el with GNU Emacs tq.el<1.18>.
Revision Changes Path
1.166 +4 -0 XEmacs/packages/xemacs-packages/xemacs-base/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/xemacs-base/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -p -r1.165 -r1.166
--- ChangeLog 2005/03/05 19:19:16 1.165
+++ ChangeLog 2005/04/04 21:37:02 1.166
@@ -1,3 +1,7 @@
+2005-04-04 Adrian Aichner <adrian(a)xemacs.org>
+
+ * tq.el (tq-create): Sync tq.el with GNU Emacs tq.el<1.18>.
+
2005-03-05 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.96 released.
1.3 +1 -1 XEmacs/packages/xemacs-packages/xemacs-base/tq.el
Index: tq.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/xemacs-base/tq.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- tq.el 2004/11/07 23:43:10 1.2
+++ tq.el 2005/04/04 21:37:03 1.3
@@ -51,7 +51,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
Show replies by date