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