]> git.eshelyaron.com Git - emacs.git/commitdiff
(toplevel): Comment out the spec
authorGerd Moellmann <gerd@gnu.org>
Wed, 18 Apr 2001 15:09:36 +0000 (15:09 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 18 Apr 2001 15:09:36 +0000 (15:09 +0000)
for defmethod.

lisp/emacs-lisp/cl-indent.el

index 359288ebf05c78c1e9073f48319bded59d99f49d..e0357cd5997a2ddc991175b179ae8d19bb1b8f22 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cl-indent.el --- enhanced lisp-indent mode
 
-;; Copyright (C) 1987 Free Software Foundation, Inc.
+;; Copyright (C) 1987, 2000, 2001 Free Software Foundation, Inc.
 
 ;; Author: Richard Mlynarik <mly@eddie.mit.edu>
 ;; Created: July 1987
@@ -393,7 +393,9 @@ by `lisp-body-indent'."
            (define-setf-method . defun)
            (define-setf-expander . defun)
            (defmacro . defun) (defsubst . defun) (deftype . defun)
-           (defmethod   (4 4 (&whole 4 &rest 1) &body))
+          ;; The following indents the first line of the body of a
+          ;; defmethod wrong.
+           ;(defmethod   (4 4 (&whole 4 &rest 1) &body))
            (defpackage  (4 2))
            (defstruct   ((&whole 4 &rest (&whole 2 &rest 1))
                          &rest (&whole 2 &rest 1)))