2000-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
+ * raw-io.el (binary-start-process-shell-command): Replace #' with
+ `function'.
+
+2000-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
+
* raw-io.el: Require `pces'
(binary-insert-file-contents): Alias to
`insert-file-contents-as-binary'.
(apply (function start-process-shell-command) name buffer args))
(as-binary-process
(start-process name buffer shell-file-name shell-command-switch
- (mapconcat #'identity args " ")))))
+ (mapconcat (function identity) args " ")))))
(defalias 'raw-text-insert-file-contents 'insert-file-contents-as-raw-text)