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

index 3b10a9405ae829b53df0263b16a07122191900e0..235204831e3f910f6921d0fed37249364e343f2c 100644 (file)
@@ -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>
 
index 99461ae8b6ce79e405d58044de5e597023265327..a7b32e8b264ac0a1e1c115bc89258c6146e5bf6d 100644 (file)
@@ -3680,8 +3680,8 @@ 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\"."
-  (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)