# HG changeset patch # User Richard M. Stallman # Date 1005501538 0 # Node ID b5584ab9e5445474a6d60d175b3db73b9bde245f # Parent 4a749a84888c2a660b7d447532c4c4be331fbde8 (define-derived-mode): Doc fix. diff -r 4a749a84888c -r b5584ab9e544 lisp/derived.el --- a/lisp/derived.el Sun Nov 11 17:58:05 2001 +0000 +++ b/lisp/derived.el Sun Nov 11 17:58:58 2001 +0000 @@ -124,7 +124,7 @@ DOCSTRING: an optional documentation string--if you do not supply one, the function will attempt to invent something useful. BODY: forms to execute just before running the - hooks for the new mode. + hooks for the new mode. Do not use `interactive' here. Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode: