emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Info-goto-node in message.el (was: Changes to emacs/lisp/gnus/message.el


From: Reiner Steib
Subject: Info-goto-node in message.el (was: Changes to emacs/lisp/gnus/message.el, v)
Date: Mon, 31 Mar 2008 23:03:43 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.92 (gnu/linux)

On Mon, Mar 31 2008, Glenn Morris on emacs-diffs:

> @@ -2497,8 +2498,11 @@
>  manual.  With two \\[universal-argument]'s, display the EasyPG or
>  PGG manual, depending on the value of `mml2015-use'."
>    (interactive "p")
> +  ;; Why not `info', which is in loaddefs.el?
>    (Info-goto-node (format "(%s)Top"

Because (info "(pgg)Top") won't work in older XEmacsen, see
<http://article.gmane.org/gmane.emacs.xemacs.patches/2138/>.  I don't
know if the patch has been applied in XEmacs 21.4 as well.

> -                       (cond ((eq arg 16) mml2015-use)
> +                       (cond ((eq arg 16)
> +                              (require 'mml2015)
> +                              mml2015-use)

Thanks for fixing this.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]