Mercurial > hg > xemacs-beta
diff lisp/utils/autoload.el @ 165:5a88923fcbfe r20-3b9
Import from CVS: tag r20-3b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:44:42 +0200 |
parents | 0132846995bd |
children | 85ec50267440 |
line wrap: on
line diff
--- a/lisp/utils/autoload.el Mon Aug 13 09:43:39 2007 +0200 +++ b/lisp/utils/autoload.el Mon Aug 13 09:44:42 2007 +0200 @@ -319,11 +319,13 @@ (while (< (point) output-end) (let ((beg (point))) (end-of-line) - (if (> (- (point) beg) 900) - (progn - (message "A line is too long--over 900 characters") - (sleep-for 2) - (goto-char output-end)))) + ;; Emacs -- I still haven't figured this one out. + ;; (if (> (- (point) beg) 900) + ;; (progn + ;; (message "A line is too long--over 900 characters") + ;; (sleep-for 2) + ;; (goto-char output-end))) + ) (forward-line 1)) (goto-char output-end) (insert generate-autoload-section-trailer)))