diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-06-30 23:38:28 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-06-30 23:38:28 -0400 |
commit | ddd63a1e1b46a0b34ffa2fc64ab9901fe7193e6b (patch) | |
tree | 9a1958034e9a8a0030fea9605c1dfee22f6826ef /lisp/eshell | |
parent | 055f492351fb96556e344af8fbf097f5367ab683 (diff) | |
download | emacs-ddd63a1e1b46a0b34ffa2fc64ab9901fe7193e6b.tar.gz emacs-ddd63a1e1b46a0b34ffa2fc64ab9901fe7193e6b.tar.bz2 emacs-ddd63a1e1b46a0b34ffa2fc64ab9901fe7193e6b.zip |
* eshell/em-smart.el (eshell-smart-display-navigate-list): Add mouse-yank-primary.
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/em-smart.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |