# HG changeset patch # User Stefan Monnier # Date 1063382147 0 # Node ID 04f194e85b4dbf2183db2c4e4ddaa506c467a8e4 # Parent f2e8867f5c88f64f5df92022e8857bcaf6b7e28a (tq-create): Fix mixed up unquote style. diff -r f2e8867f5c88 -r 04f194e85b4d lisp/emacs-lisp/tq.el --- a/lisp/emacs-lisp/tq.el Fri Sep 12 15:06:41 2003 +0000 +++ b/lisp/emacs-lisp/tq.el Fri Sep 12 15:55:47 2003 +0000 @@ -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 ;; Maintainer: FSF @@ -50,7 +50,7 @@ (process-name process))))))) (set-process-filter process `(lambda (proc string) - (tq-filter '(, tq) string))) + (tq-filter ',tq string))) tq)) ;;; accessors