]> git.eshelyaron.com Git - emacs.git/commitdiff
(select-safe-coding-system, leim-list-header): avoid the use of strings
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Oct 1999 22:45:28 +0000 (22:45 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Oct 1999 22:45:28 +0000 (22:45 +0000)
that start with backslash newline since lread.c:read1 has a hack to turn
those strings into integer 0 during the loadup.el process.

lisp/international/mule-cmds.el

index bdea029229e0124dd52d3294f6c5980aed8d74d3..12d94900ad221f4a7092a4ea21dfe5598129202b 100644 (file)
@@ -533,8 +533,8 @@ and TO is ignored."
                        (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 @@ This file contains a list of libraries of Emacs input methods (LEIM)
 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