comparison lisp/emacs-lisp/autoload.el @ 23092:4e1b3d1dac36

Fix doc-string-elt property on define-derived-mode.
author Andreas Schwab <schwab@suse.de>
date Mon, 24 Aug 1998 10:19:52 +0000
parents f3cf0507c362
children 701d2b4c7484
comparison
equal deleted inserted replaced
23091:25c95d9da0af 23092:4e1b3d1dac36
130 (put 'defvar 'doc-string-elt 3) 130 (put 'defvar 'doc-string-elt 3)
131 (put 'defcustom 'doc-string-elt 3) 131 (put 'defcustom 'doc-string-elt 3)
132 (put 'defconst 'doc-string-elt 3) 132 (put 'defconst 'doc-string-elt 3)
133 (put 'defmacro 'doc-string-elt 3) 133 (put 'defmacro 'doc-string-elt 3)
134 (put 'define-skeleton 'doc-string-elt 3) 134 (put 'define-skeleton 'doc-string-elt 3)
135 (put 'define-derived-mode 'doc-string-elt 4) 135 (put 'define-derived-mode 'doc-string-elt 3)
136 (put 'easy-mmode-define-minor-mode 'doc-string-elt 3) 136 (put 'easy-mmode-define-minor-mode 'doc-string-elt 3)
137 (put 'define-generic-mode 'doc-string-elt 3) 137 (put 'define-generic-mode 'doc-string-elt 3)
138 138
139 139
140 (defun autoload-trim-file-name (file) 140 (defun autoload-trim-file-name (file)