diff options
| author | Stefan Monnier | 2000-09-29 03:31:36 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-09-29 03:31:36 +0000 |
| commit | 5bf9c8a0c9c76ea7f3ce37b91ada410b789adce2 (patch) | |
| tree | ee3ff4304caece0137de999de8780331a90a33da | |
| parent | 11ae6c5d0d40c79483079d3cdfa1e7e85786ff20 (diff) | |
| download | emacs-5bf9c8a0c9c76ea7f3ce37b91ada410b789adce2.tar.gz emacs-5bf9c8a0c9c76ea7f3ce37b91ada410b789adce2.zip | |
(asm-mode): Don't gratuitously override the default for comment-column.
| -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 | ||