emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cpio-mode 8011050 20/61: Create cpio-tar.el


From: Stefan Monnier
Subject: [elpa] externals/cpio-mode 8011050 20/61: Create cpio-tar.el
Date: Fri, 11 Jan 2019 15:25:24 -0500 (EST)

branch: externals/cpio-mode
commit 80110501df027e446533dc05538430c164fd8002
Author: dlewan <address@hidden>
Commit: GitHub <address@hidden>

    Create cpio-tar.el
    
    Initial code from local CVS.
---
 cpio-tar.el | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/cpio-tar.el b/cpio-tar.el
new file mode 100644
index 0000000..9efa146
--- /dev/null
+++ b/cpio-tar.el
@@ -0,0 +1,27 @@
+;; -*- coding: utf-8 -*-
+;; $Id: cpio-tar.el,v 1.3.2.1 2018/03/08 06:10:14 doug Exp $
+
+;; OOPYRIGHT
+;; 
+;; Copyright © 2015 Douglas Lewan, address@hidden
+;; All rights reserved.
+;; 
+;; 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
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+;; 
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+;; 
+;; You should have received a copy of the GNU General Public License
+;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; 
+
+;;; Tar archives are already handled by tar-mode.
+
+(error "Detection of tar archives should invoke tar-mode.")
+
+;;; cpio-tar.el ends here.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]