diff options
| author | Miles Bader | 2007-05-17 01:12:58 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-05-17 01:12:58 +0000 |
| commit | 97b362e7ac1a1bdd3ca1a22cd7328634f88e6247 (patch) | |
| tree | 27954e985aa0a39ad7b2f4ca949879f056d920e4 /lispref | |
| parent | 7883a44f5a0cb5967837e8843c2f048d9d4d0300 (diff) | |
| parent | 84bbd894e3366bec7efa97f7b78d1dcdfef46ad7 (diff) | |
| download | emacs-97b362e7ac1a1bdd3ca1a22cd7328634f88e6247.tar.gz emacs-97b362e7ac1a1bdd3ca1a22cd7328634f88e6247.zip | |
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 18)
- Update from CVS
2007-05-16 Richard M. Stallman <rms@gnu.org>
* lisp/buff-menu.el (Buffer-menu-sort-column): Doc fix.
2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
* lisp/files.el (magic-mode-alist, magic-fallback-mode-alist):
Move the *ml, Postscript, and XmCD entries to the fallback part.
* lisp/files.el (magic-fallback-mode-alist):
Rename from file-start-mode-alist.
2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* src/macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
dead key repeat and up events.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-753
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/modes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi index 6d9aabefbe8..95fbe6a292f 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -616,7 +616,7 @@ the text at the beginning of the buffer matches @var{regexp} and | |||
| 616 | @code{auto-mode-alist} gets to decide the mode. | 616 | @code{auto-mode-alist} gets to decide the mode. |
| 617 | @end defvar | 617 | @end defvar |
| 618 | 618 | ||
| 619 | @defvar file-start-mode-alist | 619 | @defvar magic-fallback-mode-alist |
| 620 | This works like @code{magic-mode-alist}, except that it is handled | 620 | This works like @code{magic-mode-alist}, except that it is handled |
| 621 | only if @code{auto-mode-alist} does not specify a mode for this file. | 621 | only if @code{auto-mode-alist} does not specify a mode for this file. |
| 622 | @end defvar | 622 | @end defvar |