Mercurial > emacs
changeset 1487:09bc6fe443d9
(fortran-prepare-abbrev-list-buffer): Fix typo.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Oct 1992 20:11:05 +0000 |
parents | 1a12c5f1c04d |
children | 3d8dfdaee443 |
files | lisp/progmodes/fortran.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/fortran.el Tue Oct 27 19:42:55 1992 +0000 +++ b/lisp/progmodes/fortran.el Tue Oct 27 20:11:05 1992 +0000 @@ -492,7 +492,7 @@ (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))