aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/autoload.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 7e6be4c6c99..c22ca66ead4 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -109,7 +109,7 @@ are used."
109 (substring name 0 (match-beginning 0)) 109 (substring name 0 (match-beginning 0))
110 name))) 110 name)))
111 (print-length nil) 111 (print-length nil)
112 (float-output-format "%.20e") 112 (float-output-format nil)
113 (done-any nil) 113 (done-any nil)
114 (visited (get-file-buffer file)) 114 (visited (get-file-buffer file))
115 output-end) 115 output-end)