Mercurial > emacs
changeset 37389:3061b65a9897
(toplevel): Comment out the spec
for defmethod.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 18 Apr 2001 15:09:36 +0000 |
parents | d63fa36c7fac |
children | 2db1b1bb1d18 |
files | lisp/emacs-lisp/cl-indent.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-indent.el Wed Apr 18 14:27:06 2001 +0000 +++ b/lisp/emacs-lisp/cl-indent.el Wed Apr 18 15:09:36 2001 +0000 @@ -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 @@ (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)))