GNU bug report logs -
#44764
28.0.50; Wrong menu binding for file in tree fileset
Previous Next
Reported by: Mauro Aranda <maurooaranda <at> gmail.com>
Date: Fri, 20 Nov 2020 15:46:01 UTC
Severity: normal
Tags: fixed, patch
Found in version 28.0.50
Done: Mauro Aranda <maurooaranda <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
tags 44764 fixed
close 44764
quit
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Mauro Aranda <maurooaranda <at> gmail.com> writes:
>> - (apply 'vector (list name (cdr (append submenu nil)))))))
>> -; (vconcat `[,name] (subseq submenu 1)))))
>> + (apply 'vector (list name (cadr (append submenu nil)))))))
>
> I'm not very familiar with the filesets code, but I think this makes
> sense. I wonder slightly about that commented-out code, but it's been
> there since the file was added to Emacs, so I guess we won't find out
> what that's about.
I think it's an attempt to do the same operation, but using subseq, or
cl-subseq nowadays. It's not a big deal, so I kept that commented
out code, in case someone wants to take a look at that someday.
This bug report was last modified 4 years and 262 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.