]> git.eshelyaron.com Git - emacs.git/commitdiff
(scheme-mode-variables): Bind normal-auto-fill-function.
authorRichard M. Stallman <rms@gnu.org>
Mon, 24 Nov 1997 03:43:19 +0000 (03:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 24 Nov 1997 03:43:19 +0000 (03:43 +0000)
lisp/progmodes/scheme.el

index 0487db7de2bde013484bb99b82772a621605835a..094a6f45da73e5467a47604e71b4466f0a2332cb 100644 (file)
@@ -3,6 +3,7 @@
 ;; Copyright (C) 1986, 87, 88, 1997 Free Software Foundation, Inc.
 
 ;; Author: Bill Rozas <jinx@martigny.ai.mit.edu>
+;; Maintainer: FSF
 ;; Keywords: languages, lisp
 
 ;; This file is part of GNU Emacs.
   ;; because lisp-fill-paragraph should do the job.
   (make-local-variable 'adaptive-fill-mode)
   (setq adaptive-fill-mode nil)
+  (make-local-variable 'normal-auto-fill-function)
+  (setq normal-auto-fill-function 'lisp-mode-auto-fill)
   (make-local-variable 'indent-line-function)
   (setq indent-line-function 'lisp-indent-line)
   (make-local-variable 'parse-sexp-ignore-comments)