dholm / tabbar

Tabbar is an emacs minor mode that displays a tab bar at the top, similar to the idea of web browser’s tabs.
http://www.emacswiki.org/emacs/TabBarMode
GNU General Public License v3.0
181 stars 28 forks source link

Improve compatibility with aquamacs-ask-for-confirmation #28

Closed bet4it closed 6 years ago

bet4it commented 6 years ago

According to https://github.com/davidswelt/aquamacs-emacs/commit/2e266a632ed6a3282519fcff291a8ad5ad1b0a16 , aquamacs's x-popup-dialog allows CONTENTS's ITEM's car to be a cons to specify a key while vanilla emacs can't. According to https://github.com/davidswelt/aquamacs-emacs/commit/2169d5e4d3c7988cc1d5f574016cef100bdb8b52#diff-1df04a715f06f2f2b8a0d4f1f2f3e701R2427 , aquamacs's x-popup-dialog allows CONTENTS's ITEM to be 'cancel or 'no-cancel while vanilla emacs can't.

dholm commented 6 years ago

Thank you, merged!