emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/with-url e883d38 1/3: Scaffolding


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/with-url e883d38 1/3: Scaffolding
Date: Sun, 22 Jan 2017 20:06:57 +0000 (UTC)

branch: scratch/with-url
commit e883d38e561eb5f9acba1d5d441ffad210f4ca52
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Scaffolding
---
 lisp/url/with-url-cache.el |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/lisp/url/with-url-cache.el b/lisp/url/with-url-cache.el
new file mode 100644
index 0000000..32f72a4
--- /dev/null
+++ b/lisp/url/with-url-cache.el
@@ -0,0 +1,33 @@
+;;; with-url-cache.el --- High-Level URL Interface caching -*- 
lexical-binding: t -*-
+
+;; Copyright (C) 2017 Free Software Foundation, Inc.
+
+;; Author: Lars Magne Ingebrigtsen <address@hidden>
+;; Keywords: http url
+
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs 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.
+
+;; GNU Emacs 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;;; Code:
+
+(require 'cl-lib)
+(require 'url)
+
+
+(provide 'with-url)
+
+;;; with-url.el ends here



reply via email to

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