diff lisp/ChangeLog @ 61154:81b738b4c729

shell-quote-argument, not comint-quote-filename
author Karl Berry <karl@gnu.org>
date Thu, 31 Mar 2005 00:24:57 +0000
parents f01b811afc3c
children b18a0b88ee06
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Mar 30 22:51:39 2005 +0000
+++ b/lisp/ChangeLog	Thu Mar 31 00:24:57 2005 +0000
@@ -1,3 +1,13 @@
+2005-03-31  Karl Berry  <karl@freefriends.org>
+
+	* textmodes/tex-mode.el (tex-compile): shell-quote-argument,
+	not comint-quote-filename.
+
+2005-03-31  Olive Lin  <olive.lin@versateladsl.be> (tiny change)
+
+	* textmodes/tex-mode.el (tex-start-tex) shell-quote-argument,
+	not comint-quote-filename.
+
 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
 
 	* help-fns.el (help-with-tutorial): Revert last change.
@@ -157,7 +167,7 @@
 	* vc.el (vc-do-command): Use a pipe for async processes, so password
 	prompts don't show up at places where the user can't reply.
 
-2005-03-29  Olive Lin  <olive.lin@versateladsl.be>
+2005-03-29  Olive Lin  <olive.lin@versateladsl.be> (tiny change)
 
 	* textmodes/tex-mode.el (tex-send-command): shell-quote-argument
 	on the file name we pass to the inferior shell.