diff options
| author | JSDurand <mmemmew@gmail.com> | 2022-12-23 20:17:33 +0800 |
|---|---|---|
| committer | JSDurand <mmemmew@gmail.com> | 2022-12-23 20:17:33 +0800 |
| commit | 9c66616bf919440f7238801be3fadca2486cc6a6 (patch) | |
| tree | 234185d85cc239207bca8462fe61068711610ac6 | |
| parent | d79698a63744a7004a53cb6fdb4e5279fa0887e7 (diff) | |
basic: don't kill pdf-info buffers
| -rw-r--r-- | basic.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -574,7 +574,8 @@ left. --- 2022-11-17 22:56:20.746698" "Echo Area" "code-conversion-work" "code-converting-work" - "address") + "address" + (seq "pdf" (optional ?-) "info")) t) "I do not want to kill some invisible buffers. This variable is a regular expression that should match those |
