From: Gerd Moellmann Date: Wed, 18 Apr 2001 15:09:36 +0000 (+0000) Subject: (toplevel): Comment out the spec X-Git-Tag: emacs-pretest-21.0.103~175 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f26dfa51fa6a9308fbfc815e8bd1742180b8bc3;p=emacs.git (toplevel): Comment out the spec for defmethod. --- diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el index 359288ebf05..e0357cd5997 100644 --- a/lisp/emacs-lisp/cl-indent.el +++ b/lisp/emacs-lisp/cl-indent.el @@ -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 ;; 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)))