Mercurial > hg > xemacs-beta
comparison lisp/autoload.el @ 255:084402c475ba r20-5b26
Import from CVS: tag r20-5b26
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:21:18 +0200 |
parents | d44af0c54775 |
children | 9ea74add5d37 |
comparison
equal
deleted
inserted
replaced
254:e92abcaa252b | 255:084402c475ba |
---|---|
275 (goto-char p2) | 275 (goto-char p2) |
276 )) | 276 )) |
277 )) | 277 )) |
278 ;; Copy the rest of the line to the output. | 278 ;; Copy the rest of the line to the output. |
279 (let ((begin (point))) | 279 (let ((begin (point))) |
280 (terpri outbuf) | 280 ;; (terpri outbuf) |
281 (cond ((looking-at "immediate\\s *$") ; XEmacs | 281 (cond ((looking-at "immediate\\s *$") ; XEmacs |
282 ;; This is here so that you can automatically | 282 ;; This is here so that you can automatically |
283 ;; have small hook functions copied to | 283 ;; have small hook functions copied to |
284 ;; loaddefs.el so that it's not necessary to | 284 ;; loaddefs.el so that it's not necessary to |
285 ;; load a whole file just to get a two-line | 285 ;; load a whole file just to get a two-line |