emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104827: * eshell/em-smart.el (eshell


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104827: * eshell/em-smart.el (eshell-smart-display-navigate-list): Add mouse-yank-primary.
Date: Thu, 30 Jun 2011 23:38:28 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104827
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Thu 2011-06-30 23:38:28 -0400
message:
  * eshell/em-smart.el (eshell-smart-display-navigate-list): Add 
mouse-yank-primary.
modified:
  lisp/ChangeLog
  lisp/eshell/em-smart.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-01 03:29:50 +0000
+++ b/lisp/ChangeLog    2011-07-01 03:38:28 +0000
@@ -1,3 +1,8 @@
+2011-07-01  Chong Yidong  <address@hidden>
+
+       * eshell/em-smart.el (eshell-smart-display-navigate-list): Add
+       mouse-yank-primary.
+
 2011-07-01  Teodor Zlatanov  <address@hidden>
 
        * progmodes/cfengine3.el: New file to support CFEngine 3.x.

=== modified file 'lisp/eshell/em-smart.el'
--- a/lisp/eshell/em-smart.el   2011-03-05 04:11:05 +0000
+++ b/lisp/eshell/em-smart.el   2011-07-01 03:38:28 +0000
@@ -120,6 +120,7 @@
 (defcustom eshell-smart-display-navigate-list
   '(insert-parentheses
     mouse-yank-at-click
+    mouse-yank-primary
     mouse-yank-secondary
     yank-pop
     yank-rectangle


reply via email to

[Prev in Thread] Current Thread [Next in Thread]