From: Karl Heuer Date: Tue, 9 Jan 1996 23:19:28 +0000 (+0000) Subject: (mh-display-msg): Use kill-local-variable X-Git-Tag: emacs-19.34~1742 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c895a248006828972a6ae1935c808b751c8439f7;p=emacs.git (mh-display-msg): Use kill-local-variable to clear out write-contents-hooks. --- diff --git a/lisp/mail/mh-utils.el b/lisp/mail/mh-utils.el index a77205a26d0..b460a127b21 100644 --- a/lisp/mail/mh-utils.el +++ b/lisp/mail/mh-utils.el @@ -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)