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

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

[elpa] externals/eev 82eafa4 19/20: Removed eev-pkg.el and rewrote the c


From: Stefan Monnier
Subject: [elpa] externals/eev 82eafa4 19/20: Removed eev-pkg.el and rewrote the comments in eev.el.
Date: Mon, 4 Jan 2021 01:01:52 -0500 (EST)

branch: externals/eev
commit 82eafa4fc92294de8cbb8dfefdad7661fef79f8d
Author: Eduardo Ochs <eduardoochs@gmail.com>
Commit: Eduardo Ochs <eduardoochs@gmail.com>

    Removed eev-pkg.el and rewrote the comments in eev.el.
---
 VERSION      |  4 ++--
 eev-intro.el |  2 +-
 eev-pkg.el   | 15 ---------------
 eev.el       | 15 ++++++++++++---
 4 files changed, 15 insertions(+), 21 deletions(-)

diff --git a/VERSION b/VERSION
index b65c1f5..46ff82b 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Sat Jan  2 07:49:17 GMT 2021
-Sat Jan  2 04:49:17 -03 2021
+Sun Jan  3 12:42:47 GMT 2021
+Sun Jan  3 09:42:47 -03 2021
diff --git a/eev-intro.el b/eev-intro.el
index 7bcceaa..ca30c71 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -7996,7 +7996,7 @@ That temporary buffer also contains a pair of sexps like
   (find-eev2020video)
 
 that are easy to understand - the first one defines
-`find-eev2020video' as a short line to play the local copy of the
+`find-eev2020video' as a short link to play the local copy of the
 .mp4 file.
 
 If you compare the temporary buffers generated by these two
diff --git a/eev-pkg.el b/eev-pkg.el
deleted file mode 100644
index af9e388..0000000
--- a/eev-pkg.el
+++ /dev/null
@@ -1,15 +0,0 @@
-(define-package "eev" "20210102" "Support for e-scripts (eepitch blocks, elisp 
hyperlinks, etc)"
-  '((emacs "24.4"))
-  :keywords
-  '("lisp" "e-scripts")
-  :authors
-  '(("Eduardo Ochs" . "eduardoochs@gmail.com"))
-  :maintainer
-  '(("Eduardo Ochs" . "eduardoochs@gmail.com"))
-  :url
-  "http://angg.twu.net/#eev";
-  )
-
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
diff --git a/eev.el b/eev.el
index e39a2d1..15e2b2a 100644
--- a/eev.el
+++ b/eev.el
@@ -23,11 +23,20 @@
 
 ;;; Commentary:
 
-;; See eev-beginner.el for how to load eev.
+;; I used to call eev a "tool for automating almost everything" and
+;; "my project to save the world with Free Software". In more concrete
+;; terms, eev is a library for Emacs that lets us create "executable
+;; logs" of what we do in a format that is reasonably easy to read and
+;; to modify, and that lets us "play back" those logs step by step in
+;; any order.
+;;
+;; See the file README.org - or <http://angg.twu.net/#eev>, or
+;; <https://github.com/edrx/eev#introduction> - for more information
+;; and lots of links.
+;;
+;; See eev-beginner.el for how to load and start eev.
 
 ;;; Code:
 
-
-
 (provide 'eev)
 ;;; eev.el ends here



reply via email to

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