diff lisp/simple.el @ 88832:1918306a80b1

Comment.
author Dave Love <fx@gnu.org>
date Wed, 03 Jul 2002 22:47:00 +0000
parents 8552874a4b86
children 2f877ed80fa6
line wrap: on
line diff
--- a/lisp/simple.el	Wed Jul 03 22:37:38 2002 +0000
+++ b/lisp/simple.el	Wed Jul 03 22:47:00 2002 +0000
@@ -532,6 +532,7 @@
 	(if (or (not coding)
 		(eq (coding-system-type coding) t))
 	    (setq coding default-buffer-file-coding-system))
+	;; Fixme: can we actually have invalid chars now?
 	(if (not (char-valid-p char))
 	    (setq encoding-msg
 		  (format "(0%o, %d, 0x%x, invalid)" char char char))