diff lisp/progmodes/asm-mode.el @ 20781:6f55b3849106

Customized.
author Andreas Schwab <schwab@suse.de>
date Mon, 26 Jan 1998 11:29:46 +0000
parents 11218164bc54
children 6f7f0f3876e3
line wrap: on
line diff
--- a/lisp/progmodes/asm-mode.el	Mon Jan 26 10:29:25 1998 +0000
+++ b/lisp/progmodes/asm-mode.el	Mon Jan 26 11:29:46 1998 +0000
@@ -49,8 +49,14 @@
 
 ;;; Code:
 
-(defvar asm-comment-char ?;
-  "*The comment-start character assumed by Asm mode.")
+(defgroup asm nil
+  "Mode for editing assembler code."
+  :group 'languages)
+
+(defcustom asm-comment-char ?;
+  "*The comment-start character assumed by Asm mode."
+  :type 'character
+  :group 'asm)
 
 (defvar asm-mode-syntax-table nil
   "Syntax table used while in Asm mode.")