changeset 11578:d8480e4513ea

(mh-insert-signature): Use force-mode-line-update.
author Karl Heuer <kwzh@gnu.org>
date Tue, 25 Apr 1995 22:28:25 +0000
parents 5a94d8168bdb
children 28e4495a9e8f
files lisp/mail/mh-comp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mh-comp.el	Tue Apr 25 22:28:04 1995 +0000
+++ b/lisp/mail/mh-comp.el	Tue Apr 25 22:28:25 1995 +0000
@@ -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 @@
   "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 ()