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
c895a248
Commit
c895a248
authored
Jan 09, 1996
by
Karl Heuer
Browse files
(mh-display-msg): Use kill-local-variable
to clear out write-contents-hooks.
parent
5f55e159
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/mail/mh-utils.el
lisp/mail/mh-utils.el
+2
-2
No files found.
lisp/mail/mh-utils.el
View file @
c895a248
...
...
@@ -25,7 +25,7 @@
;;; Change Log:
;; $Id: mh-utils.el,v 1.
5
1995/
04/25 22:27:45
kwzh Exp kwzh $
;; $Id: mh-utils.el,v 1.
6
1995/
11/03 02:29:09
kwzh Exp kwzh $
;;; Code:
...
...
@@ -300,7 +300,7 @@ Type \"\\[mh-header-display]\" to see the message with all its headers."
;; Changing contents, so this hook needs to be reinitialized.
;; pgp.el uses this.
(
if
(
boundp
'write-contents-hooks
)
;Emacs 19
(
setq
write-contents-hooks
nil
))
(
kill-local-variable
'
write-contents-hooks
))
(
if
formfile
(
mh-exec-lib-cmd-output
"mhl"
"-nobell"
"-noclear"
(
if
(
stringp
formfile
)
...
...
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