diff lisp/ChangeLog @ 62846:93362151dd3a

remove extraneous calls to shell-quote-argument
author Karl Berry <karl@gnu.org>
date Sat, 28 May 2005 16:57:21 +0000
parents e0779e343555
children 752691f1725d
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat May 28 12:15:33 2005 +0000
+++ b/lisp/ChangeLog	Sat May 28 16:57:21 2005 +0000
@@ -1,3 +1,11 @@
+2005-05-28  Karl Berry  <karl@gnu.org>
+
+	* textmodes/tex-mode.el: now that tex-send-command calls
+	shell-quote-argument (2005-03-31 change), remove all calls to
+	shell-quote-argument; they all end up invoking tex-send-command.
+	The double quoting loses on filenames with non-safe characters,
+	such as "@".  Reported by Frederik Fouvry.
+
 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
 
 	* progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
@@ -3106,11 +3114,6 @@
 	(fill-newline): Use fill-text-properties-at instead of
 	text-properties-at.
 
-2005-03-31  Karl Berry  <karl@freefriends.org>
-
-	* textmodes/tex-mode.el (tex-compile): Use 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) Use shell-quote-argument,