Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
52c9b141
Commit
52c9b141
authored
Dec 04, 2001
by
Colin Walters
Browse files
(toplevel): Define docstring offset for `defmacro*'.
parent
74312ddc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
lisp/ChangeLog
lisp/ChangeLog
+9
-1
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+1
-0
No files found.
lisp/ChangeLog
View file @
52c9b141
2001-12-04 Colin Walters <walters@debian.org>
* emacs-lisp/autoload.el (make-autoload): Also generate autoloads
for `defmacro*' forms.
* emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
`defmacro*'.
2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
* progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2001-12-02 Richard M. Stallman <rms@gnu.org>
...
...
lisp/emacs-lisp/lisp-mode.el
View file @
52c9b141
...
...
@@ -123,6 +123,7 @@
(put 'defcustom 'doc-string-elt 3)
(put 'defconst 'doc-string-elt 3)
(put 'defmacro 'doc-string-elt 3)
(put 'defmacro* 'doc-string-elt 3)
(put 'defsubst 'doc-string-elt 3)
(put 'define-skeleton 'doc-string-elt 2)
(put 'define-derived-mode 'doc-string-elt 4)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment