From 1ed43c8ea6a4b234b8829b4300c49df750ed0c5c Mon Sep 17 00:00:00 2001 From: Vinicius Jose Latorre Date: Thu, 6 May 2004 04:00:05 +0000 Subject: [PATCH] New fun. --- lisp/ChangeLog | 5 +++++ lisp/ps-print.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f1a467b0d2..3b10a9405ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-05-06 Vinicius Jose Latorre + + * ps-print.el (ps-print-quote): Call ps-value-string. + (ps-value-string): New fun. + 2004-05-06 Juanma Barranquero * help-fns.el (help-argument-name): Default to bold; don't inherit diff --git a/lisp/ps-print.el b/lisp/ps-print.el index d6042a9763c..093dce5edeb 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -3677,7 +3677,7 @@ If `ps-prefix-quote' is nil, it's set to t after generating string." (defun ps-comment-string (str value) "Return a comment string like \";; STR = VALUE\\n\"." - (concat ";; " str " = " (ps-value-string value) "\n")) + (format ";; %s = %s\n" str (ps-value-string value))) (defun ps-value (alist-sym key) -- 2.39.2