Skip to content

Commit 530c433

Browse files
committed
Fix dependencies
Neither `eieio` nor `tabulated-list` are installable packages, so depending on them leads to odd installation failures in some cases: purcell/emacs.d#255 This commit declares a dependency on Emacs 24 instead.
1 parent 4ad608b commit 530c433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gist.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; Dan McKinley
1111
;; Version: 1.2.1
1212
;; Keywords: gist git github paste pastie pastebin
13-
;; Package-Requires: ((eieio "1.4") (gh "0.8.1") (tabulated-list "0"))
13+
;; Package-Requires: ((emacs "24.1") (gh "0.8.1"))
1414

1515
;; This file is NOT part of GNU Emacs.
1616

0 commit comments

Comments
 (0)