emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100580: Bind `shell-resync-dirs' to


From: Stephen Eglen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100580: Bind `shell-resync-dirs' to M-RET in *shell* buffers.
Date: Fri, 11 Jun 2010 14:28:41 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100580
committer: Stephen Eglen <address@hidden>
branch nick: trunk
timestamp: Fri 2010-06-11 14:28:41 +0100
message:
  Bind `shell-resync-dirs' to M-RET in *shell* buffers.
modified:
  lisp/ChangeLog
  lisp/shell.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-06-10 12:56:11 +0000
+++ b/lisp/ChangeLog    2010-06-11 13:28:41 +0000
@@ -1,3 +1,7 @@
+2010-06-11  Stephen Eglen  <address@hidden>
+
+       * shell.el: Bind `shell-resync-dirs' to M-RET.
+
 2010-06-10  Michael Albinus  <address@hidden>
 
        * notifications.el: Move file from lisp/net, because it is

=== modified file 'lisp/shell.el'
--- a/lisp/shell.el     2010-01-13 08:35:10 +0000
+++ b/lisp/shell.el     2010-06-11 13:28:41 +0000
@@ -340,6 +340,7 @@
        (define-key shell-mode-map "\C-c\C-f" 'shell-forward-command)
        (define-key shell-mode-map "\C-c\C-b" 'shell-backward-command)
        (define-key shell-mode-map "\t" 'comint-dynamic-complete)
+       (define-key shell-mode-map (kbd "M-RET") 'shell-resync-dirs)
        (define-key shell-mode-map "\M-?"
         'comint-dynamic-list-filename-completions)
        (define-key shell-mode-map [menu-bar completion]


reply via email to

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