branch: elpa/vm
commit d308fc62f5959310cc02598adc7e793c3a16366f
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
Prepare for NonGNU ELPA
---
.gitignore | 4 +++-
lisp/vm.el | 4 ++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 6868585dff..0cc1e0bcbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,7 +41,9 @@ CVS
.cvsignore
info/version.texinfo
lisp/version.txt
-lisp/vm-autoloads.el
+/lisp/vm-autoloads.el
+/vm-autoloads.el
+/vm-pkg.el
lisp/vm-cus-load.el
*.orig
*.rej
diff --git a/lisp/vm.el b/lisp/vm.el
index 852d035788..0541d86494 100644
--- a/lisp/vm.el
+++ b/lisp/vm.el
@@ -5,6 +5,10 @@
;; Copyright (C) 1994-1998, 2003 Kyle E. Jones
;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
;;
+;; Version: 8.3.0snapshot
+;; Maintainer: [email protected]
+;; URL: https://gitlab.com/emacs-vm/vm
+;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2 of the License, or