Mercurial > emacs
comparison lisp/ChangeLog @ 76379:67cd2867fe17
Fix read-only prompt problem in isearch
`isearch-process-search-multibyte-characters' would signal an error if
minibuffer-prompt-properties contained a `read-only t' property.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-666
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 07 Mar 2007 18:48:33 +0000 |
parents | bcb3f782f5eb |
children | a5b023692148 |
comparison
equal
deleted
inserted
replaced
76378:7722d7feb5cc | 76379:67cd2867fe17 |
---|---|
1 2007-03-07 Miles Bader <miles@gnu.org> | |
2 | |
3 * international/isearch-x.el | |
4 (isearch-process-search-multibyte-characters): Strip | |
5 text-properties from PROMPT to avoid an error from read-string. | |
6 | |
1 2007-03-07 Kim F. Storm <storm@cua.dk> | 7 2007-03-07 Kim F. Storm <storm@cua.dk> |
2 | 8 |
3 * complete.el (PC-bindings): Remap lisp-complete-symbol to | 9 * complete.el (PC-bindings): Remap lisp-complete-symbol to |
4 PC-lisp-complete-symbol instead of binding M-TAB in global-map. | 10 PC-lisp-complete-symbol instead of binding M-TAB in global-map. |
5 | 11 |