Mercurial > emacs
annotate lispintro/ChangeLog @ 89717:2e9328140e82
Include charset.h.
(Vprint_charset_text_property): New variable.
(Qdefault): Extern it.
(PRINT_STRING_NON_CHARSET_FOUND)
(PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
(print_check_string_result): New variable.
(print_check_string_charset_prop): New function.
(print_prune_charset_plist): New variable.
(print_prune_string_charset): New function.
(print_object): Call print_prune_string_charset if
Vprint_charset_text_property is not t.
(print_interval): Print nothing if itnerval->plist is nil.
(syms_of_print): Declare Vprint_charset_text_property as a lisp
variable. Init and staticpro print_prune_charset_plist.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 18 Jan 2004 23:27:07 +0000 |
parents | 375f2633d815 |
children | 68c22ea6027c |
rev | line source |
---|---|
43088 | 1 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> |
2 | |
3 * emacs-lisp-intro.texi (Index): @ignore extraneous text. | |
4 Use @dircategory and @direntry to define the DIR entry. | |
5 | |
41500 | 6 2001-11-25 Robert J. Chassell <bob@rattlesnake.com> |
7 | |
8 * emacs-lisp-intro.texi: Move @contents to the beginning of the | |
42757 | 9 file. Set the size to @smallbook. |
41500 | 10 |
41436 | 11 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il> |
12 | |
13 * Makefile.in: New file. | |
14 | |
15 * README: Update. | |
16 | |
17 * *.eps: Rename to avoid clashes in DOS 8+3 namespace. | |
18 | |
19 ;; Local Variables: | |
88123 | 20 ;; coding: iso-2022-7bit-unix |
41436 | 21 ;; End: |
22 | |
23 Copyright (C) 2001 | |
24 Free Software Foundation, Inc. | |
25 Copying and distribution of this file, with or without modification, | |
26 are permitted provided the copyright notice and this notice are preserved. |