diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-08-19 18:46:51 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-08-19 18:46:51 +0200 |
commit | 23dcfb80d46ee4c78a8c642bcf3e89f40f519446 (patch) | |
tree | 0ac9f7d36fafbcf0720e24140b4cf78f064df09a /ChangeLog | |
parent | New function ebuild-mode-find-image-dir, visits directory D (diff) | |
download | ebuild-mode-23dcfb80d46ee4c78a8c642bcf3e89f40f519446.tar.gz ebuild-mode-23dcfb80d46ee4c78a8c642bcf3e89f40f519446.tar.bz2 ebuild-mode-23dcfb80d46ee4c78a8c642bcf3e89f40f519446.zip |
Allow a prefix argument with ebuild-run-command-*
* ebuild-mode.el (ebuild-run-command-*): Run the "clean" command
when a prefix argument is given.
* ebuild-mode.texi (ebuild-mode): Document it.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2024-08-19 Ulrich Müller <ulm@gentoo.org> + * ebuild-mode.el (ebuild-run-command-*): Run the "clean" command + when a prefix argument is given. + * ebuild-mode.texi (ebuild-mode): Document it. + * ebuild-mode.el (ebuild-mode-find-image-dir): New function. (ebuild-mode-prefix-map, ebuild-mode-menu): Keybinding and menu entry. |