Merge from emacs-23
[bpt/emacs.git] / lisp / cus-edit.el
index 61e6881..edb299f 100644 (file)
@@ -4426,7 +4426,9 @@ if only the first line of the docstring is shown."))
 
       (unless (eq major-mode 'emacs-lisp-mode)
        (emacs-lisp-mode))
-      (let ((inhibit-read-only t))
+      (let ((inhibit-read-only t)
+           (print-length nil)
+           (print-level nil))
        (custom-save-variables)
        (custom-save-faces))
       (let ((file-precious-flag t))