diff options
| author | Glenn Morris | 2017-10-02 13:19:11 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-10-02 13:19:11 -0400 |
| commit | b69bcf34523551a93635bef90f0eb1d109c1076c (patch) | |
| tree | 5aabdedc9d5c41055b09fdd6ddc3602bf3587737 | |
| parent | 987f39a124af378966dc5832a48599b110bba436 (diff) | |
| download | emacs-b69bcf34523551a93635bef90f0eb1d109c1076c.tar.gz emacs-b69bcf34523551a93635bef90f0eb1d109c1076c.zip | |
; * lisp/emacs-lisp/cl-print.el (cl-prin1): Whitespace fix.
| -rw-r--r-- | lisp/emacs-lisp/cl-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-print.el b/lisp/emacs-lisp/cl-print.el index 87c03280f77..4fc178c29aa 100644 --- a/lisp/emacs-lisp/cl-print.el +++ b/lisp/emacs-lisp/cl-print.el | |||
| @@ -268,7 +268,7 @@ into a button whose action shows the function's disassembly.") | |||
| 268 | Output is further controlled by the variables | 268 | Output is further controlled by the variables |
| 269 | `cl-print-readably', `cl-print-compiled', along with output | 269 | `cl-print-readably', `cl-print-compiled', along with output |
| 270 | variables for the standard printing functions. See Info | 270 | variables for the standard printing functions. See Info |
| 271 | node `(elisp)Output Variables'. " | 271 | node `(elisp)Output Variables'." |
| 272 | (cond | 272 | (cond |
| 273 | (cl-print-readably (prin1 object stream)) | 273 | (cl-print-readably (prin1 object stream)) |
| 274 | ((not print-circle) (cl-print-object object stream)) | 274 | ((not print-circle) (cl-print-object object stream)) |