changeset 14118:e7809b53da4d

(mh-display-msg): Use kill-local-variable to clear out write-contents-hooks.
author Karl Heuer <kwzh@gnu.org>
date Tue, 09 Jan 1996 23:19:28 +0000
parents 50df7ee940e8
children 2a05fc406f3a
files lisp/mail/mh-utils.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mh-utils.el	Tue Jan 09 23:19:17 1996 +0000
+++ b/lisp/mail/mh-utils.el	Tue Jan 09 23:19:28 1996 +0000
@@ -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 @@
 	   ;; 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)