mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
(kkc-save-init-file): Locally bind print-length to nil.
This commit is contained in:
parent
f46cc673eb
commit
74e7d16603
@ -61,7 +61,8 @@ This string is shown at mode line when users are in KKC mode.")
|
||||
"Save initial setup code for KKC to a file specified by `kkc-init-file-name'"
|
||||
(if (and kkc-init-file-flag
|
||||
(not (eq kkc-init-file-flag t)))
|
||||
(let ((coding-system-for-write 'iso-2022-7bit))
|
||||
(let ((coding-system-for-write 'iso-2022-7bit)
|
||||
(print-length nil))
|
||||
(write-region (format "(setq kkc-lookup-cache '%S)\n" kkc-lookup-cache)
|
||||
nil
|
||||
kkc-init-file-name))))
|
||||
|
Loading…
Reference in New Issue
Block a user