changeset 55387:028ab89f265f

New fun.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Thu, 06 May 2004 04:34:38 +0000
parents a6ef0cb75c55
children 7df6b4d2d69d
files lisp/ChangeLog lisp/ps-print.el
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu May 06 04:29:32 2004 +0000
+++ b/lisp/ChangeLog	Thu May 06 04:34:38 2004 +0000
@@ -1,7 +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.
+	(ps-setup): Call ps-comment-string.
+	(ps-value-string, ps-comment-string): New funs.
 
 2004-05-06  Juanma Barranquero  <lektu@terra.es>
 
--- a/lisp/ps-print.el	Thu May 06 04:29:32 2004 +0000
+++ b/lisp/ps-print.el	Thu May 06 04:34:38 2004 +0000
@@ -3680,8 +3680,8 @@
 
 
 (defun ps-comment-string (str value)
-  "Return a comment string like \";; STR = VALUE\\n\"."
-  (format ";; %s = %s\n" str (ps-value-string value)))
+  "Return a comment string like \";; STR = VALUE\"."
+  (format ";; %s = %s" str (ps-value-string value)))
 
 
 (defun ps-value (alist-sym key)