+2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
+
+ * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
+ buffer-local value to lisp-indent-function.
+
2005-09-17 Milan Zamazal <pdm@zamazal.org>
* progmodes/glasses.el (glasses-make-readable): If
(make-local-variable 'parse-sexp-ignore-comments)
(setq parse-sexp-ignore-comments t)
(make-local-variable 'lisp-indent-function)
- (set lisp-indent-function 'scheme-indent-function)
+ (setq lisp-indent-function 'scheme-indent-function)
(setq mode-line-process '("" scheme-mode-line-process))
(set (make-local-variable 'imenu-case-fold-search) t)
(setq imenu-generic-expression scheme-imenu-generic-expression)