1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

(asm-mode): Don't mess with auto-fill mode.

This commit is contained in:
Richard M. Stallman 1993-12-23 03:16:25 +00:00
parent 3a621cfedc
commit 8a68f868d1

View File

@ -123,7 +123,6 @@ Special commands:\\{asm-mode-map}
(setq comment-end "")
(make-local-variable 'comment-column)
(setq comment-column 32)
(auto-fill-mode 1)
(setq fill-prefix "\t")
(run-hooks 'asm-mode-hook)
)