]> git.eshelyaron.com Git - emacs.git/commitdiff
* dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Oct 2011 16:36:20 +0000 (09:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Oct 2011 16:36:20 +0000 (09:36 -0700)
src/ChangeLog
src/dispextern.h

index 52581be2863972d55bbc7047064ab752999b15a5..854c4987be552e13567ef9ce3e99a077d839d02b 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * dispextern.h (Fcontrolling_tty_p): New decl (Bug#6649 part 2).
+
 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * keyboard.c (test_undefined): New function (bug#9751).
index dd5f67d2d105f16a8f0239dc29ce43d2cb4a132d..5c60a5499da09ed794a5390debaf2676fd618039 100644 (file)
@@ -3346,6 +3346,7 @@ extern int tty_capable_p (struct tty_display_info *, unsigned, unsigned long, un
 extern void set_tty_color_mode (struct tty_display_info *, struct frame *);
 extern struct terminal *get_named_tty (const char *);
 EXFUN (Ftty_type, 1);
+EXFUN (Fcontrolling_tty_p, 1);
 extern void create_tty_output (struct frame *);
 extern struct terminal *init_tty (const char *, const char *, int);
 extern void tty_append_glyph (struct it *);