comparison lisp/international/mule.el @ 22654:a9212d075e88

(mule-version): Changed to 4.0. (mule-version-date): Updated.
author Kenichi Handa <handa@m17n.org>
date Wed, 01 Jul 1998 07:16:28 +0000
parents bde21619877b
children 754703e243e6
comparison
equal deleted inserted replaced
22653:8b39df7b3506 22654:a9212d075e88
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02111-1307, USA.
24 24
25 ;;; Code: 25 ;;; Code:
26 26
27 (defconst mule-version "3.0 (MOMIJINOGA)" "\ 27 (defconst mule-version "4.0 (HANANOEN)" "\
28 Version number and name of this version of MULE (multilingual environment).") 28 Version number and name of this version of MULE (multilingual environment).")
29 29
30 (defconst mule-version-date "1998.1.1" "\ 30 (defconst mule-version-date "1998.7.1" "\
31 Distribution date of this version of MULE (multilingual environment).") 31 Distribution date of this version of MULE (multilingual environment).")
32 32
33 (defun load-with-code-conversion (fullname file &optional noerror nomessage) 33 (defun load-with-code-conversion (fullname file &optional noerror nomessage)
34 "Execute a file of Lisp code named FILE whose absolute name is FULLNAME. 34 "Execute a file of Lisp code named FILE whose absolute name is FULLNAME.
35 The file contents are decoded before evaluation if necessary. 35 The file contents are decoded before evaluation if necessary.