From: Stefan Monnier Date: Fri, 29 Sep 2000 03:31:36 +0000 (+0000) Subject: (asm-mode): Don't gratuitously override the default for comment-column. X-Git-Tag: emacs-pretest-21.0.90~1298 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5bf9c8a0c9c76ea7f3ce37b91ada410b789adce2;p=emacs.git (asm-mode): Don't gratuitously override the default for comment-column. --- diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index 490b34f4b55..a18c856d569 100644 --- a/lisp/progmodes/asm-mode.el +++ b/lisp/progmodes/asm-mode.el @@ -142,8 +142,6 @@ Special commands: ) (make-local-variable 'comment-end) (setq comment-end "") - (make-local-variable 'comment-column) - (setq comment-column 32) (setq fill-prefix "\t") (run-hooks 'asm-mode-hook))