diff lisp/ChangeLog @ 5186:b36d089cbed5

Don't error if describe-char-use-cache t and database not readable, descr-text 2010-04-02 Aidan Kehoe <kehoea@parhasard.net> * descr-text.el (describe-char-unicode-data): Don't give up if describe-char-use-cache is t and the database isn't readable, warn and insert the entire UnicodeData.txt file instead.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 02 Apr 2010 13:23:31 +0100
parents 2e528066e2fc
children 77907bd57d25
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Apr 02 12:39:33 2010 +0100
+++ b/lisp/ChangeLog	Fri Apr 02 13:23:31 2010 +0100
@@ -1,3 +1,10 @@
+2010-04-02  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* descr-text.el (describe-char-unicode-data):
+	Don't give up if describe-char-use-cache is t and the database
+	isn't readable, warn and insert the entire UnicodeData.txt file
+	instead.
+
 2010-04-01  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* cl-seq.el (fill, sort*, merge): Move these functions to fns.c.