branch: elpa/forth-mode
commit 83a62c82c415250ff944f0011a21375795cb5252
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>
Move all package metadata to forth-mode.el.
---
forth-mode-pkg.el | 6 ------
forth-mode.el | 1 +
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/forth-mode-pkg.el b/forth-mode-pkg.el
deleted file mode 100644
index ebb5395692..0000000000
--- a/forth-mode-pkg.el
+++ /dev/null
@@ -1,6 +0,0 @@
-;; Author: Lars Brinkhoff <[email protected]>
-;; URL: http://github.com/larsbrinkhoff/forth-mode
-(define-package "forth-mode" "0.1" "Forth programming language mode."
- nil
- :url "http://github.com/larsbrinkhoff/forth-mode"
- :keywords '("languages" "forth"))
diff --git a/forth-mode.el b/forth-mode.el
index 0cc5df33f6..ba5289ec44 100644
--- a/forth-mode.el
+++ b/forth-mode.el
@@ -4,6 +4,7 @@
;; Author: Lars Brinkhoff <[email protected]>
;; Keywords: languages forth
;; URL: http://github.com/larsbrinkhoff/forth-mode
+;; Version: 0.1
;;; Commentary:
;; Programming language mode for Forth