From a7ca3326c4740ed3ed118b794d35d235de49f346 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 13 Apr 2011 22:04:02 -0700 Subject: Undo the DEFUN->DEFUE change. --- src/term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/term.c') diff --git a/src/term.c b/src/term.c index f70dd227878..df13d7c0db2 100644 --- a/src/term.c +++ b/src/term.c @@ -2413,7 +2413,7 @@ get_named_tty (const char *name) } -DEFUE ("tty-type", Ftty_type, Stty_type, 0, 1, 0, +DEFUN ("tty-type", Ftty_type, Stty_type, 0, 1, 0, doc: /* Return the type of the tty device that TERMINAL uses. Returns nil if TERMINAL is not on a tty device. -- cgit v1.2.1