diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-28 02:53:08 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-28 02:53:08 +0000 |
commit | 69c52df1f04d7f3f51094f12ef8d2928f100b5ce (patch) | |
tree | ecd9b74e94dbcdc016c5d63dd1d9447df05510f0 /admin | |
parent | bab9fcb48d43a81d3bee5c13f370a7cbd6abe720 (diff) | |
download | emacs-69c52df1f04d7f3f51094f12ef8d2928f100b5ce.tar.gz |
Provide self.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/admin.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el index 94e64a23de9..76c50243b3d 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -205,5 +205,7 @@ Root must be the root of an Emacs source tree." ?\" (0+ space) "/* Long version number */"))))) +(provide 'admin) + ;;; arch-tag: 4ea83636-2293-408b-884e-ad64f22a3bf5 ;; admin.el ends here. |