[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/xah-fly-keys e6750a0029: removed alias of xah-display-line
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/xah-fly-keys e6750a0029: removed alias of xah-display-line-numbers-mode to global-display-line-numbers-mode or linum-mode. The variable xah-display-line-numbers-mode is old in some early Xah Fly Keys and is not used long ago. |
Date: |
Fri, 4 Aug 2023 04:01:18 -0400 (EDT) |
branch: elpa/xah-fly-keys
commit e6750a002990a6029fa2851861c3742ffe25be06
Author: Xah Lee <xah@xahlee.org>
Commit: Xah Lee <xah@xahlee.org>
removed alias of xah-display-line-numbers-mode to
global-display-line-numbers-mode or linum-mode. The variable
xah-display-line-numbers-mode is old in some early Xah Fly Keys and is not used
long ago.
---
xah-fly-keys.el | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index c463edd406..b233b748ac 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -4,7 +4,7 @@
;; Author: Xah Lee ( http://xahlee.info/ )
;; Maintainer: Xah Lee <xah@xahlee.org>
-;; Version: 24.4.20230802194950
+;; Version: 24.4.20230803221734
;; Created: 10 Sep 2013
;; Package-Requires: ((emacs "24.1"))
;; Keywords: convenience, emulations, vim, ergoemacs
@@ -2404,11 +2404,6 @@ Version: 2020-10-17 2021-10-16 2023-02-23 2023-03-22"
(when (y-or-n-p (format "file does not exist: [%s]. Create?"
xpath))
(find-file xpath))))))))))
-(defalias 'xah-display-line-numbers-mode
- (if (fboundp 'global-display-line-numbers-mode)
- #'global-display-line-numbers-mode
- #'linum-mode))
-
(defvar xah-run-current-file-before-hook nil "Hook for `xah-run-current-file'.
Before the file is run.")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/xah-fly-keys e6750a0029: removed alias of xah-display-line-numbers-mode to global-display-line-numbers-mode or linum-mode. The variable xah-display-line-numbers-mode is old in some early Xah Fly Keys and is not used long ago.,
ELPA Syncer <=