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

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

[elpa] externals/company ed46a616ab: Remove now redundant code


From: ELPA Syncer
Subject: [elpa] externals/company ed46a616ab: Remove now redundant code
Date: Tue, 28 Nov 2023 12:57:57 -0500 (EST)

branch: externals/company
commit ed46a616ab9906fd43a630479b6a6c3f79e606f0
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    Remove now redundant code
---
 company.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/company.el b/company.el
index 073ec2b1ed..0c0ff2f43e 100644
--- a/company.el
+++ b/company.el
@@ -3003,7 +3003,6 @@ from the candidates list.")
         front back
         (orig-buf (window-buffer))
         (bis buffer-invisibility-spec)
-        (bdt buffer-display-table)
         (inhibit-read-only t)
         (dedicated (window-dedicated-p))
         window-configuration-change-hook)
@@ -3013,7 +3012,6 @@ from the candidates list.")
             (delete-region (point-min) (point-max))
             (insert str)
             (setq-local buffer-invisibility-spec bis)
-            (setq-local buffer-display-table bdt)
             (when dedicated (set-window-dedicated-p nil nil))
             (set-window-buffer nil (current-buffer) t)
 



reply via email to

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