Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fd8e7a80
Commit
fd8e7a80
authored
Oct 24, 2005
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(defimage): Add `doc-string' declaration.
parent
f12126f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/image.el
lisp/image.el
+2
-1
No files found.
lisp/image.el
View file @
fd8e7a80
...
...
@@ -430,10 +430,11 @@ Example:
(defimage test-image ((:type xpm :file \"~/test1.xpm\")
(:type xbm :file \"~/test1.xbm\")))"
(
declare
(
doc-string
3
))
`
(
defvar
,
symbol
(
find-image
',specs
)
,
doc
))
(
provide
'image
)
;;
;
arch-tag: 8e76a07b-eb48-4f3e-a7a0-1a7ba9f096b3
;; arch-tag: 8e76a07b-eb48-4f3e-a7a0-1a7ba9f096b3
;;; image.el ends here
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