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>
(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)