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

[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)))
 
 



reply via email to

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