From 0a8e1227b4d4571e18f35cd7eff07b3e2744381d Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 3 Jun 1999 05:49:31 +0000 Subject: [PATCH] Don't copy `no-conversion' to `raw-text'. --- lisp/coding.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/coding.el b/lisp/coding.el index 7a5856d..5a4a1c4 100644 --- a/lisp/coding.el +++ b/lisp/coding.el @@ -204,8 +204,6 @@ Does not modify STR. Returns the encoded string on successful conversion." ;; compatibility for old XEmacsen (don't use it) (copy-coding-system 'undecided 'automatic-conversion) -(copy-coding-system 'no-conversion 'raw-text) - (make-compatible-variable 'enable-multibyte-characters "Unimplemented") (define-obsolete-variable-alias -- 1.7.10.4