[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/jarchive 82ff9f791f 12/33: Remove unnecessary local var
From: |
ELPA Syncer |
Subject: |
[elpa] externals/jarchive 82ff9f791f 12/33: Remove unnecessary local variable |
Date: |
Sat, 12 Nov 2022 17:57:56 -0500 (EST) |
branch: externals/jarchive
commit 82ff9f791f2b765756c43ba627229ca788394f3b
Author: dannyfreeman <danny@dfreeman.email>
Commit: dannyfreeman <danny@dfreeman.email>
Remove unnecessary local variable
This was useful in a previous iteration of this package, but no longer
---
jarchive.el | 4 ----
1 file changed, 4 deletions(-)
diff --git a/jarchive.el b/jarchive.el
index 51d3f3063f..64a1360ef9 100644
--- a/jarchive.el
+++ b/jarchive.el
@@ -29,9 +29,6 @@ Delimited by `!' or `::'")
(string-match jarchive--hybrid-path-regex hybrid-filename)
(substring hybrid-filename (match-beginning 2) (match-end 2)))
-(defvar-local jarchive--managed-buffer nil ;; consider making a minor mode
- "This value is t when a buffer is managed by jarchive.")
-
(defmacro jarchive--inhibit (op &rest body)
"Run BODY with `jarchive--file-name-handler' inhibited for OP."
`(let ((inhibit-file-name-handlers (cons (quote jarchive--file-name-handler)
@@ -54,7 +51,6 @@ provided when calling OP."
(buffer-file (concat jar ":" file-in-jar)))
(or (find-buffer-visiting buffer-file)
(with-current-buffer (create-file-buffer buffer-file)
- (setq-local jarchive--managed-buffer t)
(archive-zip-extract jar file-in-jar)
(goto-char 0)
(set-visited-file-name buffer-file)
- [elpa] externals/jarchive d8fa586e1c 21/33: Also work with "zipfile" scheme URIs from clojure-lsp, (continued)
- [elpa] externals/jarchive d8fa586e1c 21/33: Also work with "zipfile" scheme URIs from clojure-lsp, ELPA Syncer, 2022/11/12
- [elpa] externals/jarchive 72465b705a 30/33: Address checkdoc feedback, ELPA Syncer, 2022/11/12
- [elpa] externals/jarchive 4aa2e5d394 13/33: Add section to readme for mailing list, ELPA Syncer, 2022/11/12
- [elpa] externals/jarchive a4505a4784 32/33: Add FSF as copyright holder, ELPA Syncer, 2022/11/12
- [elpa] externals/jarchive b93da9f976 17/33: Do NOT implement file-attributes, ELPA Syncer, 2022/11/12
- [elpa] externals/jarchive 3ff89ae9cb 05/33: Update doc string, ELPA Syncer, 2022/11/12
- [elpa] externals/jarchive 0733e1fcb3 07/33: Use find-buffer-visiting instead of local var check, ELPA Syncer, 2022/11/12
- [elpa] externals/jarchive c9fdbe909d 19/33: Cleanup docstring, and ensure var is set after eglot loads, ELPA Syncer, 2022/11/12
- [elpa] externals/jarchive 050436241e 27/33: Update README now that this includes hacks to fix legacy eglot, ELPA Syncer, 2022/11/12
- [elpa] externals/jarchive 2c182b3cf9 06/33: Make setup function interactive for convenience, ELPA Syncer, 2022/11/12
- [elpa] externals/jarchive 82ff9f791f 12/33: Remove unnecessary local variable,
ELPA Syncer <=
- [elpa] externals/jarchive a5ab89db3f 15/33: Do not set default-directory, and manually set buffer-file-name, ELPA Syncer, 2022/11/12
- [elpa] externals/jarchive 5736d46d33 24/33: Include hack to work with legacy versions of eglot., ELPA Syncer, 2022/11/12
- [elpa] externals/jarchive c8c12f1c9b 25/33: Update file preamble, ELPA Syncer, 2022/11/12
- [elpa] externals/jarchive bfcc201cca 33/33: Bump to version 0.1.0 was 0.3.0, ELPA Syncer, 2022/11/12