update packages
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
(define-package "cl-libify" "20181130.230" "Update elisp code to use cl-lib instead of cl"
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "cl-libify" "20181130.230"
|
||||
"Update elisp code to use cl-lib instead of cl."
|
||||
'((emacs "25"))
|
||||
:commit "e205b96f944a4f312fd523804cbbaf00027a3c8b" :authors
|
||||
'(("Steve Purcell" . "steve@sanityinc.com"))
|
||||
:maintainers
|
||||
'(("Steve Purcell" . "steve@sanityinc.com"))
|
||||
:maintainer
|
||||
'("Steve Purcell" . "steve@sanityinc.com")
|
||||
:keywords
|
||||
'("lisp")
|
||||
:url "https://github.com/purcell/cl-libify")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
:url "https://github.com/purcell/cl-libify"
|
||||
:commit "e205b96f944a4f312fd523804cbbaf00027a3c8b"
|
||||
:revdesc "e205b96f944a"
|
||||
:keywords '("lisp")
|
||||
:authors '(("Steve Purcell" . "steve@sanityinc.com"))
|
||||
:maintainers '(("Steve Purcell" . "steve@sanityinc.com")))
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
;; Keywords: lisp
|
||||
;; Homepage: https://github.com/purcell/cl-libify
|
||||
;; Package-Requires: ((emacs "25"))
|
||||
;; Package-Version: 0
|
||||
;; Package-Version: 20181130.230
|
||||
;; Package-Revision: e205b96f944a
|
||||
|
||||
;; 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
|
||||
|
||||
Reference in New Issue
Block a user