From b5d006eaf9b507e4fe839e22e759997663551625 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 5 Oct 2000 01:58:16 +0000 Subject: [PATCH] (icon-mode): Don't gratuitously override the default for comment-column. --- lisp/progmodes/icon.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index 96e46af275..fed89e9303 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el @@ -183,8 +183,6 @@ with no args, if that value is non-nil." (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) -- 2.20.1