From ba1e5e9dbf7b7ac962531cafc282654a303eca74 Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 4 Sep 1999 23:38:38 +0000 Subject: [PATCH] (gnus-configure-posting-styles): Quote `:file'. --- lisp/gnus-msg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 63ea229..8ff0b8a 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -1232,7 +1232,7 @@ this is a reply." filep nil) (setq value (cond - ((eq (car attribute) :file) + ((eq (car attribute) ':file) (setq filep t) (cadr attribute)) ((eq (car attribute) :value) -- 1.7.10.4