2002-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
+ * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
+ local varriable.
+
* gnus-art.el (article-display-x-face): Don't sort multiple
X-Faces.
(defun gnus-shell-command-to-string (command)
"Like `shell-command-to-string' except not mingling ERROR."
(with-output-to-string
- (call-process shell-file-name nil (list standard-output nil)
+ (call-process shell-file-name nil (list standard-output nil)
nil shell-command-switch command)))
(defun gnus-shell-command-on-region (start end command)
"A simplified `shell-command-on-region'.
Output to the current buffer, replace text, and don't mingle error."
- (call-process-region start end shell-file-name t
- (list (current-buffer) nil)
+ (call-process-region start end shell-file-name t
+ (list (current-buffer) nil)
nil shell-command-switch command))
;;;###autoload
(coding-system-for-read 'binary)
(coding-system-for-write 'binary)
default-enable-multibyte-characters
- start bit-array bit-arrays pixels pixel)
+ start bit-array bit-arrays pixel)
(with-temp-buffer
(dolist (face faces)
(erase-buffer)