diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-10-27 20:11:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-10-27 20:11:05 +0000 |
commit | 846333c598d6c0b127cfd32ff32d5733dff02ce9 (patch) | |
tree | 3565e15041398fe6705cd2c163d7bfecf40b7628 /lisp/progmodes/fortran.el | |
parent | 321c4d21303f7fbdfcd9ffeff1942929d5ef4333 (diff) | |
download | emacs-846333c598d6c0b127cfd32ff32d5733dff02ce9.tar.gz |
(fortran-prepare-abbrev-list-buffer): Fix typo.
Diffstat (limited to 'lisp/progmodes/fortran.el')
-rw-r--r-- | lisp/progmodes/fortran.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index f1719f43907..a02bc7c8a5a 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el @@ -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)) |