]> git.eshelyaron.com Git - emacs.git/commitdiff
New fun.
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Thu, 6 May 2004 04:00:05 +0000 (04:00 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Thu, 6 May 2004 04:00:05 +0000 (04:00 +0000)
lisp/ChangeLog
lisp/ps-print.el

index 3f1a467b0d26e1c516fbedb78207c357907c9b1c..3b10a9405ae829b53df0263b16a07122191900e0 100644 (file)
@@ -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
index d6042a9763cb9152a6c7930e77a34ac70c1f67a4..093dce5edeb91013c469487d61bed91a167dd9ff 100644 (file)
@@ -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)