comparison 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
comparison
equal deleted inserted replaced
348:0843b9714b95 349:8429d81ab209
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)
103 105
104 (provide 'help-nomule) 106 (provide 'help-nomule)
105 107
106 ;;; help-nomule.el ends here 108 ;;; help-nomule.el ends here