Fix parenthesis mismatch.

This commit is contained in:
Carlos Garcia 2016-09-09 12:57:49 +02:00
parent 33d5d0705f
commit b04eb04cfd

View file

@ -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