-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ncaq
committed
Nov 2, 2013
1 parent
6ceaca1
commit fe92176
Showing
185 changed files
with
323 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(define-package "epl" "20131101.1205" "Emacs Package Library [github]" (quote ((cl-lib "0.3")))) |
Binary file renamed
BIN
+617 Bytes
elpa/epl-20131021.2022/epl-pkg.elc → elpa/epl-20131101.1205/epl-pkg.elc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
;; Author: Sebastian Wiesner <[email protected]> | ||
;; Maintainer: Johan Andersson <[email protected]> | ||
;; Sebastian Wiesner <[email protected]> | ||
;; Version: 20131021.2022 | ||
;; X-Original-Version: 0.3 | ||
;; Version: 20131101.1205 | ||
;; X-Original-Version: 0.5-cvs | ||
;; Package-Requires: ((cl-lib "0.3")) | ||
;; Keywords: convenience | ||
;; URL: http://github.com/cask/epl | ||
|
@@ -307,7 +307,7 @@ BUFFER defaults to the current buffer." | |
Return an `epl-package' object with the header metadata." | ||
(with-temp-buffer | ||
(insert-file-contents-literally file-name) | ||
(insert-file-contents file-name) | ||
(epl-package-from-buffer (current-buffer)))) | ||
|
||
(defun epl-package-from-tar-file (file-name) | ||
|
Binary file not shown.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
elpa/flycheck-20131031.836/fdl-1.3.info → elpa/flycheck-20131101.1212/fdl-1.3.info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
(define-package "flycheck" "20131101.1212" "On-the-fly syntax checking (Flymake done right) [github]" | ||
'((s "1.6.0") | ||
(dash "2.0.0") | ||
(f "0.6.0") | ||
(pkg-info "0.4") | ||
(cl-lib "0.3") | ||
(emacs "24.1"))) | ||
|
Binary file renamed
BIN
+727 Bytes
elpa/flycheck-20131031.836/flycheck-pkg.elc → elpa/flycheck-20131101.1212/flycheck-pkg.elc
Binary file not shown.
Oops, something went wrong.