diff options
| author | Stefan Monnier | 2008-04-19 19:35:09 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-19 19:35:09 +0000 |
| commit | e80591ba8dbd3521605c9adb4c4bbae7e35e5aa8 (patch) | |
| tree | b44daa75ad5d9a31158f6ed3b60dfc4e3a9771d7 /lisp/progmodes | |
| parent | ece5f84750f297572c9ecacc0d09bd9418017b2c (diff) | |
| download | emacs-e80591ba8dbd3521605c9adb4c4bbae7e35e5aa8.tar.gz emacs-e80591ba8dbd3521605c9adb4c4bbae7e35e5aa8.zip | |
* emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
* progmodes/scheme.el (scheme-mode-variables): Don't use it.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/scheme.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index e863a8cfcb0..e308cb1b49a 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el | |||
| @@ -141,8 +141,6 @@ | |||
| 141 | ;; because lisp-fill-paragraph should do the job. | 141 | ;; because lisp-fill-paragraph should do the job. |
| 142 | (make-local-variable 'adaptive-fill-mode) | 142 | (make-local-variable 'adaptive-fill-mode) |
| 143 | (setq adaptive-fill-mode nil) | 143 | (setq adaptive-fill-mode nil) |
| 144 | (make-local-variable 'normal-auto-fill-function) | ||
| 145 | (setq normal-auto-fill-function 'lisp-mode-auto-fill) | ||
| 146 | (make-local-variable 'indent-line-function) | 144 | (make-local-variable 'indent-line-function) |
| 147 | (setq indent-line-function 'lisp-indent-line) | 145 | (setq indent-line-function 'lisp-indent-line) |
| 148 | (make-local-variable 'parse-sexp-ignore-comments) | 146 | (make-local-variable 'parse-sexp-ignore-comments) |