diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-02-21 19:53:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-02-21 19:53:15 +0000 |
commit | 7e5f578875b4b6cac1e893a5937a2cb70f55d03b (patch) | |
tree | 2911598a2ce0ed47673b4c20cbba16921b4c2a92 /lisp/abbrevlist.el | |
parent | 3083298a33e3d5b68cb7bc8394fe37daebd02a4c (diff) | |
download | emacs-7e5f578875b4b6cac1e893a5937a2cb70f55d03b.tar.gz |
(list-one-abbrev-table): Add autoload.
Diffstat (limited to 'lisp/abbrevlist.el')
-rw-r--r-- | lisp/abbrevlist.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/abbrevlist.el b/lisp/abbrevlist.el index bd3482f974b..d52ccffeb3c 100644 --- a/lisp/abbrevlist.el +++ b/lisp/abbrevlist.el @@ -28,6 +28,7 @@ ;;; Code: +;;;###autoload (defun list-one-abbrev-table (abbrev-table output-buffer) "Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER." (with-output-to-temp-buffer output-buffer |