aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorJim Blandy1992-02-21 05:39:59 +0000
committerJim Blandy1992-02-21 05:39:59 +0000
commit3a2712f9beddf3de18504c4a1b857d3ce2b95391 (patch)
treee74945d36861016476838afef0ca92d0b55a64d2 /src/window.c
parenta41f8bed219bb3f7f4aa438e60532d2789dfb067 (diff)
downloademacs-3a2712f9beddf3de18504c4a1b857d3ce2b95391.tar.gz
emacs-3a2712f9beddf3de18504c4a1b857d3ce2b95391.zip
*** empty log message ***
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index f81e7481c03..d53bd510c63 100644
--- a/src/window.c
+++ b/src/window.c
@@ -590,8 +590,7 @@ window_display_table (w)
590 return 0; 590 return 0;
591} 591}
592 592
593DEFUN ("set-window-display-table", 593DEFUN ("set-window-display-table", Fset_window_display_table, Sset_window_display_table, 2, 2, 0,
594 Fset_window_display_table, Sset_window_display_table, 2, 2, 0,
595 "Set WINDOW's display-table to TABLE.") 594 "Set WINDOW's display-table to TABLE.")
596 (window, table) 595 (window, table)
597 register Lisp_Object window, table; 596 register Lisp_Object window, table;