Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6d77fa95
Commit
6d77fa95
authored
May 06, 2008
by
Stefan Monnier
Browse files
(print_preprocess): Add sub-char-tables to the print-table,
just like we do in print.c.
parent
2d673452
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/print.c
src/print.c
+1
-1
No files found.
src/ChangeLog
View file @
6d77fa95
2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
* print.c (print_preprocess): Add sub-char-tables to the print-table,
just like we do in print.c.
2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuf.c (Ftry_completion): Remove code left over from when we used
...
...
src/print.c
View file @
6d77fa95
...
...
@@ -1382,7 +1382,7 @@ print_preprocess (obj)
loop:
if
(
STRINGP
(
obj
)
||
CONSP
(
obj
)
||
VECTORP
(
obj
)
||
COMPILEDP
(
obj
)
||
CHAR_TABLE_P
(
obj
)
||
COMPILEDP
(
obj
)
||
CHAR_TABLE_P
(
obj
)
||
SUB_CHAR_TABLE_P
(
obj
)
||
(
!
NILP
(
Vprint_gensym
)
&&
SYMBOLP
(
obj
)
&&
!
SYMBOL_INTERNED_P
(
obj
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment