diff options
| author | Stefan Monnier | 2000-10-05 01:58:16 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-10-05 01:58:16 +0000 |
| commit | b5d006eaf9b507e4fe839e22e759997663551625 (patch) | |
| tree | 67b818388a09ff21511e78b29a4c2de151ab33d0 /lisp | |
| parent | c9171278451fc3a866aecabada2a0889e41596dd (diff) | |
| download | emacs-b5d006eaf9b507e4fe839e22e759997663551625.tar.gz emacs-b5d006eaf9b507e4fe839e22e759997663551625.zip | |
(icon-mode): Don't gratuitously override the default for comment-column.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/icon.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index 96e46af2754..fed89e93038 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el | |||
| @@ -183,8 +183,6 @@ with no args, if that value is non-nil." | |||
| 183 | (setq comment-start "# ") | 183 | (setq comment-start "# ") |
| 184 | (make-local-variable 'comment-end) | 184 | (make-local-variable 'comment-end) |
| 185 | (setq comment-end "") | 185 | (setq comment-end "") |
| 186 | (make-local-variable 'comment-column) | ||
| 187 | (setq comment-column 32) | ||
| 188 | (make-local-variable 'comment-start-skip) | 186 | (make-local-variable 'comment-start-skip) |
| 189 | (setq comment-start-skip "# *") | 187 | (setq comment-start-skip "# *") |
| 190 | (make-local-variable 'comment-indent-function) | 188 | (make-local-variable 'comment-indent-function) |