emacs-devel
[Top][All Lists]
Advanced

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

Do you really mean to call `cl--generic-prefill-dispatchers' twice?


From: Tadeus Prastowo
Subject: Do you really mean to call `cl--generic-prefill-dispatchers' twice?
Date: Thu, 4 Apr 2019 00:45:24 +0200

Hi Stefan,

While looking at the diff of commit
cd1d9e79f74f137511d49eb9b0ae7ba750ba6c3c, I see the following hunk:
-- 8< ----------------------
@@ -1205,6 +1209,7 @@ See the full list and their hierarchy in
`cl--generic-typeof-types'."
    (cl-call-next-method)))

 (cl--generic-prefill-dispatchers 0 integer)
+(cl--generic-prefill-dispatchers 0 cl--generic-generalizer integer)

 ;;; Dispatch on major mode.

-- 8< ----------------------

Why didn't you delete the first call `(cl--generic-prefill-dispatchers
0 integer)'?

Thanks.

-- 
Best regards,
Tadeus



reply via email to

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