comparison lisp/descr-text.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents b8352a1f354a
children 49a7c3d3d8d9 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
223 223
224 This is a fairly large file, not typically present on GNU systems. At 224 This is a fairly large file, not typically present on GNU systems. At
225 the time of writing it is at 225 the time of writing it is at
226 <URL:http://www.unicode.org/Public/UNIDATA/UnicodeData.txt>." 226 <URL:http://www.unicode.org/Public/UNIDATA/UnicodeData.txt>."
227 :group 'mule 227 :group 'mule
228 :version "21.4" 228 :version "22.1"
229 :type '(choice (const :tag "None" nil) 229 :type '(choice (const :tag "None" nil)
230 file)) 230 file))
231 231
232 ;; We could convert the unidata file into a Lispy form once-for-all 232 ;; We could convert the unidata file into a Lispy form once-for-all
233 ;; and distribute it for loading on demand. It might be made more 233 ;; and distribute it for loading on demand. It might be made more