[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/modes.texi, v [EMACS_22_BASE]
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/modes.texi, v [EMACS_22_BASE] |
Date: |
Thu, 10 May 2007 14:51:08 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Richard M. Stallman <rms> 07/05/10 14:51:08
Index: modes.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/modes.texi,v
retrieving revision 1.169
retrieving revision 1.169.2.1
diff -u -b -r1.169 -r1.169.2.1
--- modes.texi 7 Apr 2007 01:52:57 -0000 1.169
+++ modes.texi 10 May 2007 14:51:08 -0000 1.169.2.1
@@ -616,6 +616,11 @@
@code{auto-mode-alist} gets to decide the mode.
@end defvar
address@hidden file-start-mode-alist
+This works like @code{magic-mode-alist}, except that it is handled
+only if @code{auto-mode-alist} does not specify a mode for this file.
address@hidden defvar
+
@defvar auto-mode-alist
This variable contains an association list of file name patterns
(regular expressions) and corresponding major mode commands. Usually,
- [Emacs-diffs] Changes to emacs/lispref/modes.texi, v [EMACS_22_BASE],
Richard M. Stallman <=