]> code.delx.au - gnu-emacs-elpa/commitdiff
Correctly indent `chess-with-current-buffer' in lisp-mode.
authorJohn Wiegley <johnw@newartisans.com>
Fri, 29 Aug 2008 10:50:09 +0000 (06:50 -0400)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 29 Aug 2008 10:50:09 +0000 (06:50 -0400)
chess-module.el

index d623d5b63e3634b192cb4a1dad1eca1465f1fdbc..f29dff225bcc3a17d401544e029c41143893dabf 100644 (file)
@@ -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))