emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101581: Move some autoloaded aut


From: Glenn Morris
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101581: Move some autoloaded auto-mode-alist entries to files.el.
Date: Fri, 24 Sep 2010 22:57:19 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Stefan Monnier wrote:

>>   Move some autoloaded auto-mode-alist entries to files.el.
>
> FWIW, I think having them in files.el is worse than having them
> autoloaded from their corresponding file. 

I just went by what it says in files.el, guv:

(defvar auto-mode-alist
  ;; Note: The entries for the modes defined in cc-mode.el (c-mode,
  ;; c++-mode, java-mode and more) are added through autoload
  ;; directives in that file.  That way is discouraged since it
  ;; spreads out the definition of the initial value.



reply via email to

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