emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc-dispatcher.el,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-dispatcher.el,v
Date: Sat, 17 May 2008 20:00:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/05/17 20:00:42

Index: vc-dispatcher.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-dispatcher.el,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- vc-dispatcher.el    16 May 2008 23:59:13 -0000      1.50
+++ vc-dispatcher.el    17 May 2008 20:00:41 -0000      1.51
@@ -783,8 +783,8 @@
     ;;; Rebind paragraph-movement commands.
     (define-key map "\M-}" 'vc-dir-next-directory)
     (define-key map "\M-{" 'vc-dir-prev-directory)
-    (define-key map "\M-<down>" 'vc-dir-next-directory)
-    (define-key map "\M-<up>" 'vc-dir-prev-directory)
+    (define-key map [M-down] 'vc-dir-next-directory)
+    (define-key map [M-up] 'vc-dir-prev-directory)
     ;; The remainder.
     (define-key map "f" 'vc-dir-find-file)
     (define-key map "\C-m" 'vc-dir-find-file)




reply via email to

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