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

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

[elpa] externals/dash 6520496 060/439: First release, remove warning.


From: Phillip Lord
Subject: [elpa] externals/dash 6520496 060/439: First release, remove warning.
Date: Tue, 04 Aug 2015 20:26:23 +0000

branch: externals/dash
commit 6520496191002bf328122ac1aabdb43e72c1f3c0
Author: Magnar Sveen <address@hidden>
Commit: Magnar Sveen <address@hidden>

    First release, remove warning.
---
 README.md          |    7 +------
 bang.el            |    6 ++++--
 readme-template.md |    7 +------
 3 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 474b220..b7245ac 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,6 @@
 
 The startings of a modern list api for Emacs that does not require 'cl.
 
-## Warning
-
-This is so much a work in progress that you should definitely not be using it 
yet.
-
 ## Functions
 
 * [!map](#map-fn-list) `(fn list)`
@@ -278,10 +274,9 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
 
 ## License
 
-Copyright (C) 2012 Magnar Sveen, Joel McCracken
+Copyright (C) 2012 Magnar Sveen
 
 Authors: Magnar Sveen <address@hidden>
-         Joel McCracken
 Keywords: lists
 
 This program is free software; you can redistribute it and/or modify
diff --git a/bang.el b/bang.el
index 63563bb..7ea865c 100644
--- a/bang.el
+++ b/bang.el
@@ -1,9 +1,9 @@
 ;;; bang.el --- A modern list library for Emacs
 
-;; Copyright (C) 2012 Magnar Sveen, Joel McCracken
+;; Copyright (C) 2012 Magnar Sveen
 
 ;; Authors: Magnar Sveen <address@hidden>
-;;          Joel McCracken
+;; Version: 0.1.0
 ;; Keywords: lists
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -22,6 +22,8 @@
 ;;; Commentary:
 
 ;; The startings of a modern list api for Emacs.
+;;
+;; See documentation on https://github.com/magnars/bang.el#functions
 
 ;;; Code:
 
diff --git a/readme-template.md b/readme-template.md
index 9e0cc9f..d617a05 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -2,10 +2,6 @@
 
 The startings of a modern list api for Emacs that does not require 'cl.
 
-## Warning
-
-This is so much a work in progress that you should definitely not be using it 
yet.
-
 ## Functions
 
 [[ function-list ]]
@@ -59,10 +55,9 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
 
 ## License
 
-Copyright (C) 2012 Magnar Sveen, Joel McCracken
+Copyright (C) 2012 Magnar Sveen
 
 Authors: Magnar Sveen <address@hidden>
-         Joel McCracken
 Keywords: lists
 
 This program is free software; you can redistribute it and/or modify



reply via email to

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