branch: elpa/vm
commit fb70d42e991abf6deb49091beb8c46b78cea8e44
Author: Mark Diekhans <ma...@ucsc.edu>
Commit: Mark Diekhans <ma...@ucsc.edu>

    include commit in vm-submit-bug-report
---
 lisp/vm.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/vm.el b/lisp/vm.el
index 1d826ee56d..b5dd98f844 100644
--- a/lisp/vm.el
+++ b/lisp/vm.el
@@ -1478,7 +1478,8 @@ summary buffer to select a folder."
       (delete-other-windows)
       (reporter-submit-bug-report
        vm-maintainer-address           ; address
-       (concat "VM " (vm-version))     ; pkgname
+       (concat "VM " (vm-version)      ; pkgname
+               " commit: " (vm-commit))
        varlist                         ; varlist
        pre-hooks                       ; pre-hooks
        post-hooks                      ; post-hooks

Reply via email to