From: Karl Heuer Date: Tue, 25 Apr 1995 22:28:25 +0000 (+0000) Subject: (mh-insert-signature): Use force-mode-line-update. X-Git-Tag: emacs-19.34~4280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2450bd29f6fa833efa14c4f7af02d8d0581356d1;p=emacs.git (mh-insert-signature): Use force-mode-line-update. --- 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 ()