First release, remove warning.

master
Magnar Sveen 14 years ago
parent a6323eb7aa
commit 6520496191
  1. 7
      README.md
  2. 6
      bang.el
  3. 7
      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
* [!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 <magnars@gmail.com>
Joel McCracken
Keywords: lists
This program is free software; you can redistribute it and/or modify

@ -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 <magnars@gmail.com>
;; 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:

@ -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 <magnars@gmail.com>
Joel McCracken
Keywords: lists
This program is free software; you can redistribute it and/or modify

Loading…
Cancel
Save