1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(nroff-mode-abbrev-table): Call define-abbrev-table.

This commit is contained in:
Karl Heuer 1994-03-23 20:48:55 +00:00
parent 279e0e0c5d
commit fb314468d4

View file

@ -33,6 +33,7 @@
(defvar nroff-mode-abbrev-table nil
"Abbrev table used while in nroff mode.")
(define-abbrev-table 'nroff-mode-abbrev-table ())
(defvar nroff-mode-map nil
"Major mode keymap for nroff mode.")