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
5859a75c
Commit
5859a75c
authored
Nov 03, 2000
by
Dave Love
Browse files
(mm-inline-partial): Space-prefix temp buffer
name.
parent
6eb681a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-1
lisp/gnus/mm-partial.el
lisp/gnus/mm-partial.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
5859a75c
2000-11-03 Dave Love <fx@gnu.org>
* mm-partial.el (mm-inline-partial): Space-prefix temp buffer
name.
* gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
<banner>: Fix custom type, doc.
* mm-decode.el (mm-display-external): Space
prefix temp buffer
* mm-decode.el (mm-display-external): Space
-
prefix temp buffer
name. Don't disable undo explicitly.
2000-11-02 Dave Love <fx@gnu.org>
...
...
lisp/gnus/mm-partial.el
View file @
5859a75c
...
...
@@ -88,7 +88,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing."
(
list
gnus-article-mime-handles
))
phandles
))
(
save-excursion
(
set-buffer
(
generate-new-buffer
"*mm*"
))
(
set-buffer
(
generate-new-buffer
"
*mm*"
))
(
while
(
setq
phandle
(
pop
phandles
))
(
setq
nn
(
string-to-number
(
cdr
(
assq
'number
...
...
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