bpt/emacs.git
29 years ago(format1): Cast arg of doprnt.
Karl Heuer [Thu, 25 May 1995 14:31:30 +0000 (14:31 +0000)]
(format1): Cast arg of doprnt.

29 years ago(Fcall_interactively): Cast arg of doprnt.
Karl Heuer [Thu, 25 May 1995 14:30:07 +0000 (14:30 +0000)]
(Fcall_interactively): Cast arg of doprnt.

29 years ago(message): Cast arg of doprnt.
Karl Heuer [Thu, 25 May 1995 14:28:18 +0000 (14:28 +0000)]
(message): Cast arg of doprnt.
(scroll_bottom_vpos, fmodetrunc): Declarations deleted.

29 years ago(menu_bar_items): Declare this function.
Karl Heuer [Wed, 24 May 1995 22:46:18 +0000 (22:46 +0000)]
(menu_bar_items): Declare this function.

29 years ago(queue_selection_requests_unwind): Add return value.
Karl Heuer [Wed, 24 May 1995 22:08:58 +0000 (22:08 +0000)]
(queue_selection_requests_unwind): Add return value.
(wait_for_property_change_unwind): Likewise.

29 years ago(Fx_popup_dialog): Treat (menu-bar) like t, for POSITION.
Karl Heuer [Wed, 24 May 1995 21:43:00 +0000 (21:43 +0000)]
(Fx_popup_dialog): Treat (menu-bar) like t, for POSITION.

29 years ago(Fdelete_frame): When updating Vdefault_minibuffer_frame,
Karl Heuer [Wed, 24 May 1995 21:34:23 +0000 (21:34 +0000)]
(Fdelete_frame): When updating Vdefault_minibuffer_frame,
insist on a frame on the proper keyboard.

29 years agoClarify use of site-init.el.
Karl Heuer [Wed, 24 May 1995 20:50:54 +0000 (20:50 +0000)]
Clarify use of site-init.el.

29 years ago(x_connection_closed): Unblock input, first thing.
Karl Heuer [Wed, 24 May 1995 20:37:08 +0000 (20:37 +0000)]
(x_connection_closed): Unblock input, first thing.
Set Vdefault_minibuffer_frame to t
before deleting a frame that might have its own minibuffer.

29 years agoDelete reference to ALT. Change <Rubout> to <Delete>.
Karl Heuer [Wed, 24 May 1995 20:17:16 +0000 (20:17 +0000)]
Delete reference to ALT.  Change <Rubout> to <Delete>.

29 years ago(vendor-specific-keysyms): Add second spelling for HP.
Karl Heuer [Wed, 24 May 1995 04:59:27 +0000 (04:59 +0000)]
(vendor-specific-keysyms): Add second spelling for HP.

29 years ago(x_set_offset): Add border_width when calling XMoveWindow.
Karl Heuer [Wed, 24 May 1995 04:54:34 +0000 (04:54 +0000)]
(x_set_offset): Add border_width when calling XMoveWindow.

29 years ago(x_set_frame_parameters): Pass 1 as change_gravity
Karl Heuer [Wed, 24 May 1995 04:54:16 +0000 (04:54 +0000)]
(x_set_frame_parameters): Pass 1 as change_gravity
when calling x_set_offset.
(x_real_positions): Don't add border_width into win_x, win_y.

29 years ago(struct x_display): New field menubar_height.
Karl Heuer [Wed, 24 May 1995 04:43:12 +0000 (04:43 +0000)]
(struct x_display): New field menubar_height.

29 years ago(set_frame_menubar): Set menubar_height field.
Karl Heuer [Wed, 24 May 1995 04:42:52 +0000 (04:42 +0000)]
(set_frame_menubar): Set menubar_height field.

29 years ago(x_window) [both versions]: Set menubar_height.
Karl Heuer [Wed, 24 May 1995 04:42:09 +0000 (04:42 +0000)]
(x_window) [both versions]: Set menubar_height.

[USE_X_TOOLKIT] (x_window): Don't call XMoveWindow
or x_calc_absolute_position.  Do use the border_width.

29 years ago(x_calc_absolute_position): Use menubar_height field.
Karl Heuer [Wed, 24 May 1995 04:41:16 +0000 (04:41 +0000)]
(x_calc_absolute_position): Use menubar_height field.
In toolkit case, use outermost Emacs widget and its parent.
[USE_X_TOOLKIT] (x_make_frame_visible): Do call x_set_offset.

29 years ago(create_frame_gcs, setup_frame_gcs): Reformat long statements.
Karl Heuer [Wed, 24 May 1995 03:58:29 +0000 (03:58 +0000)]
(create_frame_gcs, setup_frame_gcs): Reformat long statements.

29 years ago(hack_wm_protocols): Use cast instead of suffix.
Karl Heuer [Wed, 24 May 1995 03:49:46 +0000 (03:49 +0000)]
(hack_wm_protocols): Use cast instead of suffix.

29 years ago[USE_X_TOOLKIT] (x_window): Pass position to toolkit
Karl Heuer [Wed, 24 May 1995 02:45:21 +0000 (02:45 +0000)]
[USE_X_TOOLKIT] (x_window): Pass position to toolkit
only if user-specified.  But always use XMoveWindow to move the
window to that position.

29 years ago(Fgarbage_collect): Clear consing_since_gc first thing.
Karl Heuer [Wed, 24 May 1995 01:39:24 +0000 (01:39 +0000)]
(Fgarbage_collect): Clear consing_since_gc first thing.

29 years ago(delete-frame-enabled-p): New subroutine.
Karl Heuer [Wed, 24 May 1995 01:02:08 +0000 (01:02 +0000)]
(delete-frame-enabled-p): New subroutine.
Use frame-visible-p to reduce consing.

29 years ago(describe-prefix-bindings): If key is a string,
Karl Heuer [Wed, 24 May 1995 00:46:17 +0000 (00:46 +0000)]
(describe-prefix-bindings): If key is a string,
make a substring; for a vector, make a vector.

29 years ago(set_buffer_internal_1): New subroutine.
Karl Heuer [Wed, 24 May 1995 00:43:27 +0000 (00:43 +0000)]
(set_buffer_internal_1): New subroutine.
(Fmove_overlay): Don't set windows_or_buffers_changed.

29 years ago(redisplay_window): Use set_buffer_internal_1.
Karl Heuer [Wed, 24 May 1995 00:42:21 +0000 (00:42 +0000)]
(redisplay_window): Use set_buffer_internal_1.

29 years agoRemove version number.
Karl Heuer [Wed, 24 May 1995 00:30:41 +0000 (00:30 +0000)]
Remove version number.

29 years ago* etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
Francesco Potortì [Tue, 23 May 1995 15:40:31 +0000 (15:40 +0000)]
* etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
former gives the true path even in the presence of simlinks.

29 years ago(XlwMenuInitialize): Cast XCreatePixmapFromBitmapData args.
Karl Heuer [Tue, 23 May 1995 03:04:22 +0000 (03:04 +0000)]
(XlwMenuInitialize): Cast XCreatePixmapFromBitmapData args.

29 years ago(create_frame_gcs): Cast args of XCreateGC.
Karl Heuer [Tue, 23 May 1995 03:04:03 +0000 (03:04 +0000)]
(create_frame_gcs): Cast args of XCreateGC.
(setup_frame_gcs): Cast args of XCreatePixmapFromBitmapData.

29 years ago(unload_color): Cast args of XFreeColors.
Karl Heuer [Tue, 23 May 1995 03:03:23 +0000 (03:03 +0000)]
(unload_color): Cast args of XFreeColors.

29 years ago(hack_wm_protocols): Cast args of XGetWindowProperty.
Karl Heuer [Tue, 23 May 1995 03:02:53 +0000 (03:02 +0000)]
(hack_wm_protocols): Cast args of XGetWindowProperty.
(x_set_border_pixel): Cast args of XSetWindowBorder.

29 years ago(x_get_window_property): Cast args of XGetWindowProperty.
Karl Heuer [Tue, 23 May 1995 03:02:17 +0000 (03:02 +0000)]
(x_get_window_property): Cast args of XGetWindowProperty.

29 years agoInitial revision
Karl Heuer [Tue, 23 May 1995 01:53:12 +0000 (01:53 +0000)]
Initial revision

29 years ago(long_to_cons): Don't assume 32-bit longs.
Karl Heuer [Tue, 23 May 1995 00:13:19 +0000 (00:13 +0000)]
(long_to_cons): Don't assume 32-bit longs.

29 years ago(Fvisited_file_modtime): Cast arg to long_to_cons.
Karl Heuer [Tue, 23 May 1995 00:11:46 +0000 (00:11 +0000)]
(Fvisited_file_modtime): Cast arg to long_to_cons.

29 years ago(Fformat): Split double into two pointers, not two ints.
Karl Heuer [Mon, 22 May 1995 22:48:09 +0000 (22:48 +0000)]
(Fformat): Split double into two pointers, not two ints.

29 years agopass arg to sqrt.
Karl Heuer [Mon, 22 May 1995 22:28:55 +0000 (22:28 +0000)]
pass arg to sqrt.

29 years ago(gnus-gnus-to-quick-newsrc-format): don't save
Karl Heuer [Mon, 22 May 1995 22:24:50 +0000 (22:24 +0000)]
(gnus-gnus-to-quick-newsrc-format): don't save
gnus-newsgroup-alist in .newsrc.el.

29 years ago(display_text_line): Enter a char in charstarts
Karl Heuer [Mon, 22 May 1995 22:22:32 +0000 (22:22 +0000)]
(display_text_line): Enter a char in charstarts
at the very end of the character loop.
Enter newline or ^M (if selective display) separately.

29 years ago(gdb_lisp_params): New enum type.
Karl Heuer [Mon, 22 May 1995 22:16:07 +0000 (22:16 +0000)]
(gdb_lisp_params): New enum type.

29 years agogdb_lisp_params to get storage layout info.
Karl Heuer [Mon, 22 May 1995 22:15:45 +0000 (22:15 +0000)]
gdb_lisp_params to get storage layout info.
Set and use $valmask and $nonvalbits.

29 years agoDelete HAVE_FMOD; configure handles that correctly now.
Karl Heuer [Mon, 22 May 1995 22:10:22 +0000 (22:10 +0000)]
Delete HAVE_FMOD; configure handles that correctly now.

29 years ago(edit-kbd-macro): Better error messages for undefined keys
Karl Heuer [Mon, 22 May 1995 22:08:18 +0000 (22:08 +0000)]
(edit-kbd-macro): Better error messages for undefined keys
or keys that are not keyboard macros.

29 years ago(ada-add-ada-menu): Fix args to easy-menu-define.
Karl Heuer [Mon, 22 May 1995 21:42:13 +0000 (21:42 +0000)]
(ada-add-ada-menu): Fix args to easy-menu-define.

29 years ago(oblookup): Delete argument hashp.
Karl Heuer [Mon, 22 May 1995 20:14:36 +0000 (20:14 +0000)]
(oblookup): Delete argument hashp.

29 years ago(file-ownership-preserved-p): Fix typo in previous change.
Karl Heuer [Mon, 22 May 1995 20:00:17 +0000 (20:00 +0000)]
(file-ownership-preserved-p): Fix typo in previous change.

29 years ago(mail-text): Expand abbrev before moving point.
Karl Heuer [Mon, 22 May 1995 19:41:25 +0000 (19:41 +0000)]
(mail-text): Expand abbrev before moving point.

29 years ago[REGEX_FREE]: Use ((void)0) instead of just (0).
Jim Meyering [Sun, 21 May 1995 06:19:05 +0000 (06:19 +0000)]
[REGEX_FREE]: Use ((void)0) instead of just (0).

29 years agoAdd `#ifdef _LIBC' in a few places, so this can be compiled in libc.
Roland McGrath [Sat, 20 May 1995 16:40:11 +0000 (16:40 +0000)]
Add `#ifdef _LIBC' in a few places, so this can be compiled in libc.

29 years ago(mouse-save-then-kill): Fix previous change.
Karl Heuer [Sat, 20 May 1995 05:36:11 +0000 (05:36 +0000)]
(mouse-save-then-kill): Fix previous change.

29 years ago(activate_button, xm_update_cascadebutton): Don't use prototype.
Karl Heuer [Sat, 20 May 1995 05:18:42 +0000 (05:18 +0000)]
(activate_button, xm_update_cascadebutton): Don't use prototype.

29 years agoDon't use prototype.
Karl Heuer [Sat, 20 May 1995 05:15:49 +0000 (05:15 +0000)]
Don't use prototype.

29 years ago(easy-menu-do-define): Add autoload cookie.
Karl Heuer [Sat, 20 May 1995 04:29:39 +0000 (04:29 +0000)]
(easy-menu-do-define): Add autoload cookie.

29 years ago(Flogb): frexp needs a pointer to int, not EMACS_INT.
Karl Heuer [Sat, 20 May 1995 03:36:53 +0000 (03:36 +0000)]
(Flogb): frexp needs a pointer to int, not EMACS_INT.

29 years ago(buffer_posn_from_coords): Don't let startp be before BEGV.
Karl Heuer [Fri, 19 May 1995 21:53:18 +0000 (21:53 +0000)]
(buffer_posn_from_coords): Don't let startp be before BEGV.

29 years ago(mail-mode): Clarify doc string.
Karl Heuer [Fri, 19 May 1995 18:57:48 +0000 (18:57 +0000)]
(mail-mode): Clarify doc string.
(mail-text): Ditto.

29 years ago(expand-mail-aliases): Expand aliases in
Karl Heuer [Fri, 19 May 1995 18:57:17 +0000 (18:57 +0000)]
(expand-mail-aliases): Expand aliases in
From and Reply-to headers as well, plus the Resent- variants.

29 years agoFix May 6 change.
Karl Heuer [Fri, 19 May 1995 03:53:38 +0000 (03:53 +0000)]
Fix May 6 change.

29 years ago(zv_strings_seen): New variable.
Karl Heuer [Thu, 18 May 1995 22:49:59 +0000 (22:49 +0000)]
(zv_strings_seen): New variable.
(redisplay, try_window, try_window_id): Clear zv_strings_seen.
(display_text_line): Handle overlay strings.

29 years ago(compute_motion): Handle overlay strings.
Karl Heuer [Thu, 18 May 1995 22:43:03 +0000 (22:43 +0000)]
(compute_motion): Handle overlay strings.
New arg DID_MOTION.  All callers changed.

29 years ago(Fpos_visible_in_window_p): New arg to compute_motion.
Karl Heuer [Thu, 18 May 1995 22:27:59 +0000 (22:27 +0000)]
(Fpos_visible_in_window_p): New arg to compute_motion.

29 years ago(buffer_posn_from_coords): New arg to compute_motion.
Karl Heuer [Thu, 18 May 1995 22:26:36 +0000 (22:26 +0000)]
(buffer_posn_from_coords): New arg to compute_motion.

29 years agoPut property on set-face-stipple, not set-stipple.
Karl Heuer [Thu, 18 May 1995 22:22:33 +0000 (22:22 +0000)]
Put property on set-face-stipple, not set-stipple.
(face-fill-in): Handle stipple.

29 years agoUndo previous change.
Karl Heuer [Thu, 18 May 1995 20:11:14 +0000 (20:11 +0000)]
Undo previous change.

29 years ago(byte-compile-dynamic-docstrings): Doc fix.
Karl Heuer [Thu, 18 May 1995 20:04:09 +0000 (20:04 +0000)]
(byte-compile-dynamic-docstrings): Doc fix.

29 years ago(tar-mode): Set write-contents-hooks instead of
Karl Heuer [Thu, 18 May 1995 19:57:15 +0000 (19:57 +0000)]
(tar-mode): Set write-contents-hooks instead of
local-write-file-hooks.

29 years ago(Fkill_emacs): Delete the auto-save-list file
Karl Heuer [Thu, 18 May 1995 19:50:57 +0000 (19:50 +0000)]
(Fkill_emacs): Delete the auto-save-list file
after shut_down_emacs.

29 years ago(status_notify): If Vprocess_alist changes within
Karl Heuer [Thu, 18 May 1995 16:54:42 +0000 (16:54 +0000)]
(status_notify): If Vprocess_alist changes within
the loop, do the whole loop again.

29 years ago(unload-feature): When we come to (provide . FEATURE),
Karl Heuer [Thu, 18 May 1995 16:51:35 +0000 (16:51 +0000)]
(unload-feature): When we come to (provide . FEATURE),
remove FEATURE from the features list.

29 years agoUpdated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
Roland McGrath [Wed, 17 May 1995 20:54:49 +0000 (20:54 +0000)]
Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c

29 years ago(Buffer-menu-buffer): Give more informative error
Karl Heuer [Wed, 17 May 1995 20:52:45 +0000 (20:52 +0000)]
(Buffer-menu-buffer): Give more informative error
message if user attempts a selection at end of buffer.

29 years ago(Fdump_emacs): Don't take address of array.
Karl Heuer [Wed, 17 May 1995 20:47:39 +0000 (20:47 +0000)]
(Fdump_emacs): Don't take address of array.

29 years ago[VMS]: Don't #include <stddef.h> if _POSIX_SOURCE or _POSIX_C_SOURCE is
Roland McGrath [Wed, 17 May 1995 20:47:26 +0000 (20:47 +0000)]
[VMS]: Don't #include <stddef.h> if _POSIX_SOURCE or _POSIX_C_SOURCE is
defined.

29 years ago(c-fill-paragraph): Don't alter point
Karl Heuer [Wed, 17 May 1995 20:44:36 +0000 (20:44 +0000)]
(c-fill-paragraph): Don't alter point
when deciding to narrow at the end for the sake of a comment ender.

29 years ago(Fmake_indirect_buffer): Fix interactive spec.
Karl Heuer [Wed, 17 May 1995 20:41:36 +0000 (20:41 +0000)]
(Fmake_indirect_buffer): Fix interactive spec.

29 years ago(gnus-expunge): Use defalias.
Karl Heuer [Wed, 17 May 1995 20:35:23 +0000 (20:35 +0000)]
(gnus-expunge): Use defalias.

29 years ago(re_compile_fastmap): Undo previous change.
Karl Heuer [Wed, 17 May 1995 20:29:52 +0000 (20:29 +0000)]
(re_compile_fastmap): Undo previous change.

(RESET_FAIL_STACK): New macro.
(re_compile_fastmap): Use RESET_FAIL_STACK, not REGEX_FREE_STACK
directly.

29 years ago(SOURCES): Fix reference to ymakefile.
Karl Heuer [Wed, 17 May 1995 20:01:47 +0000 (20:01 +0000)]
(SOURCES): Fix reference to ymakefile.

29 years agoDelete reference to ymakefile.
Karl Heuer [Wed, 17 May 1995 19:42:46 +0000 (19:42 +0000)]
Delete reference to ymakefile.

29 years ago(easy-menu-create-keymaps): Set menu-enable prop.
Karl Heuer [Wed, 17 May 1995 19:34:18 +0000 (19:34 +0000)]
(easy-menu-create-keymaps): Set menu-enable prop.

29 years ago(syms_of_keyboard): Always define track-mouse.
Karl Heuer [Wed, 17 May 1995 07:27:29 +0000 (07:27 +0000)]
(syms_of_keyboard): Always define track-mouse.
(do_mouse_tracking): Always declare this var.

29 years agoAdd provide call.
Karl Heuer [Tue, 16 May 1995 21:58:47 +0000 (21:58 +0000)]
Add provide call.

29 years ago(facemenu-set-face-from-menu): Doc fix.
Karl Heuer [Tue, 16 May 1995 06:14:22 +0000 (06:14 +0000)]
(facemenu-set-face-from-menu): Doc fix.
(facemenu-set-background, facemenu-set-foreground): Doc fix.
(facemenu-set-face): Doc fix.

29 years ago(Frecenter): Fix args to vmotion (overlooked in May 13 change).
Karl Heuer [Tue, 16 May 1995 02:56:20 +0000 (02:56 +0000)]
(Frecenter): Fix args to vmotion (overlooked in May 13 change).

29 years agoUNEXEC_USE_MAP_PRIVATE: Define.
Karl Heuer [Tue, 16 May 1995 01:47:11 +0000 (01:47 +0000)]
UNEXEC_USE_MAP_PRIVATE: Define.

29 years ago(unexec) [UNEXEC_USE_MAP_PRIVATE]: New logic for
Karl Heuer [Tue, 16 May 1995 01:46:20 +0000 (01:46 +0000)]
(unexec) [UNEXEC_USE_MAP_PRIVATE]: New logic for
systems that don't support MAP_SHARED with PROT_WRITE.

29 years agoTest _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
Karl Heuer [Tue, 16 May 1995 01:33:12 +0000 (01:33 +0000)]
Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
[__ELF__] (START_FILES, LIB_STANDARD, LIB_GCC, UNEXEC): Define these.

29 years ago(re_compile_fastmap): Don't free stack if it's empty.
Richard M. Stallman [Mon, 15 May 1995 23:30:28 +0000 (23:30 +0000)]
(re_compile_fastmap): Don't free stack if it's empty.
(re_match_failures): Reduce the larger value to 200000,
and use whenever if MATCH_MAY_ALLOCATE.
(MATCH_MAY_ALLOCATE): Don't consider REL_ALLOC when deciding
whether to undef this.

29 years ago(LD_SWITCH_SYSTEM): Define.
Richard M. Stallman [Mon, 15 May 1995 23:27:00 +0000 (23:27 +0000)]
(LD_SWITCH_SYSTEM): Define.

29 years ago(syms_of_buffer): Doc fix.
Richard M. Stallman [Mon, 15 May 1995 23:24:45 +0000 (23:24 +0000)]
(syms_of_buffer): Doc fix.

29 years agoNew version for Emacs 19.
Richard M. Stallman [Mon, 15 May 1995 23:23:34 +0000 (23:23 +0000)]
New version for Emacs 19.

29 years agoIf the geometry resource specifies a position,
Richard M. Stallman [Mon, 15 May 1995 23:19:13 +0000 (23:19 +0000)]
If the geometry resource specifies a position,
call the position and size "user-specified".
(vendor-specific-keysyms): New function.

29 years ago(dabbrev-completion): Use mapcar, not mapc.
Richard M. Stallman [Mon, 15 May 1995 23:16:08 +0000 (23:16 +0000)]
(dabbrev-completion): Use mapcar, not mapc.
Call dabbrev--reset-global-variables as the first thing.
(dabbrev-abbrev-char-regexp): Default value is nil again.
(dabbrev--find-all-expansions): Don't use push.
(dabbrev--search): Likewise.
(dabbrev-check-other-buffers):
Renamed from dabbrev-always-check-other-buffers.
(dabbrev-check-all-buffers): Renamed frm dabbrev-check-rest-of-buffers.
(dabbrev-expand): Now checks for marker.
(dabbrev--try-find): Now does a protected call to `widen'.
(dabbrev-always-check-other-buffers): Default now t.
(dabbrev--capitalize): Function deleted.
(dabbrev-completion): Use `capitalize'.

29 years ago(byte-compile-insert-header): Cope if user-mail-address is unbound.
Richard M. Stallman [Mon, 15 May 1995 23:01:17 +0000 (23:01 +0000)]
(byte-compile-insert-header): Cope if user-mail-address is unbound.

29 years ago(mouse-save-then-kill): When making a new region
Richard M. Stallman [Mon, 15 May 1995 23:00:16 +0000 (23:00 +0000)]
(mouse-save-then-kill): When making a new region
and not adjusting an old one, always make new kill-ring entry
and don't call mouse-show-mark.

29 years ago(path-separator): Defined.
Richard M. Stallman [Mon, 15 May 1995 22:22:25 +0000 (22:22 +0000)]
(path-separator): Defined.
(parse-colon-path): Use path-separator.
(file-ownership-preserved-p): Don't bomb if file doesn't exist.

29 years ago(get-method-definition): Fix regexps.
Karl Heuer [Mon, 15 May 1995 22:00:20 +0000 (22:00 +0000)]
(get-method-definition): Fix regexps.

29 years ago(tq-process-buffer): Don't hard-code the buffer name.
Karl Heuer [Mon, 15 May 1995 21:53:39 +0000 (21:53 +0000)]
(tq-process-buffer): Don't hard-code the buffer name.

29 years ago* config.guess: Recognize Cray90 (from Pete TerMaat).
Per Bothner [Mon, 15 May 1995 21:49:34 +0000 (21:49 +0000)]
* config.guess:  Recognize Cray90 (from Pete TerMaat).

29 years ago(vmotion): handle the case where `minibuf_prompt' is nil.
Karl Heuer [Mon, 15 May 1995 21:47:44 +0000 (21:47 +0000)]
(vmotion): handle the case where `minibuf_prompt' is nil.