Mercurial > hg > xemacs-beta
diff lisp/code-process.el @ 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 | 2b6fa2618f76 |
children | 0288e82c84b3 |
line wrap: on
line diff
--- 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