Function: asm--safe-comment-char-p
asm--safe-comment-char-p is a byte-compiled function defined in
asm-mode.el.gz.
Signature
(asm--safe-comment-char-p CHAR)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/asm-mode.el.gz
(defun asm--safe-comment-char-p (char)
(memq char '(?\; ?# ?@)))