Mercurial > hg > xemacs-beta
diff lisp/isearch-mode.el @ 377:d883f39b8495 r21-2b4
Import from CVS: tag r21-2b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:05:42 +0200 |
parents | a300bb07d72d |
children | bbff43aa5eb7 |
line wrap: on
line diff
--- a/lisp/isearch-mode.el Mon Aug 13 11:04:53 2007 +0200 +++ b/lisp/isearch-mode.el Mon Aug 13 11:05:42 2007 +0200 @@ -460,6 +460,10 @@ isearch-mode (gettext " Isearch") ) + (let ((map (append (current-minor-mode-maps) + (list (current-local-map))))) + (if (keymapp map) + (set-keymap-parents isearch-mode-map map))) ;; XEmacs change: without clearing the match data, sometimes old values ;; of isearch-other-end get used. Don't ask me why...