1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(fortran-prepare-abbrev-list-buffer): Fix typo.

This commit is contained in:
Richard M. Stallman 1992-10-27 20:11:05 +00:00
parent a36d8f2954
commit 1c3c9e649f

View File

@ -492,7 +492,7 @@ Any other key combination is executed normally."
(save-excursion
(set-buffer (get-buffer-create "*Abbrevs*"))
(erase-buffer)
(insert-abbrev-table-description fortran-mode-abbrev-table t)
(insert-abbrev-table-description 'fortran-mode-abbrev-table t)
(goto-char (point-min))
(set-buffer-modified-p nil)
(edit-abbrevs-mode))