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

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

[nongnu] elpa/symbol-overlay 819a62f919 106/152: Use a dedicated unnamed


From: ELPA Syncer
Subject: [nongnu] elpa/symbol-overlay 819a62f919 106/152: Use a dedicated unnamed section for the provide form
Date: Thu, 7 Jul 2022 12:04:19 -0400 (EDT)

branch: elpa/symbol-overlay
commit 819a62f919cf7b80a2ad759a535ff0422f651d2c
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Use a dedicated unnamed section for the provide form
    
    This prevents errors when the preceding forms/section.  Before
    I started using such a section, I have occasionally moved the
    `provide' form into the middle of a file.  The next commit will
    additionally set a file-local variable within this section.
---
 symbol-overlay.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/symbol-overlay.el b/symbol-overlay.el
index 9dd7d913ca..202d410fd7 100644
--- a/symbol-overlay.el
+++ b/symbol-overlay.el
@@ -707,6 +707,7 @@ BEG, END and LEN are the beginning, end and length of 
changed text."
 
 (add-hook 'after-change-functions 'symbol-overlay-refresh)
 
+;;; _
 (provide 'symbol-overlay)
 
 ;;; symbol-overlay.el ends here



reply via email to

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