From 7e5f578875b4b6cac1e893a5937a2cb70f55d03b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 21 Feb 2006 19:53:15 +0000 Subject: [PATCH] (list-one-abbrev-table): Add autoload. --- lisp/abbrevlist.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5