emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Martin Stjernholm
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Wed, 09 Jul 2003 16:28:24 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.664 emacs/lisp/files.el:1.665
*** emacs/lisp/files.el:1.664   Sat Jul  5 16:01:07 2003
--- emacs/lisp/files.el Wed Jul  9 16:28:23 2003
***************
*** 1588,1593 ****
--- 1588,1597 ----
        (ucs-set-table-for-input)))
  
  (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.
    (mapc
     (lambda (elt)
       (cons (purecopy (car elt)) (cdr elt)))
***************
*** 1726,1731 ****
--- 1730,1739 ----
  
  
  (defvar interpreter-mode-alist
+   ;; Note: The entries for the modes defined in cc-mode.el (awk-mode
+   ;; and pike-mode) are added through autoload directives in that
+   ;; file.  That way is discouraged since it spreads out the
+   ;; definition of the initial value.
    (mapc
     (lambda (l)
       (cons (purecopy (car l)) (cdr l)))




reply via email to

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