CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/24 08:57:56
Modified files:
usr.bin/mg : buffer.c
Log message:
switch-to-buffer (C-x b) doesn't cancel properly if C-g is pressed.
It doesn't show 'Quit'. By returning ABORT, it behaves as expected
when C-g is pressed (like all other functions that use the
minibuffer).
