comparison lisp/abbrevlist.el @ 69081:4ef3c75869eb

(list-one-abbrev-table): Add autoload.
author Richard M. Stallman <rms@gnu.org>
date Tue, 21 Feb 2006 19:53:15 +0000
parents 3bd95f4f2941
children ddcbd2c1b70d d1c5430c5bff
comparison
equal deleted inserted replaced
69080:768cb704a371 69081:4ef3c75869eb
26 26
27 ;;; Commentary: 27 ;;; Commentary:
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
34 (save-excursion 35 (save-excursion
35 (let ((abbrev-list nil) (first-column 0)) 36 (let ((abbrev-list nil) (first-column 0))