emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/print.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/print.c
Date: Wed, 28 May 2003 07:47:41 -0400

Index: emacs/src/print.c
diff -c emacs/src/print.c:1.186 emacs/src/print.c:1.187
*** emacs/src/print.c:1.186     Fri May  9 10:03:23 2003
--- emacs/src/print.c   Wed May 28 07:47:41 2003
***************
*** 2085,2091 ****
    DEFVAR_BOOL ("print-escape-nonascii", &print_escape_nonascii,
               doc: /* Non-nil means print unibyte non-ASCII chars in strings 
as \\OOO.
  \(OOO is the octal representation of the character code.)
! Only single-byte characters are affected, and only in `prin1'.  */);
    print_escape_nonascii = 0;
  
    DEFVAR_BOOL ("print-escape-multibyte", &print_escape_multibyte,
--- 2085,2093 ----
    DEFVAR_BOOL ("print-escape-nonascii", &print_escape_nonascii,
               doc: /* Non-nil means print unibyte non-ASCII chars in strings 
as \\OOO.
  \(OOO is the octal representation of the character code.)
! Only single-byte characters are affected, and only in `prin1'.
! When the output goes in a multibyte buffer, this feature is
! enabled regardless of the value of the variable.  */);
    print_escape_nonascii = 0;
  
    DEFVAR_BOOL ("print-escape-multibyte", &print_escape_multibyte,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]