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
47fe149b
Commit
47fe149b
authored
Aug 31, 2010
by
Katsumi Yamaoka
Browse files
gnus-article-view-part: Doc fix by Lars Magne Ingebrigtsen <larsi@gnus.org>.
parent
1f609549
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+2
-0
lisp/gnus/gnus-art.el
lisp/gnus/gnus-art.el
+3
-1
No files found.
lisp/gnus/ChangeLog
View file @
47fe149b
2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-art.el (gnus-article-view-part): Doc fix.
* gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
XEmacs-compatible.
(gnus-html-put-image): Don't do images on non-graphic displays.
...
...
lisp/gnus/gnus-art.el
View file @
47fe149b
...
...
@@ -5549,7 +5549,9 @@ N is the numerical prefix."
1
))
(
defun
gnus-article-view-part
(
&optional
n
)
"View MIME part N, which is the numerical prefix."
"View MIME part N, which is the numerical prefix.
If the part is already shown, hide the part. If N is nil, view
all parts."
(
interactive
"P"
)
(
with-current-buffer
gnus-article-buffer
(
or
(
numberp
n
)
(
setq
n
(
gnus-article-mime-match-handle-first
...
...
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