Mercurial > hg > xemacs-beta
diff lisp/help-nomule.el @ 349:8429d81ab209 r21-1-4
Import from CVS: tag r21-1-4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:54:28 +0200 |
parents | 70ad99077275 |
children | cc15677e0335 |
line wrap: on
line diff
--- a/lisp/help-nomule.el Mon Aug 13 10:53:50 2007 +0200 +++ b/lisp/help-nomule.el Mon Aug 13 10:54:28 2007 +0200 @@ -100,6 +100,8 @@ ;; Now, signal the error (signal (car error-data) (cdr error-data))))))) +;; General Mule-compatibility stuffs +(define-function 'string-width 'length) (provide 'help-nomule)