# HG changeset patch # User Jim Blandy # Date 681432415 0 # Node ID fe53e897c42783c3d925144d40b2134fe6ed37d4 # Parent 7c6f74ef31a31d76f0d88fb916e89601bae88336 *** empty log message *** diff -r 7c6f74ef31a3 -r fe53e897c427 lisp/term/x-win.el --- a/lisp/term/x-win.el Sun Aug 04 21:39:58 1991 +0000 +++ b/lisp/term/x-win.el Mon Aug 05 22:46:55 1991 +0000 @@ -634,6 +634,7 @@ ;; the display. (set-input-mode t nil t) +(setq screen-creation-function 'x-create-screen) (x-read-resources) (setq command-line-args (x-handle-args command-line-args)) (x-pop-initial-window) diff -r 7c6f74ef31a3 -r fe53e897c427 src/dired.c --- a/src/dired.c Sun Aug 04 21:39:58 1991 +0000 +++ b/src/dired.c Mon Aug 05 22:46:55 1991 +0000 @@ -53,7 +53,6 @@ #include "commands.h" #include "regex.h" -#include "search.h" #define min(a, b) ((a) < (b) ? (a) : (b))