diff lisp/coding.el @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children 7039e6323819
line wrap: on
line diff
--- a/lisp/coding.el	Mon Aug 13 11:35:05 2007 +0200
+++ b/lisp/coding.el	Mon Aug 13 11:36:19 2007 +0200
@@ -38,9 +38,9 @@
 
 ;; override the default value defined in loaddefs.el.
 (setq-default modeline-format
-  (cons (purecopy "")
-	(cons 'modeline-multibyte-status
-	      (cdr modeline-format))))
+	      (cons ""
+		    (cons 'modeline-multibyte-status
+			  (cdr modeline-format))))
 
 (defun modify-coding-system-alist (target-type regexp coding-system)
   "Modify one of look up tables for finding a coding system on I/O operation.