emacs-devel
[Top][All Lists]
Advanced

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

Re: master 5c99647: Error out on invalid `define-keymap' keywords


From: Robert Pluim
Subject: Re: master 5c99647: Error out on invalid `define-keymap' keywords
Date: Mon, 03 Jan 2022 16:11:25 +0100

>>>>> On Mon, 18 Oct 2021 22:51:10 -0400 (EDT), larsi@gnus.org (Lars 
>>>>> Ingebrigtsen) said:
    Lars> diff --git a/lisp/vc/cvs-status.el b/lisp/vc/cvs-status.el
    Lars> index 723f277..86b62eb 100644
    Lars> --- a/lisp/vc/cvs-status.el
    Lars> +++ b/lisp/vc/cvs-status.el
    Lars> @@ -35,7 +35,7 @@
    Lars>  ;;;
 
    Lars>  (defvar-keymap cvs-status-mode-map
    Lars> -  :inherit 'cvs-mode-map
    Lars> +  :parent     'cvs-mode-map
    Lars>    "n"         #'next-line
    Lars>    "p"         #'previous-line
    Lars>    "N"         #'cvs-status-next


Shouldn't this be

    :parent cvs-mode-map

(without the quote). I guess emacs-28 needs a similar fix (although I
haven't noticed any negative side effects of it, but then again I
donʼt use CVS at all)

Robert
-- 



reply via email to

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