diff options
| author | Richard M. Stallman | 2006-02-21 19:53:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-02-21 19:53:15 +0000 |
| commit | 7e5f578875b4b6cac1e893a5937a2cb70f55d03b (patch) | |
| tree | 2911598a2ce0ed47673b4c20cbba16921b4c2a92 | |
| parent | 3083298a33e3d5b68cb7bc8394fe37daebd02a4c (diff) | |
| download | emacs-7e5f578875b4b6cac1e893a5937a2cb70f55d03b.tar.gz emacs-7e5f578875b4b6cac1e893a5937a2cb70f55d03b.zip | |
(list-one-abbrev-table): Add autoload.
| -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 @@ | |||
| 28 | 28 | ||
| 29 | ;;; Code: | 29 | ;;; Code: |
| 30 | 30 | ||
| 31 | ;;;###autoload | ||
| 31 | (defun list-one-abbrev-table (abbrev-table output-buffer) | 32 | (defun list-one-abbrev-table (abbrev-table output-buffer) |
| 32 | "Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER." | 33 | "Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER." |
| 33 | (with-output-to-temp-buffer output-buffer | 34 | (with-output-to-temp-buffer output-buffer |