emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113331: * lisp/faces.el (tty-setup-hook): Declare t


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r113331: * lisp/faces.el (tty-setup-hook): Declare the hook.
Date: Mon, 08 Jul 2013 22:26:42 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113331
revision-id: address@hidden
parent: address@hidden
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Mon 2013-07-08 18:26:37 -0400
message:
  * lisp/faces.el (tty-setup-hook): Declare the hook.
modified:
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/faces.el                  faces.el-20091113204419-o5vbwnq5f7feedwu-562
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-07-08 17:54:39 +0000
+++ b/etc/NEWS  2013-07-08 22:26:37 +0000
@@ -540,6 +540,8 @@
 
 * Lisp Changes in Emacs 24.4
 
+** New hook `tty-setup-hook'.
+
 +++
 ** New macro with-eval-after-load.  Like eval-after-load, but better behaved.
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-07-08 21:54:54 +0000
+++ b/lisp/ChangeLog    2013-07-08 22:26:37 +0000
@@ -1,5 +1,7 @@
 2013-07-08  Stefan Monnier  <address@hidden>
 
+       * faces.el (tty-setup-hook): Declare the hook.
+
        * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
        and detect when a guard/pred depends on local vars (bug#14773).
        (pcase--u1): Adjust caller.

=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2013-07-07 19:35:54 +0000
+++ b/lisp/faces.el     2013-07-08 22:26:37 +0000
@@ -2097,6 +2097,10 @@
              nil))))
   type)
 
+(defvar tty-setup-hook nil
+  "Hook run after running the initialization function of a new text terminal.
+This can be used to fine tune the `input-decode-map', for example.")
+
 (defun tty-run-terminal-initialization (frame &optional type)
   "Run the special initialization code for the terminal type of FRAME.
 The optional TYPE parameter may be used to override the autodetected


reply via email to

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