[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/vm d308fc62f5 1/5: Prepare for NonGNU ELPA
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/vm d308fc62f5 1/5: Prepare for NonGNU ELPA |
Date: |
Wed, 10 Jul 2024 13:01:22 -0400 (EDT) |
branch: elpa/vm
commit d308fc62f5959310cc02598adc7e793c3a16366f
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
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: viewmail-info@nongnu.org
+;; 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