diff lisp/ChangeLog @ 3064:b350e85a2a5e

[xemacs-hg @ 2005-11-13 10:51:17 by ben] use `princ' not `prin1' for formatted debug msgs simple.el: `foo.' -> `foo'. simple.el: princ() a formatted debug string, not prin1(), or it just looks stupid.
author ben
date Sun, 13 Nov 2005 10:51:18 +0000
parents fd1acd2f457a
children 3fa430e1aa35
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Nov 13 10:48:04 2005 +0000
+++ b/lisp/ChangeLog	Sun Nov 13 10:51:18 2005 +0000
@@ -1,3 +1,11 @@
+2005-11-13  Ben Wing  <ben@xemacs.org>
+
+	* simple.el (log-warning-minimum-level):
+	* simple.el (display-warning-minimum-level):
+	`foo.' -> `foo'.
+	* simple.el (debug-print-1):
+	princ() a formatted debug string, not prin1(), or it just looks stupid.
+
 2005-11-13  Ben Wing  <ben@xemacs.org>
 
 	* derived.el: