branch: elpa/xah-fly-keys
commit 1865fa97116e93cddd1246d0af7c5d01296046f4
Author: Xah Lee <[email protected]>
Commit: Xah Lee <[email protected]>

    add alias xah-show-copy-history for xah-show-kill-ring
---
 xah-fly-keys.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index d951975c5c3..737d6df10a1 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -4,7 +4,7 @@
 
 ;; Author: Xah Lee ( http://xahlee.info/ )
 ;; Maintainer: Xah Lee <[email protected]>
-;; Version: 28.11.20251212190757
+;; Version: 28.11.20260105074113
 ;; Created: 2013-09-10
 ;; Package-Requires: ((emacs "28.3"))
 ;; Keywords: convenience, vi, vim, ergoemacs, keybinding
@@ -590,6 +590,8 @@ Version: 2020-09-08"
           (yank-pop 1)
         (yank)))))
 
+(defalias 'xah-show-copy-history 'xah-show-kill-ring)
+
 (defun xah-show-kill-ring ()
   "Insert all `kill-ring' content in a new buffer named *copy history*.
 

Reply via email to