changeset 857:b5278486690c

[xemacs-hg @ 2002-05-31 07:14:51 by michaels] 2002-05-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> * code-process.el (call-process): Ensure that the argument to `symbol-value-in-buffer' is a buffer even if `buffer' is a string.
author michaels
date Fri, 31 May 2002 07:14:52 +0000
parents b27b70c1252a
children 2c12fe2da451
files lisp/ChangeLog lisp/code-process.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed May 29 13:48:56 2002 +0000
+++ b/lisp/ChangeLog	Fri May 31 07:14:52 2002 +0000
@@ -1,3 +1,8 @@
+2002-05-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
+
+	* code-process.el (call-process): Ensure that the argument to
+	`symbol-value-in-buffer' is a buffer even if `buffer' is a string.
+
 2002-05-28  Ben Wing  <ben@xemacs.org>
 
 	* code-init.el:
--- a/lisp/code-process.el	Wed May 29 13:48:56 2002 +0000
+++ b/lisp/code-process.el	Fri May 31 07:14:52 2002 +0000
@@ -123,7 +123,7 @@
 		 (and (or (bufferp thebuf) (stringp thebuf))
 		      (get-buffer thebuf)
 		      (symbol-value-in-buffer
-		       'buffer-file-coding-system-for-read thebuf)))
+		       'buffer-file-coding-system-for-read (get-buffer thebuf))))
 	       (car default-process-coding-system)
 	       'undecided))
 	  (coding-system-for-write