diff lisp/progmodes/scheme.el @ 2307:10e417efb12a

Added or corrected Commentary sections
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 03:27:18 +0000
parents 9620f7edf04d
children 507f64624555
line wrap: on
line diff
--- a/lisp/progmodes/scheme.el	Mon Mar 22 03:00:23 1993 +0000
+++ b/lisp/progmodes/scheme.el	Mon Mar 22 03:27:18 1993 +0000
@@ -104,8 +104,8 @@
   (setq comment-start-skip ";+[ \t]*")
   (make-local-variable 'comment-column)
   (setq comment-column 40)
-  (make-local-variable 'comment-indent-hook)
-  (setq comment-indent-hook 'scheme-comment-indent)
+  (make-local-variable 'comment-indent-function)
+  (setq comment-indent-function 'scheme-comment-indent)
   (setq mode-line-process '("" scheme-mode-line-process)))
 
 (defvar scheme-mode-line-process "")