emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp bindings.el


From: Juri Linkov
Subject: [Emacs-diffs] emacs/lisp bindings.el
Date: Thu, 02 Jul 2009 22:48:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     09/07/02 22:48:18

Modified files:
        lisp           : bindings.el 

Log message:
        (esc-map): Bind "&" to `async-shell-command'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/bindings.el?cvsroot=emacs&r1=1.219&r2=1.220

Patches:
Index: bindings.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/bindings.el,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -b -r1.219 -r1.220
--- bindings.el 23 Jun 2009 07:39:43 -0000      1.219
+++ bindings.el 2 Jul 2009 22:48:18 -0000       1.220
@@ -756,6 +756,7 @@
 
 (define-key esc-map "!" 'shell-command)
 (define-key esc-map "|" 'shell-command-on-region)
+(define-key esc-map "&" 'async-shell-command)
 
 (define-key ctl-x-map [right] 'next-buffer)
 (define-key ctl-x-map [C-right] 'next-buffer)




reply via email to

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