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

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

[elpa] externals/lentic 243d2710d1 224/333: Advance m-buffer version to


From: ELPA Syncer
Subject: [elpa] externals/lentic 243d2710d1 224/333: Advance m-buffer version to fix point bug.
Date: Tue, 27 Feb 2024 13:00:37 -0500 (EST)

branch: externals/lentic
commit 243d2710d1f63e8a8b2079d44c3e2014c30141e4
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    Advance m-buffer version to fix point bug.
    
    When using a lentic-view (i.e. without a sync-point), editing one buffer
    forced changes in another. This was caused by m-buffer (which in turn
    was caused by replace-match) moving point when it was not supposed to.
    We move to the snapshot version of m-buffer to fix.
---
 Cask      | 2 +-
 lentic.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cask b/Cask
index 861ef40b81..cee6573b8c 100644
--- a/Cask
+++ b/Cask
@@ -1,6 +1,6 @@
 ;; -*- emacs-lisp -*-
 (source gnu)
-(source melpa-stable)
+(source melpa)
 (source marmalade)
 
 (package-file "lentic.el")
diff --git a/lentic.el b/lentic.el
index 62edc02533..aaec162ed9 100644
--- a/lentic.el
+++ b/lentic.el
@@ -7,7 +7,7 @@
 ;; Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
 ;; Maintainer: Phillip Lord <phillip.lord@newcastle.ac.uk>
 ;; Version: 0.8
-;; Package-Requires: ((emacs "24.4")(m-buffer "0.9")(dash "2.5.0")(f "0.17.2"))
+;; Package-Requires: ((emacs "24.4")(m-buffer "0.10")(dash "2.5.0")(f 
"0.17.2"))
 
 ;; The contents of this file are subject to the GPL License, Version 3.0.
 



reply via email to

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