From: Michael Albinus Date: Mon, 23 Apr 2012 11:57:06 +0000 (+0200) Subject: * net/xesam.el (xesam-mode-map): Use let-bound map in X-Git-Tag: emacs-24.2.90~471^2~300 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2df41f9c6f22d4e001082df4301c73dccfd01ef0;p=emacs.git * net/xesam.el (xesam-mode-map): Use let-bound map in initialization. (Bug#11292) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ead85734af..09245416423 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-04-23 Michael Albinus + + * net/xesam.el (xesam-mode-map): Use let-bound map in + initialization. (Bug#11292) + 2012-04-23 Agustín Martín Domingo Preserve ispell session localwords when switching back to diff --git a/lisp/net/xesam.el b/lisp/net/xesam.el index f47eeda8d97..b901c041863 100644 --- a/lisp/net/xesam.el +++ b/lisp/net/xesam.el @@ -449,7 +449,7 @@ If there is no registered search engine at all, the function returns `nil'." (defvar xesam-mode-map (let ((map (copy-keymap special-mode-map))) - (set-keymap-parent xesam-mode-map widget-keymap) + (set-keymap-parent map widget-keymap) map)) (define-derived-mode xesam-mode special-mode "Xesam"