Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jun 06 21:06:19 2005 +0000 +++ b/lisp/ChangeLog Mon Jun 06 21:15:03 2005 +0000 @@ -1,5 +1,10 @@ 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca> + * textmodes/tex-mode.el (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. + * textmodes/flyspell.el (flyspell-auto-correct-binding) (flyspell-incorrect-face, flyspell-duplicate-face): Use (X)Emacs-agnostic code.