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
2b0e738a
Commit
2b0e738a
authored
Sep 08, 2004
by
Thien-Thi Nguyen
Browse files
(define-compilation-mode): Specify `doc-string-elt' property.
parent
bec34fb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+2
-1
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
2b0e738a
...
...
@@ -129,6 +129,7 @@
(put 'defsubst 'doc-string-elt 3)
(put 'define-skeleton 'doc-string-elt 2)
(put 'define-derived-mode 'doc-string-elt 4)
(put 'define-compilation-mode 'doc-string-elt 3)
(put 'easy-mmode-define-minor-mode 'doc-string-elt 2)
(put 'define-minor-mode 'doc-string-elt 2)
(put 'define-generic-mode 'doc-string-elt 7)
...
...
@@ -489,7 +490,7 @@ If CHAR is not a character, return nil."
(
and
string
(
=
(
car
(
read-from-string
string
))
char
)
string
))))
(
defun
eval-last-sexp-1
(
eval-last-sexp-arg-internal
)
"Evaluate sexp before point; print value in minibuffer.
...
...
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