lastquestion / explain-pause-mode

top, but for Emacs.
GNU General Public License v3.0
241 stars 6 forks source link

Add disabled-command-function to the native hook list #74

Closed lastquestion closed 4 years ago

lastquestion commented 4 years ago

To do so, make `explain-pause--wrap-existing-hooks-in-list' support either list, single function (item), or nil.

Add unit tests for this.

Also, fix test flakiness because it did not wait long enough before C-q.

Also, fix bytecompile warning >27.

Fixes #73.