From e41b2db1da153e3ead4a01cb6e729cb99cad78ae Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 22 Mar 1993 03:27:18 +0000 Subject: Added or corrected Commentary sections --- lisp/mim-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/mim-mode.el') diff --git a/lisp/mim-mode.el b/lisp/mim-mode.el index 25d60d947ef..b5970de19ea 100644 --- a/lisp/mim-mode.el +++ b/lisp/mim-mode.el @@ -225,8 +225,8 @@ Entry to this mode calls the value of mim-mode-hook if non-nil." (setq comment-end "\"") (make-local-variable 'comment-column) (setq comment-column 40) - (make-local-variable 'comment-indent-hook) - (setq comment-indent-hook 'indent-mim-comment) + (make-local-variable 'comment-indent-function) + (setq comment-indent-function 'indent-mim-comment) ;; tell generic indenter how to indent. (make-local-variable 'indent-line-function) (setq indent-line-function 'indent-mim-line) -- cgit v1.2.1