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

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

[elpa] externals/eev e1b4ecc549: Fixed typos in `ee-bol-skip-invisible'


From: ELPA Syncer
Subject: [elpa] externals/eev e1b4ecc549: Fixed typos in `ee-bol-skip-invisible' and `ee-eol-skip-invisible'.
Date: Thu, 4 Jan 2024 09:57:43 -0500 (EST)

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

    Fixed typos in `ee-bol-skip-invisible' and `ee-eol-skip-invisible'.
---
 ChangeLog    | 5 +++++
 VERSION      | 4 ++--
 eev-intro.el | 6 +++---
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2c8d0f735e..e4eab22749 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-01-04  Eduardo Ochs  <eduardoochs@gmail.com>
+
+       * eev-intro.el (ee-bol-skip-invisible, ee-eol-skip-invisible):
+       fixed some typos.
+
 2024-01-03  Eduardo Ochs  <eduardoochs@gmail.com>
 
        * eev-intro.el (ee-bol-skip-invisible, ee-eol-skip-invisible): new
diff --git a/VERSION b/VERSION
index 36c9edeef0..41326ccf0e 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Wed Jan  3 12:33:17 GMT 2024
-Wed Jan  3 09:33:17 -03 2024
+Thu Jan  4 12:33:25 GMT 2024
+Thu Jan  4 09:33:25 -03 2024
diff --git a/eev-intro.el b/eev-intro.el
index d7e32ea04b..ea4804ac68 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -19,7 +19,7 @@
 ;;
 ;; Author:     Eduardo Ochs <eduardoochs@gmail.com>
 ;; Maintainer: Eduardo Ochs <eduardoochs@gmail.com>
-;; Version:    20240103
+;; Version:    20240104
 ;; Keywords:   e-scripts
 ;;
 ;; Latest version: <http://anggtwu.net/eev-current/eev-intro.el>
@@ -281,10 +281,10 @@ Actually go to: (find-eev \"eev-intro.el\" 
\"find-foo-intro\" (ee-last-kill))."
 ;; «skip-invisible»  (to ".skip-invisible")
 
 (defun ee-bol-skip-invisible ()
-  (save-excursion (move-beginning-of-line) (point)))
+  (save-excursion (move-beginning-of-line 1) (point)))
 
 (defun ee-eol-skip-invisible ()
-  (save-excursion (move-beginning-of-line) (move-end-of-line) (point)))
+  (save-excursion (move-beginning-of-line 1) (ee-eol)))
 
 
 



reply via email to

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