From: ohta Date: Mon, 8 Mar 1999 16:19:47 +0000 (+0000) Subject: (find-file-noselect-as-raw-text): Quote. X-Git-Tag: apel-9_13_1~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0e56001456d30111977ea9be8ac15e1378a88d20;p=elisp%2Fapel.git (find-file-noselect-as-raw-text): Quote. (find-file-noselect-as-raw-text-CRLF): Ditto. Explicitly require poe when bytecompiling. --- diff --git a/poem-ltn1.el b/poem-ltn1.el index 8daf9ef..544af55 100644 --- a/poem-ltn1.el +++ b/poem-ltn1.el @@ -27,6 +27,9 @@ ;;; @ buffer representation ;;; +(eval-when-compile + (require 'poe)) + (defun-maybe set-buffer-multibyte (flag) "Set the multibyte flag of the current buffer to FLAG. If FLAG is t, this makes the buffer a multibyte buffer. @@ -163,9 +166,9 @@ code conversion will not take place." (let ((emx-binary-mode t)) (find-file-noselect filename nowarn rawfile))) -(defalias find-file-noselect-as-raw-text 'find-file-noselect) +(defalias 'find-file-noselect-as-raw-text 'find-file-noselect) -(defalias find-file-noselect-as-raw-text-CRLF 'find-file-noselect) +(defalias 'find-file-noselect-as-raw-text-CRLF 'find-file-noselect) (defun save-buffer-as-binary (&optional args) "Like `save-buffer', q.v., but don't encode."