diff lisp/hm--html-menus/adapt.el @ 22:8fc7fe29b841 r19-15b94

Import from CVS: tag r19-15b94
author cvs
date Mon, 13 Aug 2007 08:50:29 +0200
parents ac2d302a0011
children 6a22abad6937
line wrap: on
line diff
--- a/lisp/hm--html-menus/adapt.el	Mon Aug 13 08:50:06 2007 +0200
+++ b/lisp/hm--html-menus/adapt.el	Mon Aug 13 08:50:29 2007 +0200
@@ -1,4 +1,4 @@
-;;; $Id: adapt.el,v 1.1.1.2 1996/12/18 03:46:45 steve Exp $
+;;; $Id: adapt.el,v 1.2 1997/02/16 01:29:07 steve Exp $
 ;;;
 ;;; Copyright (C) 1993, 1994, 1995  Heiko Muenkel
 ;;; email: muenkel@tnt.uni-hannover.de
@@ -312,6 +312,10 @@
 				minor-mode-map-alist))))
 	      ))
 	)
+
+      (if (not (fboundp 'redraw-modeline))
+	  (defalias 'redraw-modeline 'force-mode-line-update))
+
       ))