# HG changeset patch # User Stefan Monnier # Date 939854728 0 # Node ID edea9722f14e6384064f76c5e72485425f35426f # Parent 16ee8d330c59e49ef4427b3a69e3a84e51297d14 (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. diff -r 16ee8d330c59 -r edea9722f14e lisp/international/mule-cmds.el --- 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