comparison src/minibuf.c @ 36255:1890bad59762

Use display_hourglass_p, start_hourglass, cancel_hourglass instead of the old names.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 21 Feb 2001 13:57:40 +0000
parents 5a5d98ee4078
children c98e0f6d63f2
comparison
equal deleted inserted replaced
36254:f64eaa8f61aa 36255:1890bad59762
1 /* Minibuffer input and completion. 1 /* Minibuffer input and completion.
2 Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 2 Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 Free Software Foundation, Inc. 3 2000, 2001 Free Software Foundation, Inc.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
7 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
366 366
367 specbind (Qminibuffer_default, defalt); 367 specbind (Qminibuffer_default, defalt);
368 368
369 single_kboard_state (); 369 single_kboard_state ();
370 #ifdef HAVE_X_WINDOWS 370 #ifdef HAVE_X_WINDOWS
371 if (display_busy_cursor_p) 371 if (display_hourglass_p)
372 cancel_busy_cursor (); 372 cancel_hourglass ();
373 #endif 373 #endif
374 374
375 val = Qnil; 375 val = Qnil;
376 ambient_dir = current_buffer->directory; 376 ambient_dir = current_buffer->directory;
377 input_method = Qnil; 377 input_method = Qnil;