[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18482: 24.4.50; msb-mode error
From: |
Stefan Monnier |
Subject: |
bug#18482: 24.4.50; msb-mode error |
Date: |
Mon, 15 Sep 2014 20:30:55 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
>> When msb-mode is switched on selecting another buffer gives this error:
>> command-execute: Wrong type argument: commandp, ((nil)
>> . menu-bar-select-buffer)
> Sounds like the same root cause as http://debbugs.gnu.org/18016 .
Indeed. Should be fixed now.
> So probably the same kind of change will fix it, but are the r117463
> simplification changes still desirable in light of this?
This shortcut cache has been announced as obsolete for a while, so
I think it's OK to remove it.
> (Also, they don't seem to have a NEWS entry.)
Indeed, I didn't expect to need to mention it in the NEWS, but
experience shows it deserves to be there.
Stefan