Mercurial > emacs
diff src/window.c @ 555:e09a318cf838
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Fri, 21 Feb 1992 05:39:59 +0000 |
| parents | a7b7b759f694 |
| children | 026f978690be |
line wrap: on
line diff
--- a/src/window.c Thu Feb 20 04:15:20 1992 +0000 +++ b/src/window.c Fri Feb 21 05:39:59 1992 +0000 @@ -590,8 +590,7 @@ return 0; } -DEFUN ("set-window-display-table", - Fset_window_display_table, Sset_window_display_table, 2, 2, 0, +DEFUN ("set-window-display-table", Fset_window_display_table, Sset_window_display_table, 2, 2, 0, "Set WINDOW's display-table to TABLE.") (window, table) register Lisp_Object window, table;
