chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
150acf6
)
dot-emacs: Fix indentation for simple LOOP.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 8 Mar 2009 15:59:56 +0000
(15:59 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 8 Mar 2009 15:59:56 +0000
(15:59 +0000)
dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/dot-emacs.el
b/dot-emacs.el
index 01bed922c77e89abb7edd4ec31fa279cc271fa17..14d06a69316a752bf3b2c99cc254f76044e5579a 100644
(file)
--- a/
dot-emacs.el
+++ b/
dot-emacs.el
@@
-2052,7
+2052,7
@@
(defun mdw-common-lisp-indent ()
(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)