# HG changeset patch # User Stefan Monnier # Date 970711096 0 # Node ID d218ef159e453cb3d30286569b2e4bc81e25e82e # Parent eb07a8c1458b3f3a496ba3abdb13ca5c4ce6d533 (icon-mode): Don't gratuitously override the default for comment-column. diff -r eb07a8c1458b -r d218ef159e45 lisp/progmodes/icon.el --- 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)