Mercurial > emacs
comparison lisp/ChangeLog @ 63101:3f08f5c8ef66
(tex-guess-mode): Add RequirePackage.
(tex-compile-default): In the absence of any history, use the order in
tex-compile-alist to choose the preferred command.
(tex-compile-commands): Reorder a bit.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 06 Jun 2005 21:15:03 +0000 |
parents | d3c552b53ce8 |
children | 2b7130b9f35a |
comparison
equal
deleted
inserted
replaced
63100:d3c552b53ce8 | 63101:3f08f5c8ef66 |
---|---|
1 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage. | |
4 (tex-compile-default): In the absence of any history, use the order in | |
5 tex-compile-alist to choose the preferred command. | |
6 (tex-compile-commands): Reorder a bit. | |
2 | 7 |
3 * textmodes/flyspell.el (flyspell-auto-correct-binding) | 8 * textmodes/flyspell.el (flyspell-auto-correct-binding) |
4 (flyspell-incorrect-face, flyspell-duplicate-face): | 9 (flyspell-incorrect-face, flyspell-duplicate-face): |
5 Use (X)Emacs-agnostic code. | 10 Use (X)Emacs-agnostic code. |
6 (flyspell-mode-map): Don't overwrite at each load. Remove code | 11 (flyspell-mode-map): Don't overwrite at each load. Remove code |