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

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

[elpa] externals/auto-overlays 6c24aa3 10/93: Fixed minor bug in auto-ov


From: Stefan Monnier
Subject: [elpa] externals/auto-overlays 6c24aa3 10/93: Fixed minor bug in auto-overlay-save-overlays.
Date: Mon, 14 Dec 2020 13:00:27 -0500 (EST)

branch: externals/auto-overlays
commit 6c24aa339e75641e4b8eb208c6cf0584c9a1d3bd
Author: Toby Cubitt <toby-predictive@dr-qubit.org>
Commit: tsc25 <toby-predictive@dr-qubit.org>

    Fixed minor bug in auto-overlay-save-overlays.
---
 auto-overlays.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/auto-overlays.el b/auto-overlays.el
index 0c17245..985b63b 100644
--- a/auto-overlays.el
+++ b/auto-overlays.el
@@ -5,7 +5,7 @@
 ;; Copyright (C) 2005 2006 Toby Cubitt
 
 ;; Author: Toby Cubitt <toby-predictive@dr-qubit.org>
-;; Version: 0.6
+;; Version: 0.6.1
 ;; Keywords: automatic, overlays
 ;; URL: http://www.dr-qubit.org/emacs.php
 
@@ -30,6 +30,9 @@
 
 ;;; Change Log:
 ;;
+;; Version 0.6.1
+;; * fixed minor bug in `auto-overlay-save-overlays'
+;;
 ;; Version 0.6
 ;; * rationalised terminology: type -> entry, sequence -> subentry/rank
 ;; * got rid of mostly useless `auto-overlay-list'
@@ -556,7 +559,7 @@ They can be loaded again later using 
`auto-overlay-load-overlays'."
        overlay-list)
     ;; write md5 digest to first line
     (prin1 (md5 (current-buffer)) buff)
-    (terpri)
+    (terpri buff)
     
     ;; get sorted list of all match overlays in set SET-ID
     (setq overlay-list
@@ -604,7 +607,7 @@ SET-ID.
 
 The FILE should be generated by `auto-overlay-save-overlays'."
 
-  ;; construct filenameif none specified
+  ;; construct filename if none specified
   (unless file (setq file (auto-o-overlay-filename set-id)))
   ;; check FILE exists
   (if (not (file-exists-p file))



reply via email to

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