GNU bug report logs - #22773
25.1.50; Some Gnus Variables not working anymore

Previous Next

Package: emacs;

Reported by: gallego <at> cri.ensmp.fr (Emilio Jesús Gallego Arias)

Date: Mon, 22 Feb 2016 17:53:01 UTC

Severity: normal

Found in version 25.1.50

Done: gallego <at> cri.ensmp.fr (Emilio Jesús Gallego Arias)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Andreas Schwab <schwab <at> suse.de>
Cc: Emilio Jesús Gallego Arias <gallego <at> cri.ensmp.fr>, 22773 <at> debbugs.gnu.org
Subject: bug#22773: 25.1.50; Some Gnus Variables not working anymore
Date: Tue, 23 Feb 2016 20:51:57 +1100
Andreas Schwab <schwab <at> suse.de> writes:

> That looks wrong:
>
>  (defsubst message-dont-reply-to-names ()
> -  (gmm-regexp-concat message-dont-reply-to-names))
> +  (cond ((functionp message-dont-reply-to-names)
> +         message-dont-reply-to-names)
> +        ((stringp message-dont-reply-to-names)
> +         (gmm-regexp-concat message-dont-reply-to-names))))
>
> It now returns nil if message-dont-reply-to-names is a list.

Ah, thanks.  I'll fix that...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 9 years and 94 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.