branch: elpa/raku-mode
commit fd286b2d1a5accadd574cce089088ab8f2027db2
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Remove pkg-info dependency
---
nqp-mode.el | 4 +---
raku-mode.el | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/nqp-mode.el b/nqp-mode.el
index 197c45a615..8e0852706f 100644
--- a/nqp-mode.el
+++ b/nqp-mode.el
@@ -6,7 +6,7 @@
;; URL: https://github.com/hinrik/perl6-mode
;; Keywords: languages
;; Version: 0.1-git
-;; Package-Requires: ((emacs "24.4") (pkg-info "0.1"))
+;; Package-Requires: ((emacs "24.4"))
;; This file is not part of GNU Emacs.
@@ -31,8 +31,6 @@
;;; Code:
-(declare-function pkg-info-version-info "pkg-info" (library))
-
(defgroup raku nil
"Major mode for editing Raku code."
:prefix "raku-"
diff --git a/raku-mode.el b/raku-mode.el
index db0e6ef4a8..c1c220ac52 100644
--- a/raku-mode.el
+++ b/raku-mode.el
@@ -6,7 +6,7 @@
;; URL: https://github.com/hinrik/perl6-mode
;; Keywords: languages
;; Version: 0.2.0
-;; Package-Requires: ((emacs "24.4") (pkg-info "0.1"))
+;; Package-Requires: ((emacs "24.4"))
;; This file is not part of GNU Emacs.
@@ -31,8 +31,6 @@
;;; Code:
-(declare-function pkg-info-version-info "pkg-info" (library))
-
(defgroup raku nil
"Major mode for editing Raku code."
:prefix "raku-"