Mercurial > hg > xemacs-beta
comparison lisp/help-nomule.el @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 8429d81ab209 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
98 (file-error (kill-buffer buffer) | 98 (file-error (kill-buffer buffer) |
99 (set-window-configuration window-configuration) | 99 (set-window-configuration window-configuration) |
100 ;; Now, signal the error | 100 ;; Now, signal the error |
101 (signal (car error-data) (cdr error-data))))))) | 101 (signal (car error-data) (cdr error-data))))))) |
102 | 102 |
103 ;; General Mule-compatibility stuffs | |
104 (define-function 'string-width 'length) | |
105 | 103 |
106 (provide 'help-nomule) | 104 (provide 'help-nomule) |
107 | 105 |
108 ;;; help-nomule.el ends here | 106 ;;; help-nomule.el ends here |