mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-16 09:50:25 +00:00
; * lisp/emacs-lisp/cl-print.el (cl-prin1): Whitespace fix.
This commit is contained in:
parent
987f39a124
commit
b69bcf3452
@ -268,7 +268,7 @@ into a button whose action shows the function's disassembly.")
|
|||||||
Output is further controlled by the variables
|
Output is further controlled by the variables
|
||||||
`cl-print-readably', `cl-print-compiled', along with output
|
`cl-print-readably', `cl-print-compiled', along with output
|
||||||
variables for the standard printing functions. See Info
|
variables for the standard printing functions. See Info
|
||||||
node `(elisp)Output Variables'. "
|
node `(elisp)Output Variables'."
|
||||||
(cond
|
(cond
|
||||||
(cl-print-readably (prin1 object stream))
|
(cl-print-readably (prin1 object stream))
|
||||||
((not print-circle) (cl-print-object object stream))
|
((not print-circle) (cl-print-object object stream))
|
||||||
|
Loading…
Reference in New Issue
Block a user