emacs-devel
[Top][All Lists]
Advanced

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

Re: /srv/bzr/emacs/trunk r105601: Make Help mode inherit from special-mo


From: Glenn Morris
Subject: Re: /srv/bzr/emacs/trunk r105601: Make Help mode inherit from special-mode.
Date: Wed, 07 Sep 2011 03:47:20 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Chong Yidong wrote:

> author: Christoph Scholtes <address@hidden>
> committer: Chong Yidong <address@hidden>
> branch nick: trunk
> timestamp: Sun 2011-08-28 14:58:16 -0400
> message:
>   Make Help mode inherit from special-mode.
[...]
> -;;;###autoload
> -(defun help-mode ()
> +(define-derived-mode help-mode special-mode "Help"

Why is help-mode no longer autoloaded? It's not mentioned in the ChangeLog.
This causes several compilation warnings and breaks eg Info-summary:

emacs -Q
C-h i
M-x Info-summary
  Symbol's function definition is void: help-mode 



reply via email to

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