Mercurial > emacs
diff lisp/ChangeLog @ 44914:f728ed5c0d9f
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 28 Apr 2002 03:29:39 +0000 |
parents | c057de7cfda4 |
children | 6c29c1a3119a |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Apr 28 03:24:46 2002 +0000 +++ b/lisp/ChangeLog Sun Apr 28 03:29:39 2002 +0000 @@ -58,7 +58,12 @@ Put a `read-face-name' prop on the entire line. (describe-face): Handle multiple faces via read-face-name. - * textmodes/tex-mode.el (tex-start-tex): Fix previous change. + * textmodes/tex-mode.el (tex-start-options): New variable. + (tex-start-commands): New variable. + (tex-start-options-string): Variable deleted. + (tex-start-tex): Use tex-start-options and tex-start-commands, + not tex-start-options-string. + (tex-command): Doc fix. 2002-04-26 Sam Steingold <sds@gnu.org>