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
a76a4381
Commit
a76a4381
authored
Apr 12, 2002
by
Stefan Monnier
Browse files
(nnmbox-create-mbox): Don't assume point-min == 1.
parent
2f85befd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/gnus/nnmbox.el
lisp/gnus/nnmbox.el
+2
-1
No files found.
lisp/gnus/nnmbox.el
View file @
a76a4381
...
...
@@ -523,7 +523,8 @@
(
let
((
nnmail-file-coding-system
(
or
nnmbox-file-coding-system-for-write
nnmbox-file-coding-system
)))
(
nnmail-write-region
1
1
nnmbox-mbox-file
t
'nomesg
))))
(
nnmail-write-region
(
point-min
)
(
point-min
)
nnmbox-mbox-file
t
'nomesg
))))
(
defun
nnmbox-read-mbox
()
(
nnmail-activate
'nnmbox
)
...
...
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