From ddd63a1e1b46a0b34ffa2fc64ab9901fe7193e6b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 30 Jun 2011 23:38:28 -0400 Subject: [PATCH] * eshell/em-smart.el (eshell-smart-display-navigate-list): Add mouse-yank-primary. --- lisp/ChangeLog | 5 +++++ lisp/eshell/em-smart.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a4e095bc4f..b43e8032829 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-07-01 Chong Yidong + + * eshell/em-smart.el (eshell-smart-display-navigate-list): Add + mouse-yank-primary. + 2011-07-01 Teodor Zlatanov * progmodes/cfengine3.el: New file to support CFEngine 3.x. diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el index f08fec8f8fa..259072d9750 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el @@ -120,6 +120,7 @@ only if that output can be presented in its entirely in the Eshell window." (defcustom eshell-smart-display-navigate-list '(insert-parentheses mouse-yank-at-click + mouse-yank-primary mouse-yank-secondary yank-pop yank-rectangle -- 2.39.2