comparison lisp/emacs-lisp/autoload.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents b418e4d949ac
children 50dd49abb157 d7ddb3e565de
comparison
equal deleted inserted replaced
49597:e88404e8f2cf 49598:0d8b17d428b5
316 (setq autoloads-done (cons (nth 1 form) 316 (setq autoloads-done (cons (nth 1 form)
317 autoloads-done)) 317 autoloads-done))
318 (setq autoload form)) 318 (setq autoload form))
319 (let ((autoload-print-form-outbuf outbuf)) 319 (let ((autoload-print-form-outbuf outbuf))
320 (autoload-print-form autoload))) 320 (autoload-print-form autoload)))
321 321
322 ;; Copy the rest of the line to the output. 322 ;; Copy the rest of the line to the output.
323 (princ (buffer-substring 323 (princ (buffer-substring
324 (progn 324 (progn
325 ;; Back up over whitespace, to preserve it. 325 ;; Back up over whitespace, to preserve it.
326 (skip-chars-backward " \f\t") 326 (skip-chars-backward " \f\t")