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:
parent
a36d8f2954
commit
1c3c9e649f
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user