From 2450bd29f6fa833efa14c4f7af02d8d0581356d1 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 25 Apr 1995 22:28:25 +0000 Subject: [PATCH] (mh-insert-signature): Use force-mode-line-update. --- lisp/mail/mh-comp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/mh-comp.el b/lisp/mail/mh-comp.el index e774d7cd3bf..cc69be64c3d 100644 --- a/lisp/mail/mh-comp.el +++ b/lisp/mail/mh-comp.el @@ -25,7 +25,7 @@ ;;; Change Log: -;; $Id: mh-comp.el,v 1.4 1995/04/10 00:19:27 kwzh Exp kwzh $ +;; $Id: mh-comp.el,v 1.5 1995/04/20 23:35:49 kwzh Exp kwzh $ ;;; Code: @@ -756,7 +756,7 @@ Prompt for the field name with a completion list of the current folders." "Insert the file named by mh-signature-file-name at the current point." (interactive) (insert-file-contents mh-signature-file-name) - (set-buffer-modified-p (buffer-modified-p))) ; force mode line update + (force-mode-line-update)) (defun mh-check-whom () -- 2.39.5