[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/face-shift 347e9a1c80 22/50: removed unnecessary progn
From: |
ELPA Syncer |
Subject: |
[elpa] externals/face-shift 347e9a1c80 22/50: removed unnecessary progn |
Date: |
Sun, 30 Apr 2023 12:03:20 -0400 (EDT) |
branch: externals/face-shift
commit 347e9a1c801c80be546fbf3be808f8245fb049d8
Author: Philip K <philip@warpmail.net>
Commit: Philip K <philip@warpmail.net>
removed unnecessary progn
---
face-shift.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/face-shift.el b/face-shift.el
index 358877f93b..dfd797170f 100644
--- a/face-shift.el
+++ b/face-shift.el
@@ -120,9 +120,8 @@ See `face-shift-shifts' for more information"
(progn
(mapc #'face-shift-setup (buffer-list))
(add-hook 'after-change-major-mode-hook #'face-shift-setup))
- (progn
- (mapc #'face-shift-clear (buffer-list))
- (remove-hook 'after-change-major-mode-hook #'face-shift-setup))))
+ (mapc #'face-shift-clear (buffer-list))
+ (remove-hook 'after-change-major-mode-hook #'face-shift-setup)))
(provide 'face-shift)
- [elpa] externals/face-shift 95efc40b7b 02/50: converted all tabs to spaces, (continued)
- [elpa] externals/face-shift 95efc40b7b 02/50: converted all tabs to spaces, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 601cee00a6 14/50: converted all tabs to regular whitespaces, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift f7922b4216 26/50: fix missing link to the public-inbox, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 726c0f198f 27/50: switched from map to cl-map to avoid implicit cl dependency, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift a2e9d00568 31/50: Add face-shift-shift-foreground option, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift bb2dd87c27 34/50: Always require cl-lib, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 4500e94373 41/50: Remove subr-x dependency, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift c214be3398 44/50: Increase default face-shift-intensity value, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 2c3ee3b010 47/50: Assign copyright to the FSF, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift b9f09af534 50/50: Rewrite README in the style of my other packages, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 347e9a1c80 22/50: removed unnecessary progn,
ELPA Syncer <=
- [elpa] externals/face-shift 969a9f8f63 24/50: updated default face-shift-intensity value, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 8c62d7a27a 29/50: Update public-inbox URL, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 750d234608 37/50: Remove font-lock faces from face-shift-faces, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift e35a2dbc5e 33/50: Generalize face-shift-intensity type, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift a74917228a 36/50: Fix checkdoc issues, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 14dce79fc4 45/50: Update screenshot, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 671e53fdef 48/50: Bump version to 0.2.1 for GNU ELPA, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 70ba886055 32/50: Update face-shift documentation, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 0d0de8e2b0 35/50: Update face-shift-shifts, ELPA Syncer, 2023/04/30
- [elpa] externals/face-shift 09ed5ca5f0 43/50: Replace use-package with setup, ELPA Syncer, 2023/04/30