# HG changeset patch # User Simon Marshall # Date 781949169 0 # Node ID 06623e3543db262b3b790fb788d5f2af23506467 # Parent 1b933ccf3c20422c8a66623ec9e11578b3a7c178 * asm-mode.el: (asm-mode): Set font-lock-defaults. diff -r 1b933ccf3c20 -r 06623e3543db lisp/progmodes/asm-mode.el --- a/lisp/progmodes/asm-mode.el Wed Oct 12 08:04:08 1994 +0000 +++ b/lisp/progmodes/asm-mode.el Wed Oct 12 08:06:09 1994 +0000 @@ -109,8 +109,8 @@ (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)