summaryrefslogtreecommitdiff
path: root/chess-module.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-29 06:50:09 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-29 06:50:09 -0400
commita13cef52f2638feeb1bd7da368f7d3b1c290a4f5 (patch)
tree1f1669ba4d8fd8bdfd28268a9948702ecd5670a9 /chess-module.el
parenta62df1708858bf33845191fefeadf0bbf8cc48ae (diff)
Correctly indent `chess-with-current-buffer' in lisp-mode.
Diffstat (limited to 'chess-module.el')
-rw-r--r--chess-module.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/chess-module.el b/chess-module.el
index d623d5b..f29dff2 100644
--- a/chess-module.el
+++ b/chess-module.el
@@ -23,6 +23,8 @@
,@body)
,@body)))
+(put 'chess-with-current-buffer 'lisp-indent-function 1)
+
(defun chess-module-create (derived game &optional buffer-name
&rest ctor-args)
(let* ((name (symbol-name derived))