diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-18 21:29:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-18 21:29:42 +0000 |
commit | e9571d2a21b7fd2dc46549382bea5ed4c00ddb07 (patch) | |
tree | 23e0c3f0017bfba65503f9208523c62d572300ac /lisp/emacs-lisp/autoload.el | |
parent | 92e443b1559cf7ca416185e1ecd8ad334be7fee1 (diff) | |
download | emacs-e9571d2a21b7fd2dc46549382bea5ed4c00ddb07.tar.gz emacs-e9571d2a21b7fd2dc46549382bea5ed4c00ddb07.tar.bz2 emacs-e9571d2a21b7fd2dc46549382bea5ed4c00ddb07.zip |
Add or correct keywords
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r-- | lisp/emacs-lisp/autoload.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index f8483d0b4df..257aaed9769 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -3,7 +3,7 @@ ;;; Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. ;;; ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> -;; Keyword: internal +;; Keywords: maint ;;; This program is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by |