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

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

[elpa] externals/eev 244f47a 34/64: Made eev-intro.el require info.el.


From: Stefan Monnier
Subject: [elpa] externals/eev 244f47a 34/64: Made eev-intro.el require info.el.
Date: Sun, 7 Apr 2019 16:59:08 -0400 (EDT)

branch: externals/eev
commit 244f47a0367651d98513de170789cc9e77719ddf
Author: Eduardo Ochs <address@hidden>
Commit: Eduardo Ochs <address@hidden>

    Made eev-intro.el require info.el.
---
 ChangeLog    | 5 +++++
 VERSION      | 4 ++--
 eev-intro.el | 5 +++++
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7c97757..6f1fc69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2019-02-05  Eduardo Ochs  <address@hidden>
+
+       * eev-intro.el: added (require 'info).
+
 2019-02-03  Eduardo Ochs  <address@hidden>
 
        * eev-intro.el: changed all intros to make them use `find-eintro'
        instead of `find-estring'.
        (find-eintro): new function.
+       (find-eintro-latin1): new function.
        (ee-intro-face): new function.
        (ee-intro-fontify): new function.
        (ee-intro-fontify-maybe): new function.
diff --git a/VERSION b/VERSION
index f13c494..54f368b 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Sun Feb  3 23:53:38 GMT 2019
-Sun Feb  3 21:53:38 -02 2019
+Tue Feb  5 04:44:26 GMT 2019
+Tue Feb  5 02:44:26 -02 2019
diff --git a/eev-intro.el b/eev-intro.el
index 3f62866..3b889d2 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -92,6 +92,11 @@
 ;; See: (find-anchors-intro)
 
 
+;; For: (find-efile "info.el" "defface info-title-1")
+(require 'info)
+
+
+
 ;; Ignore this - this is an obsolete hack that I used to use to make
 ;; the htmlization in <http://angg.twu.net/eev-intros/> work better...
 ;; (find-angg "eev-intros/")



reply via email to

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