diff options
| -rw-r--r-- | lisp/progmodes/asm-mode.el | 2 |
1 files changed, 0 insertions, 2 deletions
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: | |||
| 142 | ) | 142 | ) |
| 143 | (make-local-variable 'comment-end) | 143 | (make-local-variable 'comment-end) |
| 144 | (setq comment-end "") | 144 | (setq comment-end "") |
| 145 | (make-local-variable 'comment-column) | ||
| 146 | (setq comment-column 32) | ||
| 147 | (setq fill-prefix "\t") | 145 | (setq fill-prefix "\t") |
| 148 | (run-hooks 'asm-mode-hook)) | 146 | (run-hooks 'asm-mode-hook)) |
| 149 | 147 | ||