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

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

[elpa] externals/eev 82dfa18: Added "lexical-binding: nil" to (almost) a


From: ELPA Syncer
Subject: [elpa] externals/eev 82dfa18: Added "lexical-binding: nil" to (almost) all the elisp files.
Date: Sat, 25 Sep 2021 19:57:12 -0400 (EDT)

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

    Added "lexical-binding: nil" to (almost) all the elisp files.
---
 VERSION             |  4 ++--
 eejump.el           |  2 +-
 eepitch.el          |  2 +-
 eev-anchors.el      |  2 +-
 eev-audiovideo.el   |  2 +-
 eev-blinks.el       |  2 +-
 eev-bounded.el      |  2 +-
 eev-brxxx.el        |  2 +-
 eev-channels.el     |  2 +-
 eev-code.el         |  2 +-
 eev-codings.el      |  2 +-
 eev-compose-hash.el |  2 +-
 eev-edit.el         |  2 +-
 eev-elinks.el       |  2 +-
 eev-env.el          |  2 +-
 eev-eval.el         |  2 +-
 eev-explain.el      |  2 +-
 eev-flash.el        |  2 +-
 eev-hlinks.el       |  2 +-
 eev-hydras.el       |  2 +-
 eev-intro.el        |  2 +-
 eev-load.el         |  2 +-
 eev-mode.el         |  2 +-
 eev-multiwindow.el  |  2 +-
 eev-on-windows.el   |  2 +-
 eev-pdflike.el      |  2 +-
 eev-plinks.el       |  2 +-
 eev-prepared.el     |  2 +-
 eev-rcirc.el        |  2 +-
 eev-readme.el       |  2 +-
 eev-template0.el    |  2 +-
 eev-testblocks.el   |  2 +-
 eev-tla.el          |  2 +-
 eev-tlinks.el       |  2 +-
 eev-wrap.el         |  2 +-
 eev2-all.el         | 10 ++++++----
 36 files changed, 42 insertions(+), 40 deletions(-)

diff --git a/VERSION b/VERSION
index 80359e5..5333998 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Sat Sep 25 22:41:44 GMT 2021
-Sat Sep 25 19:41:44 -03 2021
+Sat Sep 25 23:25:45 GMT 2021
+Sat Sep 25 20:25:45 -03 2021
diff --git a/eejump.el b/eejump.el
index c9400e1..da5d934 100644
--- a/eejump.el
+++ b/eejump.el
@@ -1,4 +1,4 @@
-;;; eejump.el -- jump quickly to predefined places.
+;;; eejump.el -- jump quickly to predefined places.  -*- lexical-binding: nil; 
-*-
 
 ;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
diff --git a/eepitch.el b/eepitch.el
index da75283..6ada652 100644
--- a/eepitch.el
+++ b/eepitch.el
@@ -1,4 +1,4 @@
-;; eepitch.el - record interactions with shells as readable notes, redo tasks.
+;; eepitch.el - record interactions with shells as readable notes, redo tasks. 
 -*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012,2015,2018,2019,2020,2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-anchors.el b/eev-anchors.el
index 1ae5ed0..f39bcff 100644
--- a/eev-anchors.el
+++ b/eev-anchors.el
@@ -1,4 +1,4 @@
-;;; eev-anchors.el -- hyperlinks to anchors.
+;;; eev-anchors.el -- hyperlinks to anchors.  -*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
diff --git a/eev-audiovideo.el b/eev-audiovideo.el
index 3b97319..26504b7 100644
--- a/eev-audiovideo.el
+++ b/eev-audiovideo.el
@@ -1,4 +1,4 @@
-;;; eev-audiovideo.el -- elisp hyperlinks to audio and video files.
+;;; eev-audiovideo.el -- elisp hyperlinks to audio and video files.  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-blinks.el b/eev-blinks.el
index d29c0ed..4095a33 100644
--- a/eev-blinks.el
+++ b/eev-blinks.el
@@ -1,4 +1,4 @@
-;;; eev-blinks.el -- support for basic hyperlinks in Emacs.
+;;; eev-blinks.el -- support for basic hyperlinks in Emacs.  -*- 
lexical-binding: nil; -*-
 ;; The basic hyperlinks are the ones that do not depend on templates,
 ;; and that are not created by `code-c-d' and friends.
 
diff --git a/eev-bounded.el b/eev-bounded.el
index 022fe55..87c8ad1 100644
--- a/eev-bounded.el
+++ b/eev-bounded.el
@@ -1,4 +1,4 @@
-;;; eev-bounded.el -- functions like `eev-bounded', `eelatex-bounded', etc.
+;;; eev-bounded.el -- functions like `eev-bounded', `eelatex-bounded', etc.  
-*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012 Free Software Foundation, Inc.
 ;;
diff --git a/eev-brxxx.el b/eev-brxxx.el
index 4664db3..4bf931b 100644
--- a/eev-brxxx.el
+++ b/eev-brxxx.el
@@ -1,4 +1,4 @@
-;;; eev-brxxx.el -- define families of browse-url-like functions.
+;;; eev-brxxx.el -- define families of browse-url-like functions.  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-channels.el b/eev-channels.el
index 744704d..55d8e5b 100644
--- a/eev-channels.el
+++ b/eev-channels.el
@@ -1,4 +1,4 @@
-;;; eev-channels.el -- control external processes using signals,
+;;; eev-channels.el -- control external processes using signals,  -*- 
lexical-binding: nil; -*-
 ;;; temporary files, and Expect scripts.
 
 ;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
diff --git a/eev-code.el b/eev-code.el
index cd9b8ee..f3df987 100644
--- a/eev-code.el
+++ b/eev-code.el
@@ -1,4 +1,4 @@
-;;; eev-code.el -- `code-c-d', that generates and evaluates Lisp defuns.
+;;; eev-code.el -- `code-c-d', that generates and evaluates Lisp defuns.  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012-2020 Free Software Foundation, Inc.
 ;;
diff --git a/eev-codings.el b/eev-codings.el
index 0227755..59a6d27 100644
--- a/eev-codings.el
+++ b/eev-codings.el
@@ -1,4 +1,4 @@
-;;; eev-codings.el -- tricks to support both the UTF8 coding system and unibyte
+;;; eev-codings.el -- tricks to support both the UTF8 coding system and 
unibyte  -*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
 ;;
diff --git a/eev-compose-hash.el b/eev-compose-hash.el
index 640bb05..6b17e4a 100644
--- a/eev-compose-hash.el
+++ b/eev-compose-hash.el
@@ -1,4 +1,4 @@
-;;; eev-compose-hash.el --- `M-,' as a compose key (version with hash tables)
+;;; eev-compose-hash.el --- `M-,' as a compose key (version with hash tables)  
-*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-edit.el b/eev-edit.el
index e9ab568..35e5f56 100644
--- a/eev-edit.el
+++ b/eev-edit.el
@@ -1,4 +1,4 @@
-;;; eev-edit.el -- tools for editing (mainly refining) elisp hyperlinks.
+;;; eev-edit.el -- tools for editing (mainly refining) elisp hyperlinks.  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012-2020 Free Software Foundation, Inc.
 ;;
diff --git a/eev-elinks.el b/eev-elinks.el
index d2e1863..1b81b89 100644
--- a/eev-elinks.el
+++ b/eev-elinks.el
@@ -1,4 +1,4 @@
-;;; eev-elinks.el --- `find-efunction-links' and other `find-e*-links'
+;;; eev-elinks.el --- `find-efunction-links' and other `find-e*-links'  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-env.el b/eev-env.el
index 3a9e0b5..1050e0c 100644
--- a/eev-env.el
+++ b/eev-env.el
@@ -1,4 +1,4 @@
-;;; eev-env.el -- set some environment variables.
+;;; eev-env.el -- set some environment variables.  -*- lexical-binding: nil; 
-*-
 
 ;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-eval.el b/eev-eval.el
index 6fb858c..61810fa 100644
--- a/eev-eval.el
+++ b/eev-eval.el
@@ -1,4 +1,4 @@
-;;; eev-eval.el -- variants of eval-last-sexp.
+;;; eev-eval.el -- variants of eval-last-sexp.  -*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
diff --git a/eev-explain.el b/eev-explain.el
index 252b77f..fc54318 100644
--- a/eev-explain.el
+++ b/eev-explain.el
@@ -1,4 +1,4 @@
-;;; eev-explain.el -- explain an eev sexp.
+;;; eev-explain.el -- explain an eev sexp.  -*- lexical-binding: nil; -*-
 ;; Explain some difficult sexps, like eejump-nnn and code-xxx.
 ;; This is an experimental feature - I am using it in tutorials and
 ;; videos.
diff --git a/eev-flash.el b/eev-flash.el
index d013fd1..2216aae 100644
--- a/eev-flash.el
+++ b/eev-flash.el
@@ -1,4 +1,4 @@
-;;; eev-flash.el -- functions to highlight a range of text temporarily.
+;;; eev-flash.el -- functions to highlight a range of text temporarily.  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
diff --git a/eev-hlinks.el b/eev-hlinks.el
index 6806c24..4b3ddd4 100644
--- a/eev-hlinks.el
+++ b/eev-hlinks.el
@@ -1,4 +1,4 @@
-;;; eev-hlinks.el --- `find-here-links' and variants.
+;;; eev-hlinks.el --- `find-here-links' and variants.  -*- lexical-binding: 
nil; -*-
 
 ;; Copyright (C) 2020 Free Software Foundation, Inc.
 ;;
diff --git a/eev-hydras.el b/eev-hydras.el
index fef9ffc..32b080d 100644
--- a/eev-hydras.el
+++ b/eev-hydras.el
@@ -1,4 +1,4 @@
-;;; eev-hydras.el --- eev functions that use hydra.el.
+;;; eev-hydras.el --- eev functions that use hydra.el.  -*- lexical-binding: 
nil; -*-
 
 ;; Copyright (C) 2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-intro.el b/eev-intro.el
index e611490..c24a998 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -1,4 +1,4 @@
-;;; eev-intro.el --- sandboxed tutorials for eev, like (find-eev-quick-intro)
+;;; eev-intro.el --- sandboxed tutorials for eev, like (find-eev-quick-intro)  
-*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-load.el b/eev-load.el
index 4ccefa9..9648e1a 100644
--- a/eev-load.el
+++ b/eev-load.el
@@ -1,4 +1,4 @@
-;;; eev-load.el -- load all the main modules of eev.
+;;; eev-load.el -- load all the main modules of eev.  -*- lexical-binding: 
nil; -*-
 ;;; This can also be used as an index to the main source files.
 
 ;; Copyright (C) 2019-2020 Free Software Foundation, Inc.
diff --git a/eev-mode.el b/eev-mode.el
index f5652a5..e30b601 100644
--- a/eev-mode.el
+++ b/eev-mode.el
@@ -1,4 +1,4 @@
-;;; eev-mode.el -- a minor mode with keybindings for using eev conveniently.
+;;; eev-mode.el -- a minor mode with keybindings for using eev conveniently.  
-*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012-2020 Free Software Foundation, Inc.
 ;;
diff --git a/eev-multiwindow.el b/eev-multiwindow.el
index f51a9c2..acfba16 100644
--- a/eev-multiwindow.el
+++ b/eev-multiwindow.el
@@ -1,4 +1,4 @@
-;; eev-multiwindow.el - functions to create multi-window setups
+;; eev-multiwindow.el - functions to create multi-window setups  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
diff --git a/eev-on-windows.el b/eev-on-windows.el
index 17d2753..29496e2 100644
--- a/eev-on-windows.el
+++ b/eev-on-windows.el
@@ -1,4 +1,4 @@
-;; eev-on-windows.el - some support for M$ Windows.
+;; eev-on-windows.el - some support for M$ Windows.  -*- lexical-binding: nil; 
-*-
 
 ;; Copyright (C) 2019 Free Software Foundation, Inc.
 ;;
diff --git a/eev-pdflike.el b/eev-pdflike.el
index 9c5bf7d..4945aac 100644
--- a/eev-pdflike.el
+++ b/eev-pdflike.el
@@ -1,4 +1,4 @@
-;;; eev-pdflike.el -- hyperlinks to documents made of pages.
+;;; eev-pdflike.el -- hyperlinks to documents made of pages.  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-plinks.el b/eev-plinks.el
index 86576ce..5cc56d1 100644
--- a/eev-plinks.el
+++ b/eev-plinks.el
@@ -1,4 +1,4 @@
-;;; eev-plinks.el -- elisp hyperlinks to invoke external processes.
+;;; eev-plinks.el -- elisp hyperlinks to invoke external processes.  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
diff --git a/eev-prepared.el b/eev-prepared.el
index 99a15db..24180c6 100644
--- a/eev-prepared.el
+++ b/eev-prepared.el
@@ -1,4 +1,4 @@
-;;; eev-prepared.el -- eev modules that use temporary dirs and prepared shells.
+;;; eev-prepared.el -- eev modules that use temporary dirs and prepared 
shells.  -*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-rcirc.el b/eev-rcirc.el
index 286bfc2..b9b7235 100644
--- a/eev-rcirc.el
+++ b/eev-rcirc.el
@@ -1,4 +1,4 @@
-;;; eev-rcirc.el -- rcirc-related elisp hyperlinks.
+;;; eev-rcirc.el -- rcirc-related elisp hyperlinks.  -*- lexical-binding: nil; 
-*-
 
 ;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-readme.el b/eev-readme.el
index 1c69d21..04efc36 100644
--- a/eev-readme.el
+++ b/eev-readme.el
@@ -1,4 +1,4 @@
-;; eev-readme.el -- load all modules of eev and activate eev-mode.
+;; eev-readme.el -- load all modules of eev and activate eev-mode.  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
diff --git a/eev-template0.el b/eev-template0.el
index fc70dd2..6bb878a 100644
--- a/eev-template0.el
+++ b/eev-template0.el
@@ -1,4 +1,4 @@
-;;; eev-template0.el -- implement functions that eval `{}'s in a string.
+;;; eev-template0.el -- implement functions that eval `{}'s in a string.  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2019-2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-testblocks.el b/eev-testblocks.el
index d8bef47..8600e99 100644
--- a/eev-testblocks.el
+++ b/eev-testblocks.el
@@ -1,4 +1,4 @@
-;;; eev-testblocks.el - create "test blocks" using multiline comments.
+;;; eev-testblocks.el - create "test blocks" using multiline comments.  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2019-2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-tla.el b/eev-tla.el
index b84db30..c3a7824 100644
--- a/eev-tla.el
+++ b/eev-tla.el
@@ -1,4 +1,4 @@
-;;; eev-tla.el --- eev links based on TLAs, i.e., three-letter acronyms.
+;;; eev-tla.el --- eev links based on TLAs, i.e., three-letter acronyms.  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-tlinks.el b/eev-tlinks.el
index eac63fe..03ab518 100644
--- a/eev-tlinks.el
+++ b/eev-tlinks.el
@@ -1,4 +1,4 @@
-;;; eev-tlinks.el --- hyperlinks to temporary buffers generated by templates
+;;; eev-tlinks.el --- hyperlinks to temporary buffers generated by templates  
-*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
 ;;
diff --git a/eev-wrap.el b/eev-wrap.el
index ef743e6..3636673 100644
--- a/eev-wrap.el
+++ b/eev-wrap.el
@@ -1,4 +1,4 @@
-;;; eev-wrap.el --- wrap the current line into a hyperlink
+;;; eev-wrap.el --- wrap the current line into a hyperlink  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 2013,2016,2017,2019,2020 Free Software Foundation, Inc.
 ;;
diff --git a/eev2-all.el b/eev2-all.el
index 97888c6..57ed3e1 100644
--- a/eev2-all.el
+++ b/eev2-all.el
@@ -1,5 +1,7 @@
-;;; eev2-all.el -- load all the modules of the rewrite of eev (-> 0.96).
-;;; This can also be used as an index to the (new) source files.
+;;; eev2-all.el -- load all the modules of eev (OBSOLETE!).  -*- 
lexical-binding: nil; -*-
+;; In 2019 this file was made obsolete and was replaced by
+;; "eev-load.el". See:
+;;   (find-eev "eev-load.el")
 
 ;; Copyright (C) 2012-2019 Free Software Foundation, Inc.
 ;;
@@ -37,8 +39,8 @@
 ;; "eev2-all.el" (this one!) was used to load the common ones and the
 ;; new ones...
 ;;
-;; Now (2019) this file is about to be deprecated, and to be replaced
-;; by "eev-load.el". See:
+;; In 2019 this file was made obsolete and was replaced by
+;; "eev-load.el". See:
 ;;   (find-eev "eev-load.el")
 
 



reply via email to

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