emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/derived.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/derived.el
Date: Thu, 29 May 2003 17:34:15 -0400

Index: emacs/lisp/derived.el
diff -c emacs/lisp/derived.el:1.37 emacs/lisp/derived.el:1.38
*** emacs/lisp/derived.el:1.37  Mon Apr 14 06:11:04 2003
--- emacs/lisp/derived.el       Thu May 29 17:34:15 2003
***************
*** 1,7 ****
  ;;; derived.el --- allow inheritance of major modes
  ;;; (formerly mode-clone.el)
  
! ;; Copyright (C) 1993, 1994, 1999 Free Software Foundation, Inc.
  
  ;; Author: David Megginson (address@hidden)
  ;; Maintainer: FSF
--- 1,7 ----
  ;;; derived.el --- allow inheritance of major modes
  ;;; (formerly mode-clone.el)
  
! ;; Copyright (C) 1993, 1994, 1999, 2003 Free Software Foundation, Inc.
  
  ;; Author: David Megginson (address@hidden)
  ;; Maintainer: FSF
***************
*** 156,161 ****
--- 156,163 ----
  
  Note that if the documentation string had been left out, it would have
  been generated automatically, with a reference to the keymap."
+   (declare (debug (&define name symbolp sexp [&optional stringp]
+                          [&rest keywordp sexp] def-body)))
  
    (when (and docstring (not (stringp docstring)))
      ;; Some trickiness, since what appears to be the docstring may really be




reply via email to

[Prev in Thread] Current Thread [Next in Thread]