Mercurial > hg > xemacs-beta
diff lisp/hm--html-menus/adapt.el @ 98:0d2f883870bc r20-1b1
Import from CVS: tag r20-1b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:13:56 +0200 |
parents | 131b0175ea99 |
children | 9f59509498e1 |
line wrap: on
line diff
--- a/lisp/hm--html-menus/adapt.el Mon Aug 13 09:12:43 2007 +0200 +++ b/lisp/hm--html-menus/adapt.el Mon Aug 13 09:13:56 2007 +0200 @@ -1,4 +1,4 @@ -;;; $Id: adapt.el,v 1.1.1.1 1996/12/18 22:43:20 steve Exp $ +;;; $Id: adapt.el,v 1.2 1997/02/15 22:21:03 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)) + ))