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:
parent
279e0e0c5d
commit
fb314468d4
1 changed files with 1 additions and 0 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue