[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/lin 90019f1356 7/7: Remove old define-obsolete-function
From: |
ELPA Syncer |
Subject: |
[elpa] externals/lin 90019f1356 7/7: Remove old define-obsolete-function-alias forms |
Date: |
Thu, 8 Sep 2022 09:57:53 -0400 (EDT) |
branch: externals/lin
commit 90019f13560e2e944048b6e247b88adeb113dbd8
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Remove old define-obsolete-function-alias forms
---
lin.el | 6 ------
1 file changed, 6 deletions(-)
diff --git a/lin.el b/lin.el
index 4c0d4484de..dca2697da7 100644
--- a/lin.el
+++ b/lin.el
@@ -369,8 +369,6 @@ With optional non-nil REVERSE argument, remove those hooks."
(lin--setup-add-hooks)))
(setq lin--setup-hooks lin-mode-hooks))
-(define-obsolete-function-alias 'lin-setup 'lin--setup "0.3.0")
-
(defun lin--mode-enable (buffer)
"Enable `lin-mode' in BUFFER if appropriate."
(with-current-buffer buffer
@@ -389,10 +387,6 @@ With optional non-nil REVERSE argument, remove those
hooks."
Do so by checking the `buffer-list'."
(mapc #'lin--mode-enable (buffer-list)))
-(define-obsolete-function-alias
- 'lin-restart-mode-in-buffers
- 'lin-enable-mode-in-buffers "0.3.0")
-
(defun lin-disable-mode-in-buffers ()
"Restart `lin-mode' if already enabled in any buffer.
Do so by checking the `buffer-list'."
- [elpa] externals/lin updated (c41d30744e -> 90019f1356), ELPA Syncer, 2022/09/08
- [elpa] externals/lin 9883e1a917 2/7: Expand links to all sources, ELPA Syncer, 2022/09/08
- [elpa] externals/lin 90019f1356 7/7: Remove old define-obsolete-function-alias forms,
ELPA Syncer <=
- [elpa] externals/lin 2f7111d42e 1/7: Simplify the manual's front matter, ELPA Syncer, 2022/09/08
- [elpa] externals/lin b24800c831 6/7: Make minor fix to markup in file Commentary, ELPA Syncer, 2022/09/08
- [elpa] externals/lin 04eaae3b55 4/7: Add :link to the Info manual in lin group, ELPA Syncer, 2022/09/08
- [elpa] externals/lin e14e6b6587 5/7: Fix gitignore, ELPA Syncer, 2022/09/08
- [elpa] externals/lin ce11bdab28 3/7: Add :package-version to all user-facing variables, ELPA Syncer, 2022/09/08