changeset 32155:d218ef159e45

(icon-mode): Don't gratuitously override the default for comment-column.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 05 Oct 2000 01:58:16 +0000
parents eb07a8c1458b
children b3596a2daf42
files lisp/progmodes/icon.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/icon.el	Thu Oct 05 01:56:56 2000 +0000
+++ b/lisp/progmodes/icon.el	Thu Oct 05 01:58:16 2000 +0000
@@ -183,8 +183,6 @@
   (setq comment-start "# ")
   (make-local-variable 'comment-end)
   (setq comment-end "")
-  (make-local-variable 'comment-column)
-  (setq comment-column 32)
   (make-local-variable 'comment-start-skip)
   (setq comment-start-skip "# *")
   (make-local-variable 'comment-indent-function)