lisp/gnus-spec.el: bug fix.
authorichikawa <ichikawa>
Mon, 29 Jun 1998 08:50:35 +0000 (08:50 +0000)
committerichikawa <ichikawa>
Mon, 29 Jun 1998 08:50:35 +0000 (08:50 +0000)
ChangeLog
lisp/gnus-spec.el

index fc4c146..a053395 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 1998-06-29  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
 
+       * lisp/gnus-art.el : Bug fix.
+       * lisp/gnus-spec.el : Bug fix.
+       
+1998-06-29  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
        * lisp/gnus.el (gnus-version-number): Update to 6.7.6.
        * Sync up with Gnus 5.6.21
 
index 9163180..4f3a103 100644 (file)
 (defun gnus-face-face-function (form type)
   `(gnus-add-text-properties
     (point) (progn ,@form (point))
-    '(gnus-face t
-               face ',(symbol-value (intern (format "gnus-face-%d" type))))))
+    (list 'gnus-face t
+         'face ',(symbol-value (intern (format "gnus-face-%d" type))))))
 
 (defun gnus-tilde-max-form (el max-width)
   "Return a form that limits EL to MAX-WIDTH."