branch: externals/valign
commit fe1160aeb932e7eada385eddbac377a9e1fdd8b4
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>

    * valign.el (valign-mode): Remove obsolete code.
---
 valign.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/valign.el b/valign.el
index 91f8636..d7120f2 100644
--- a/valign.el
+++ b/valign.el
@@ -716,8 +716,6 @@ FLAG is the same as in ‘org-flag-region’."
             (advice-add fn :after #'valign--flag-region-advice))
           (add-hook 'org-indent-mode-hook #'valign--buffer-advice 0 t)
           (if valign-fancy-bar (cursor-sensor-mode))
-          (with-silent-modifications
-            (put-text-property (point-min) (point-max) 'valign-init nil))
           (jit-lock-refontify))
       (remove-hook 'org-indent-mode-hook #'valign--buffer-advice t)
       (remove-hook 'jit-lock-functions #'valign-region t)

Reply via email to