[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/derived.el
From: |
Luc Teirlinck |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/derived.el |
Date: |
Sat, 14 May 2005 14:32:45 -0400 |
Index: emacs/lisp/emacs-lisp/derived.el
diff -c emacs/lisp/emacs-lisp/derived.el:1.4
emacs/lisp/emacs-lisp/derived.el:1.5
*** emacs/lisp/emacs-lisp/derived.el:1.4 Wed Feb 9 15:50:40 2005
--- emacs/lisp/emacs-lisp/derived.el Sat May 14 18:32:45 2005
***************
*** 158,164 ****
been generated automatically, with a reference to the keymap.
The new mode runs the hook constructed by the function
! `derived-mode-hook-name'."
(declare (debug (&define name symbolp sexp [&optional stringp]
[&rest keywordp sexp] def-body)))
--- 158,166 ----
been generated automatically, with a reference to the keymap.
The new mode runs the hook constructed by the function
! `derived-mode-hook-name'.
!
! See Info node `(elisp)Derived Modes' for more details."
(declare (debug (&define name symbolp sexp [&optional stringp]
[&rest keywordp sexp] def-body)))
- [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/derived.el,
Luc Teirlinck <=