# HG changeset patch # User Kim F. Storm # Date 1101223415 0 # Node ID d9e5fd89f5cfc2664dedcbe2aa031ff2116a3089 # Parent 1708184cc8daf97849253b72e63a47ec10e17d5c *** empty log message *** diff -r 1708184cc8da -r d9e5fd89f5cf lisp/ChangeLog --- a/lisp/ChangeLog Tue Nov 23 15:18:16 2004 +0000 +++ b/lisp/ChangeLog Tue Nov 23 15:23:35 2004 +0000 @@ -1,5 +1,8 @@ 2004-11-23 Kim F. Storm + * subr.el (substitute-key-definition-key): Optimize. Don't + call indirect-function for nil defn (always signals error). + * ido.el (ido-read-internal): Fix require-match check when ido-directory-too-big is set.