Mercurial > hg > xemacs-beta
diff lisp/modes/asm-mode.el @ 134:34a5b81f86ba r20-2b1
Import from CVS: tag r20-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:30:11 +0200 |
parents | ac2d302a0011 |
children |
line wrap: on
line diff
--- a/lisp/modes/asm-mode.el Mon Aug 13 09:29:37 2007 +0200 +++ b/lisp/modes/asm-mode.el Mon Aug 13 09:30:11 2007 +0200 @@ -51,16 +51,25 @@ ;;; Code: -(defvar asm-comment-char ?; - "*The comment-start character assumed by Asm mode.") +(defgroup asm nil + "Assembler programming" + :group 'languages) + + +(defcustom asm-comment-char ?; + "*The comment-start character assumed by Asm mode." + :type 'sexp + :group 'asm) ;; XEmacs change (This is the primary difference, why was this ;; feature removed? -sb) -(defvar asm-support-c-comments-p t +(defcustom asm-support-c-comments-p t "*Support C style comments. If t C style comments will be -supported. This is mainly for the benefit of font-lock.") +supported. This is mainly for the benefit of font-lock." + :type 'boolean + :group 'asm) -(defvar asm-mode-syntax-table nil +(defcustom asm-mode-syntax-table nil "Syntax table used while in Asm mode.") (defvar asm-mode-abbrev-table nil