Fix parenthesis mismatch.
This commit is contained in:
parent
33d5d0705f
commit
b04eb04cfd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
(set-syntax-table (make-syntax-table asm-mode-syntax-table))
|
(set-syntax-table (make-syntax-table asm-mode-syntax-table))
|
||||||
(modify-syntax-entry asm-comment-char "< b")
|
(modify-syntax-entry asm-comment-char "< b")
|
||||||
;; Fix one level comments.
|
;; Fix one level comments.
|
||||||
(set (make-local-variable #'comment-start) (string asm-comment-char)))
|
(set (make-local-variable #'comment-start) (string asm-comment-char))))
|
||||||
|
|
||||||
(provide 'module-asm)
|
(provide 'module-asm)
|
||||||
;;; module-asm.el ends here
|
;;; module-asm.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue