aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1992-10-27 20:11:05 +0000
committerRichard M. Stallman <[email protected]>1992-10-27 20:11:05 +0000
commit1c3c9e649f1a582b93ef0d5cdc35ba3a2457639d (patch)
treeb92b5d951faf22b0640bbdf20d876dca33b1ad6e /lisp/progmodes
parenta36d8f295432ac9bfd232c672f87fbed0d1e84dc (diff)
(fortran-prepare-abbrev-list-buffer): Fix typo.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/fortran.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el
index f1719f4390..a02bc7c8a5 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))