Mercurial > emacs
comparison lisp/emacs-lisp/autoload.el @ 662:8a533acedb77
*** empty log message ***
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Sat, 30 May 1992 23:54:21 +0000 |
parents | 70b112526394 |
children | 540b047ece4d |
comparison
equal
deleted
inserted
replaced
661:36fbc3f71803 | 662:8a533acedb77 |
---|---|
1 ;;; Maintain autoloads in loaddefs.el. | 1 ;;; autoload.el --- maintain autoloads in loaddefs.el. |
2 | |
2 ;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. | 3 ;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. |
3 ;;; Written by Roland McGrath. | 4 ;;; Written by Roland McGrath. |
4 ;;; | 5 ;;; |
5 ;;; This program is free software; you can redistribute it and/or modify | 6 ;;; This program is free software; you can redistribute it and/or modify |
6 ;;; it under the terms of the GNU General Public License as published by | 7 ;;; it under the terms of the GNU General Public License as published by |
287 (message "Done") | 288 (message "Done") |
288 (kill-emacs (if lost 1 0)))) | 289 (kill-emacs (if lost 1 0)))) |
289 | 290 |
290 (provide 'autoload) | 291 (provide 'autoload) |
291 | 292 |
293 ;;; autoload.el ends here |