bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37891: [PATCH] Clean up error on wrong major mode in package-menu-mo


From: Stefan Kangas
Subject: bug#37891: [PATCH] Clean up error on wrong major mode in package-menu-mode
Date: Wed, 23 Oct 2019 18:09:21 +0200

Four package-menu-mode specific commands currently signal an error if
called when not in package-menu-mode.  One of them uses 'user-error',
the others 'error'.  All other commands don't signal an error.

The attached patch makes the behaviour more consistent by:
1) Factoring out the error signalling into a new function to make it
more consistent.
2) Calling this function in all other relevant package-mode-menu commands.

Any comments?

Best regards,
Stefan Kangas

Attachment: 0001-Clean-up-error-on-wrong-major-mode-in-package-menu-m.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]