mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
15 lines
557 B
Plaintext
15 lines
557 B
Plaintext
--- poem-ltn1.el.orig Tue Mar 2 17:10:01 1999
|
|
+++ poem-ltn1.el Tue Mar 2 17:10:14 1999
|
|
@@ -163,9 +163,9 @@
|
|
(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."
|