diff options
| author | Richard M. Stallman | 1993-12-23 03:16:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-12-23 03:16:25 +0000 |
| commit | 8a68f868d109b73e925318c822dc63c56a047c00 (patch) | |
| tree | 215152f321fb638b524950d7725c79c925c70623 | |
| parent | 3a621cfedc04fd82e489d0200e21b6db0cc74903 (diff) | |
| download | emacs-8a68f868d109b73e925318c822dc63c56a047c00.tar.gz emacs-8a68f868d109b73e925318c822dc63c56a047c00.zip | |
(asm-mode): Don't mess with auto-fill mode.
| -rw-r--r-- | lisp/progmodes/asm-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index 26097a50139..7ca17f86e29 100644 --- a/lisp/progmodes/asm-mode.el +++ b/lisp/progmodes/asm-mode.el | |||
| @@ -123,7 +123,6 @@ Special commands:\\{asm-mode-map} | |||
| 123 | (setq comment-end "") | 123 | (setq comment-end "") |
| 124 | (make-local-variable 'comment-column) | 124 | (make-local-variable 'comment-column) |
| 125 | (setq comment-column 32) | 125 | (setq comment-column 32) |
| 126 | (auto-fill-mode 1) | ||
| 127 | (setq fill-prefix "\t") | 126 | (setq fill-prefix "\t") |
| 128 | (run-hooks 'asm-mode-hook) | 127 | (run-hooks 'asm-mode-hook) |
| 129 | ) | 128 | ) |