X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/11fdef7d0cf3ef1ce30d1cd09ca9ca9a2b099d20..b8657d829a50110930decf87545ca2a19ff991c1:/lisp/isearchb.el diff --git a/lisp/isearchb.el b/lisp/isearchb.el index 721fce8ef9..eb73cb83f9 100644 --- a/lisp/isearchb.el +++ b/lisp/isearchb.el @@ -1,9 +1,9 @@ ;;; isearchb --- a marriage between iswitchb and isearch -;; Copyright (C) 2004-2011 Free Software Foundation, Inc. +;; Copyright (C) 2004-2014 Free Software Foundation, Inc. ;; Author: John Wiegley -;; Maintainer: FSF +;; Maintainer: emacs-devel@gnu.org ;; Created: 16 Apr 2004 ;; Version: 1.5 ;; Keywords: lisp @@ -139,7 +139,8 @@ Its purpose is to pass different call arguments to (if last-command-event (setq iswitchb-rescan t iswitchb-text (concat iswitchb-text - (char-to-string last-command-event)))) + (char-to-string + (event-basic-type last-command-event))))) (iswitchb-set-matches) (let* ((match (car iswitchb-matches)) (buf (and match (get-buffer match))))