aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
diff options
context:
space:
mode:
authorKenichi Handa2004-01-18 23:30:38 +0000
committerKenichi Handa2004-01-18 23:30:38 +0000
commitdedbd91c488d0b05e004b2b782a264a0bd131b79 (patch)
tree4fcac595120443eb38d053f2ab24529e6f7644e6 /src/print.c
parent71ea13cb9877bf8470500bec15e082007c2987d5 (diff)
downloademacs-dedbd91c488d0b05e004b2b782a264a0bd131b79.tar.gz
emacs-dedbd91c488d0b05e004b2b782a264a0bd131b79.zip
*** empty log message ***
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 229004f7a57..488d7aa5b78 100644
--- a/src/print.c
+++ b/src/print.c
@@ -2256,7 +2256,7 @@ If the value is t, always print the text property `charset'.
2256 2256
2257If the value is `default', print the text property `charset' only when 2257If the value is `default', print the text property `charset' only when
2258the value is different from what is guessed in the current charset 2258the value is different from what is guessed in the current charset
2259 priorities. */); 2259priorities. */);
2260 Vprint_charset_text_property = Qdefault; 2260 Vprint_charset_text_property = Qdefault;
2261 2261
2262 /* prin1_to_string_buffer initialized in init_buffer_once in buffer.c */ 2262 /* prin1_to_string_buffer initialized in init_buffer_once in buffer.c */