emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/x_emacs 26e033d 3/5: fixup! Rename non-X x_* ident


From: Alexander Gramiak
Subject: [Emacs-diffs] scratch/x_emacs 26e033d 3/5: fixup! Rename non-X x_* identifiers
Date: Tue, 16 Apr 2019 12:52:06 -0400 (EDT)

branch: scratch/x_emacs
commit 26e033d9edc4e21c4ccebc07349bbf0d31dd495c
Author: Alexander Gramiak <address@hidden>
Commit: Alexander Gramiak <address@hidden>

    fixup! Rename non-X x_* identifiers
---
 src/termhooks.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/termhooks.h b/src/termhooks.h
index bd320c5..d4133fa 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -604,7 +604,8 @@ struct terminal
   /* This hook is called to set the GUI window icon of F using FILE.  */
   bool (*set_bitmap_icon_hook) (struct frame *f, Lisp_Object file);
 
-
+  /* This hook is called to set the name of the GUI window of F by
+     redisplay unless another name was explicitly requested.  */
   void (*implicit_set_name_hook) (struct frame *f, Lisp_Object arg,
                                   Lisp_Object oldval);
 



reply via email to

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