From 0e56001456d30111977ea9be8ac15e1378a88d20 Mon Sep 17 00:00:00 2001 From: ohta Date: Mon, 8 Mar 1999 16:19:47 +0000 Subject: [PATCH] (find-file-noselect-as-raw-text): Quote. (find-file-noselect-as-raw-text-CRLF): Ditto. Explicitly require poe when bytecompiling. --- poem-ltn1.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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." -- 1.7.10.4