changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/std/condition.lisp

revision 692: f51b73f49946
parent 682: 5e8b1855f866
child 696: 38e9c3be2392
     1.1--- a/lisp/std/condition.lisp	Wed Oct 02 23:39:07 2024 -0400
     1.2+++ b/lisp/std/condition.lisp	Thu Oct 03 17:56:11 2024 -0400
     1.3@@ -11,7 +11,7 @@
     1.4             :reader std-error-message))
     1.5   (:documentation "Standard Error")
     1.6   (:report (lambda (condition stream)
     1.7-             (format stream "~X" (std-error-message condition)))))
     1.8+             (format stream "~A" (std-error-message condition)))))
     1.9 
    1.10 (defun std-error (&rest args)
    1.11   (cerror