lastquestion / explain-pause-mode

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

Advise set-process-plist so that we carry over explain-pause info #80

Closed lastquestion closed 4 years ago

lastquestion commented 4 years ago

We use the process-plist to store command frame info. If user code sets the plist via set-process-plist, we need to preserve those values. Advise the function to do that.

Fixes #79