From d09b872f61aa28196a0f882d34b77f02e7ac0824 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Sat, 22 Jul 2000 01:11:09 +0000 Subject: [PATCH] Changes that bring CLASH up to extended HTTP/1.0 support: Moved indenting changes for CL constructs to a central place. --- tools/init.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/init.el b/tools/init.el index 4c586ca..730277b 100644 --- a/tools/init.el +++ b/tools/init.el @@ -21,14 +21,6 @@ (unless (assoc "\\.system$" auto-mode-alist) (push '("\\.system$" . lisp-mode) auto-mode-alist)) -;;; Mode-Defaults -(add-hook 'lisp-mode-hook - '(lambda () - (setq lisp-indent-offset 76) - (put 'with-slots 'lisp-indent-function 2) - (put 'with-accessors 'lisp-indent-function 2) - (put 'handler-case 'lisp-indent-function 1))) - ;;; Auto-insertion ;;(add-hook 'find-file-hooks 'auto-insert) (define-auto-insert "/CLASH/.*\\.cl$"