dot-emacs: Fix indentation for simple LOOP.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 8 Mar 2009 15:59:56 +0000 (15:59 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 8 Mar 2009 15:59:56 +0000 (15:59 +0000)
dot-emacs.el

index 01bed92..14d06a6 100644 (file)
@@ -2052,7 +2052,7 @@ strip numbers instead."
   (make-variable-buffer-local 'lisp-indent-function)
   (setq lisp-indent-function 'common-lisp-indent-function))
 
-(setq lisp-simple-loop-indentation 1
+(setq lisp-simple-loop-indentation 2
       lisp-loop-keyword-indentation 6
       lisp-loop-forms-indentation 6)