1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

* asm-mode.el: (asm-mode): Set font-lock-defaults.

This commit is contained in:
Simon Marshall 1994-10-12 08:06:09 +00:00
parent 4b286ecae8
commit 788a3a2b22

View File

@ -109,8 +109,8 @@ Special commands:
(setq mode-name "Assembler")
(setq major-mode 'asm-mode)
(setq local-abbrev-table asm-mode-abbrev-table)
(make-local-variable 'font-lock-keywords)
(setq font-lock-keywords asm-font-lock-keywords)
(make-local-variable 'font-lock-defaults)
(setq font-lock-defaults '(asm-font-lock-keywords))
(make-local-variable 'asm-mode-syntax-table)
(setq asm-mode-syntax-table (make-syntax-table))
(set-syntax-table asm-mode-syntax-table)