Gnus development mailing list
 help / color / mirror / Atom feed
* Info-goto-node in message.el (was: Changes to emacs/lisp/gnus/message.el, v)
       [not found] <E1JgEI3-0005Jx-Md@cvs.savannah.gnu.org>
@ 2008-03-31 21:03 ` Reiner Steib
  0 siblings, 0 replies; only message in thread
From: Reiner Steib @ 2008-03-31 21:03 UTC (permalink / raw)
  To: Glenn Morris; +Cc: ding, emacs-devel

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/




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-31 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1JgEI3-0005Jx-Md@cvs.savannah.gnu.org>
2008-03-31 21:03 ` Info-goto-node in message.el (was: Changes to emacs/lisp/gnus/message.el, v) Reiner Steib

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).