aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Jose Latorre2004-05-06 04:34:38 +0000
committerVinicius Jose Latorre2004-05-06 04:34:38 +0000
commitcfb7b9ce93bac045331df89a82702205f4c1d947 (patch)
treef4578d8d292d106b7c0ecf57b8798677cf8011fd
parent208ccc30daa7419d71e6fabf1941390c9849fcb6 (diff)
downloademacs-cfb7b9ce93bac045331df89a82702205f4c1d947.tar.gz
emacs-cfb7b9ce93bac045331df89a82702205f4c1d947.zip
New fun.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/ps-print.el4
2 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3b10a9405ae..235204831e3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,8 @@
12004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br> 12004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2 2
3 * ps-print.el (ps-print-quote): Call ps-value-string. 3 * ps-print.el (ps-print-quote): Call ps-value-string.
4 (ps-value-string): New fun. 4 (ps-setup): Call ps-comment-string.
5 (ps-value-string, ps-comment-string): New funs.
5 6
62004-05-06 Juanma Barranquero <lektu@terra.es> 72004-05-06 Juanma Barranquero <lektu@terra.es>
7 8
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."
3680 3680
3681 3681
3682(defun ps-comment-string (str value) 3682(defun ps-comment-string (str value)
3683 "Return a comment string like \";; STR = VALUE\\n\"." 3683 "Return a comment string like \";; STR = VALUE\"."
3684 (format ";; %s = %s\n" str (ps-value-string value))) 3684 (format ";; %s = %s" str (ps-value-string value)))
3685 3685
3686 3686
3687(defun ps-value (alist-sym key) 3687(defun ps-value (alist-sym key)