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
fad5a93a
Commit
fad5a93a
authored
May 19, 2008
by
Bill Wohler
Browse files
(mh-mh-to-mime, mh-mh-to-mime-undo): Preserve modes when converting to
or from MIME (closes SF #1966722).
parent
7911d1c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog
+5
-0
lisp/mh-e/mh-mime.el
lisp/mh-e/mh-mime.el
+2
-2
No files found.
lisp/mh-e/ChangeLog
View file @
fad5a93a
2008
-
05
-
19
Sergey
Poznyakoff
<
gray
@
gnu
.
org
.
ua
>
(
tiny
change
)
*
mh
-
mime
.
el
(
mh
-
mh
-
to
-
mime
,
mh
-
mh
-
to
-
mime
-
undo
):
Preserve
modes
when
converting
to
or
from
MIME
(
closes
SF
#
1966722
).
2008
-
05
-
19
Bill
Wohler
<
wohler
@
newt
.
com
>
*
mh
-
e
.
el
(
mh
-
invisible
-
header
-
fields
-
internal
):
Sort
list
in
a
...
...
lisp/mh-e/mh-mime.el
View file @
fad5a93a
...
...
@@ -1485,7 +1485,7 @@ The effects of this command can be undone by running
"mhn"
(
if
extra-args
mh-mh-to-mime-args
)
buffer-file-name
)))
(
revert-buffer
t
t
)
(
revert-buffer
t
t
t
)
(
message
"Running %s...done"
(
if
(
mh-variant-p
'nmh
)
"mhbuild"
"mhn"
))
(
run-hooks
'mh-mh-to-mime-hook
))
...
...
@@ -1531,7 +1531,7 @@ a prefix argument NOCONFIRM."
(
let
((
buffer-read-only
nil
))
(
erase-buffer
)
(
insert-file-contents
backup-file
))
(
after-find-file
nil
)))
(
after-find-file
nil
nil
nil
nil
t
)))
;; Shush compiler.
(
defvar
mh-identity-pgg-default-user-id
)
...
...
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