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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/prefixed-core 083f6dc 7/8: * prefixed core: add termina


From: Stefan Monnier
Subject: [elpa] externals/prefixed-core 083f6dc 7/8: * prefixed core: add terminal aliases
Date: Mon, 1 Jun 2020 14:22:39 -0400 (EDT)

branch: externals/prefixed-core
commit 083f6dc74b32c27d468a28ba1b12caf537ddc66c
Author: Philippe Vaucher <philippe.vaucher@gmail.com>
Commit: Philippe Vaucher <philippe.vaucher@gmail.com>

    * prefixed core: add terminal aliases
---
 prefixed-core.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/prefixed-core.el b/prefixed-core.el
index 982acf3..e49f869 100644
--- a/prefixed-core.el
+++ b/prefixed-core.el
@@ -401,5 +401,10 @@
 (defalias 'window-scroll-up #'scroll-up)
 (defalias 'window-scroll-up-command #'scroll-up-command)
 
+;; Terminal
+(defalias 'terminal-delete #'delete-terminal)
+(defalias 'terminal-get-device #'get-device-terminal)
+(defalias 'terminal-set-parameter #'set-terminal-parameter)
+
 (provide 'prefixed-core)
 ;;; prefixed-core.el ends here



reply via email to

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