(message-forward-end-separator): Use `text/plain' tag.
[elisp/gnus.git-] / lisp / gnus-spec.el
index 4f3a103..23215fb 100644 (file)
 (defun gnus-face-face-function (form type)
   `(gnus-add-text-properties
     (point) (progn ,@form (point))
-    (list 'gnus-face t
-         'face ',(symbol-value (intern (format "gnus-face-%d" type))))))
+    '(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."