]> git.eshelyaron.com Git - emacs.git/commitdiff
Convert cvs-status-mode-map to new syntax
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 17 Oct 2021 18:48:34 +0000 (20:48 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 17 Oct 2021 18:51:31 +0000 (20:51 +0200)
* lisp/vc/cvs-status.el (cvs-status-mode-map): Convert a small
keymap to the new ["..."] syntax.

lisp/vc/cvs-status.el

index 6b49690aa428f271259f4d8c4b3dec23c0cd004a..723f277e07f7c34dce1a81bdae63bcc8769d8cfa 100644 (file)
@@ -40,8 +40,8 @@
   "p"         #'previous-line
   "N"         #'cvs-status-next
   "P"         #'cvs-status-prev
-  (kbd "M-n") #'cvs-status-next
-  (kbd "M-p") #'cvs-status-prev
+  ["M-n"]     #'cvs-status-next
+  ["M-p"]     #'cvs-status-prev
   "t"         #'cvs-status-cvstrees
   "T"         #'cvs-status-trees
   ">"         #'cvs-mode-checkout)