diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-05-06 04:34:38 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-05-06 04:34:38 +0000 |
commit | cfb7b9ce93bac045331df89a82702205f4c1d947 (patch) | |
tree | f4578d8d292d106b7c0ecf57b8798677cf8011fd /lisp/ps-print.el | |
parent | 208ccc30daa7419d71e6fabf1941390c9849fcb6 (diff) | |
download | emacs-cfb7b9ce93bac045331df89a82702205f4c1d947.tar.gz |
New fun.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 99461ae8b6c..a7b32e8b264 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -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) |