changeset 55385:854d5cc2365b

New fun.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Thu, 06 May 2004 04:00:05 +0000
parents 4be40784bad4
children a6ef0cb75c55
files lisp/ChangeLog lisp/ps-print.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu May 06 03:47:19 2004 +0000
+++ b/lisp/ChangeLog	Thu May 06 04:00:05 2004 +0000
@@ -1,3 +1,8 @@
+2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+	* ps-print.el (ps-print-quote): Call ps-value-string.
+	(ps-value-string): New fun.
+
 2004-05-06  Juanma Barranquero  <lektu@terra.es>
 
 	* help-fns.el (help-argument-name): Default to bold; don't inherit
--- a/lisp/ps-print.el	Thu May 06 03:47:19 2004 +0000
+++ b/lisp/ps-print.el	Thu May 06 04:00:05 2004 +0000
@@ -3677,7 +3677,7 @@
 
 (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)