[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/reformatter 130205bbe2 68/81: Remove the catch-all alias:
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/reformatter 130205bbe2 68/81: Remove the catch-all alias: users should make their own defalias as needed |
Date: |
Tue, 5 Sep 2023 04:03:38 -0400 (EDT) |
branch: elpa/reformatter
commit 130205bbe2757bcb78c7b6a103febf40f1d5c2f3
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>
Remove the catch-all alias: users should make their own defalias as needed
---
reformatter.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/reformatter.el b/reformatter.el
index b54dcb5761..6cb4136614 100644
--- a/reformatter.el
+++ b/reformatter.el
@@ -287,9 +287,6 @@ DISPLAY-ERRORS, shows a buffer if the formatting fails."
(message "Formatting buffer")
(,region-fn-name (point-min) (point-max) display-errors))
- ;; This alias will be removed in a future version
- (defalias ',name ',buffer-fn-name)
-
,minor-mode-form)))
- [nongnu] elpa/reformatter c6919a6549 38/81: Merge pull request #17 from bradyt/patch-1, (continued)
- [nongnu] elpa/reformatter c6919a6549 38/81: Merge pull request #17 from bradyt/patch-1, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 9d277200c1 52/81: Add Emacs 27.1 to CI matrix, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 0c24778dfc 50/81: Fix grammar, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter f5fbed9e7d 46/81: Close error window when there is no errors to be shown, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter e8f70b20ca 45/81: No longer forcibly call delete-trailing-whitespace, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 3833c13dd9 51/81: Clarify how args are evaluated, and what to avoid, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 028dae00dd 30/81: Merge pull request #4 from peterwvj/patch-1, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 7e41f1a397 33/81: Use replace-buffer-contents when available and not broken, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 2ff029f84b 64/81: Display error message in error buffer if call-process signals, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 7c5452bf31 69/81: Update tests to used suffixed commands only, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 130205bbe2 68/81: Remove the catch-all alias: users should make their own defalias as needed,
ELPA Syncer <=
- [nongnu] elpa/reformatter e6c23cd52d 58/81: Update CI config to specify nix-path, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 113ddd51bd 74/81: Add dependabot config, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 1cbf7225b0 76/81: Merge pull request #40 from purcell/dependabot/github_actions/cachix/install-nix-action-22, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 1af1371f71 78/81: chore(deps): bump actions/checkout from 2 to 4, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 7cf8b5d71e 08/81: Note about absence of "gensym", ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 48bcae5856 06/81: Doc fixes, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 0aea1debd1 05/81: package-lint fixes, primarily renaming define-formatter, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 664fa96fd0 24/81: Add/update comments, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter d0d58c4eef 01/81: Initial commit, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 9c6c239371 04/81: Generate a separate custom variable for the mode lighter, ELPA Syncer, 2023/09/05