changeset 26010:edea9722f14e

(select-safe-coding-system, leim-list-header): avoid the use of strings that start with backslash newline since lread.c:read1 has a hack to turn those strings into integer 0 during the loadup.el process.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Oct 1999 22:45:28 +0000
parents 16ee8d330c59
children 7a9ed2b6f30b
files lisp/international/mule-cmds.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Wed Oct 13 22:26:45 1999 +0000
+++ b/lisp/international/mule-cmds.el	Wed Oct 13 22:45:28 1999 +0000
@@ -533,8 +533,8 @@
 			(setq non-safe-chars (cdr non-safe-chars)))
 		      (if (< shown len)
 			  (insert (format "%27s\n" "..."))))
-		    (insert (format "\
-These can't be encoded safely by the coding system %s.
+		    (insert (format
+"These can't be encoded safely by the coding system %s.
 
 Please select one from the following safe coding systems:\n"
 				    default-coding-system))
@@ -755,8 +755,8 @@
 in the format of Lisp expression for registering each input method.
 Emacs loads this file at startup time.")
 
-(defvar leim-list-header (format "\
-;;; %s -- list of LEIM (Library of Emacs Input Method)
+(defvar leim-list-header (format
+";;; %s -- list of LEIM (Library of Emacs Input Method)
 ;;
 ;; This file contains a list of LEIM (Library of Emacs Input Method)
 ;; in the same directory as this file.  Loading this file registers