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

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

[nongnu] elpa/ws-butler d265cef1ef 12/64: rename function


From: Stefan Kangas
Subject: [nongnu] elpa/ws-butler d265cef1ef 12/64: rename function
Date: Fri, 31 Dec 2021 11:09:28 -0500 (EST)

branch: elpa/ws-butler
commit d265cef1efa0ac741ae5c09cc032bc6345cb02b6
Author: Le Wang <le.wang@agworld.com.au>
Commit: Le Wang <le.wang@agworld.com.au>

    rename function
---
 ws-butler.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ws-butler.el b/ws-butler.el
index f5ac859a99..0bd9c5a231 100644
--- a/ws-butler.el
+++ b/ws-butler.el
@@ -13,7 +13,7 @@
 ;; Version: 0.1
 ;; Last-Updated:
 ;;           By:
-;;     Update #: 18
+;;     Update #: 19
 ;; URL: https://github.com/lewang/ws-butler
 ;; Keywords:
 ;; Compatibility: Emacs 24
@@ -86,7 +86,7 @@ replaced by spaces.
 (defvar ws-butler-presave-col nil)
 (make-variable-buffer-local 'ws-butler-presave-col)
 
-(defun ws-butler-map-map-changes (func &optional start-position end-position)
+(defun ws-butler-map-changes (func &optional start-position end-position)
   "See `hilit-chg-map-changes'.  This simply uses an end marker
   since we are modifying the buffer in place."
 
@@ -107,7 +107,7 @@ This will also ensure point doesn't jump due to white space
 trimming.  (i.e. keep whitespace after EOL text but before
 point."
   (setq ws-butler-presave-col nil)
-  (ws-butler-map-map-changes
+  (ws-butler-map-changes
    (lambda (_prop beg end)
      (save-excursion
        (setq beg (progn (goto-char beg)



reply via email to

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