bpt/emacs.git
29 years ago(shell-mode): Compare the truename with /dev/null.
Richard M. Stallman [Sun, 2 Oct 1994 20:11:07 +0000 (20:11 +0000)]
(shell-mode): Compare the truename with /dev/null.

29 years ago(file-truename): If name has no dir, use default-directory.
Richard M. Stallman [Sun, 2 Oct 1994 20:10:39 +0000 (20:10 +0000)]
(file-truename): If name has no dir, use default-directory.

29 years ago(widget_id_tick): Renamed from popup_id_tick.
Paul Reilly [Sun, 2 Oct 1994 15:51:13 +0000 (15:51 +0000)]
(widget_id_tick): Renamed from popup_id_tick.

(popup_get_selection, popup_activated, popup_activate_callback,
menubar_selection_callback, popup_deactivate_callback,
single_submenu): New or replaced functions.

(popup_activated_flag): New variable.

(dispatch_dummy_expose, event_is_in_menu_item, map_event_to_object):
Removed.

(update_frame_menubar): Use lw_refigure_widget to provide widget set
independence.

(set_frame_menubar): Use lw_allow_resizing to control unsightly Motif
menubar resizing in a widget set independent fashion.

(xmenu_show): Removed menubar handling code, since that is now done in
lwlib.  Display a popup menu title centered and followed by two
separators.  Use lw_popup_menu() to display the menu.  Use
popup_get_selection() to deal with X11 event handling while the menu
is posted.

29 years ago(XTread_socket): Use popup_get_selection() for X11 menubar event handling.
Paul Reilly [Sun, 2 Oct 1994 13:37:59 +0000 (13:37 +0000)]
(XTread_socket): Use popup_get_selection() for X11 menubar event handling.

29 years ago(HACK_EDITRES): Declare if using X11R5.
Paul Reilly [Sun, 2 Oct 1994 13:29:03 +0000 (13:29 +0000)]
(HACK_EDITRES): Declare if using X11R5.
(widget_id_tick): New variable.
(x_any_window_to_frame): Use lw_window_is_in_menubar() for
widget set independence.
(x_window): Renamed screen_widget to frame_widget.  Use
lw_create_widget() and lw_set_main_areas() for widget set
independence.  Enable using editres for X11R5.

29 years ago(EmacsFrameSetCharSize): Use lw_refigure_widget() for widget set
Paul Reilly [Sun, 2 Oct 1994 13:13:17 +0000 (13:13 +0000)]
(EmacsFrameSetCharSize): Use lw_refigure_widget() for widget set
independence.

29 years agoDeclare XtNshowGrip, XtNallowResize, and XtNresizeToPreferred.
Paul Reilly [Sun, 2 Oct 1994 12:37:21 +0000 (12:37 +0000)]
Declare XtNshowGrip, XtNallowResize, and XtNresizeToPreferred.

29 years ago(make_lispy_event): Do not set item. Now handled in xmenu.c by
Paul Reilly [Sun, 2 Oct 1994 12:26:46 +0000 (12:26 +0000)]
(make_lispy_event): Do not set item.  Now handled in xmenu.c by
(popup_get_selection).

29 years ago(display_menu_item): Add support for displaying the title in pop up menus.
Paul Reilly [Sun, 2 Oct 1994 12:14:00 +0000 (12:14 +0000)]
(display_menu_item): Add support for displaying the title in pop up menus.

29 years ago(lw_set_main_areas): Use xm_set_main_areas().
Paul Reilly [Sun, 2 Oct 1994 12:07:01 +0000 (12:07 +0000)]
(lw_set_main_areas): Use xm_set_main_areas().
(lw_manage_resizing): Use xm_manage_resizing() for Emacs/Motif.

29 years agoDeclare xm_set_main_areas() and xm_manage_resizing().
Paul Reilly [Sun, 2 Oct 1994 11:55:07 +0000 (11:55 +0000)]
Declare xm_set_main_areas() and xm_manage_resizing().

29 years ago(make_menu_in_widget): Add support for displaying a title in pop up
Paul Reilly [Sun, 2 Oct 1994 11:48:42 +0000 (11:48 +0000)]
(make_menu_in_widget): Add support for displaying a title in pop up
menus.
(make_main, xm_set_main_areas, xm_manage_resizing): New functions to
create and manage a Motif Main Window widget.

29 years agoAdded Motif changes for usage and option checking.
Paul Reilly [Sun, 2 Oct 1994 11:28:06 +0000 (11:28 +0000)]
Added Motif changes for usage and option checking.

29 years ago(Info-scroll-down, Info-scroll-up): Doc fixes.
Richard M. Stallman [Sun, 2 Oct 1994 08:36:08 +0000 (08:36 +0000)]
(Info-scroll-down, Info-scroll-up): Doc fixes.

29 years ago(dired-do-print): Put spaces between lpr switches.
Richard M. Stallman [Sun, 2 Oct 1994 08:35:34 +0000 (08:35 +0000)]
(dired-do-print): Put spaces between lpr switches.

29 years ago(setenv-history): New history list.
Richard M. Stallman [Sun, 2 Oct 1994 04:03:32 +0000 (04:03 +0000)]
(setenv-history): New history list.
(setenv): Use setenv-history.
Place the variable's current value at front of setenv-history
while reading the new value.

(setenv): Provide history, completion for envvar.
(read-envvar-name-history): New variable.
(read-envvar-name): New function.

29 years ago(indent-c++-exp): For public/private/protected,
Richard M. Stallman [Sun, 2 Oct 1994 03:44:59 +0000 (03:44 +0000)]
(indent-c++-exp): For public/private/protected,
don't do the case/label adjustment.

29 years ago(redisplay_window): If we set PT, and that alters a region
Richard M. Stallman [Sun, 2 Oct 1994 02:41:24 +0000 (02:41 +0000)]
(redisplay_window): If we set PT, and that alters a region
being displayed, call try_window again.

29 years ago(fill-region, fill-region-as-paragraph): Fix previous change.
Richard M. Stallman [Sun, 2 Oct 1994 02:23:21 +0000 (02:23 +0000)]
(fill-region, fill-region-as-paragraph): Fix previous change.

29 years ago(vc-register): Verify an old master file really still exists
Richard M. Stallman [Sun, 2 Oct 1994 01:49:29 +0000 (01:49 +0000)]
(vc-register): Verify an old master file really still exists
before giving error.  If it has disappeared, ask for confirmation.

29 years ago(head_table): Set up Qdelete_frame.
Richard M. Stallman [Sat, 1 Oct 1994 21:25:41 +0000 (21:25 +0000)]
(head_table): Set up Qdelete_frame.
(kbd_buffer_get_event): Handle delete_window_event by making
a delete-frame event.

29 years ago(keys_of_frame): Make binding for delete-frame.
Richard M. Stallman [Sat, 1 Oct 1994 21:24:44 +0000 (21:24 +0000)]
(keys_of_frame): Make binding for delete-frame.

29 years ago(apropos-print-matches): Add newline after
Richard M. Stallman [Sat, 1 Oct 1994 21:10:38 +0000 (21:10 +0000)]
(apropos-print-matches): Add newline after
Function: or Variable: if line doesn't fit with it.
New arg no-header inhibits them entirely.
(apropos): New arg no-header.  Pass it to apropos-print-matches.

29 years ago(save-buffers-kill-emacs): Fix previous change.
Richard M. Stallman [Sat, 1 Oct 1994 21:07:33 +0000 (21:07 +0000)]
(save-buffers-kill-emacs): Fix previous change.

29 years ago(Foverlay_get): Handle `category' property on overlay.
Richard M. Stallman [Sat, 1 Oct 1994 21:02:59 +0000 (21:02 +0000)]
(Foverlay_get): Handle `category' property on overlay.

29 years ago* man.el (Man-init-defvars, Man-cleanup-manpage,
Francesco Potortì [Sat, 1 Oct 1994 13:27:15 +0000 (13:27 +0000)]
* man.el (Man-init-defvars, Man-cleanup-manpage,
Man-fontify-manpage): fix previous fix.

29 years agoComment change.
Richard M. Stallman [Sat, 1 Oct 1994 09:07:05 +0000 (09:07 +0000)]
Comment change.

29 years ago(compile_range): When casting to const unsigned char *, put const first.
Richard M. Stallman [Sat, 1 Oct 1994 09:06:07 +0000 (09:06 +0000)]
(compile_range): When casting to const unsigned char *, put const first.

29 years ago(fill-region, fill-region-as-paragraph):
Richard M. Stallman [Sat, 1 Oct 1994 07:35:26 +0000 (07:35 +0000)]
(fill-region, fill-region-as-paragraph):
If specified region ends before a newline, include that newline.

29 years ago(mouse-secondary-click-count): New variable.
Richard M. Stallman [Sat, 1 Oct 1994 07:30:18 +0000 (07:30 +0000)]
(mouse-secondary-click-count): New variable.
(mouse-secondary-save-then-kill, mouse-drag-secondary):
Use mouse-secondary-click-count, not mouse-selection-click-count.

29 years ago(LIBXTR6): If NEED_LIBW, add -lw.
Richard M. Stallman [Sat, 1 Oct 1994 04:54:34 +0000 (04:54 +0000)]
(LIBXTR6): If NEED_LIBW, add -lw.

29 years ago(NEED_LIBW): Defined.
Richard M. Stallman [Sat, 1 Oct 1994 04:54:08 +0000 (04:54 +0000)]
(NEED_LIBW): Defined.

29 years ago(LDFLAGS): New variable.
Richard M. Stallman [Sat, 1 Oct 1994 04:42:45 +0000 (04:42 +0000)]
(LDFLAGS): New variable.
(LIBX): Use LDFLAGS.

29 years ago(add-hook, remove-hook): If the hook was made local
Richard M. Stallman [Sat, 1 Oct 1994 04:36:28 +0000 (04:36 +0000)]
(add-hook, remove-hook): If the hook was made local
in the old way, always modify the local value.

29 years ago(ispell-init-process): Add missing arg in error msg.
Richard M. Stallman [Sat, 1 Oct 1994 04:30:14 +0000 (04:30 +0000)]
(ispell-init-process): Add missing arg in error msg.

29 years ago(finder-mode-map): Change key bindings:
Richard M. Stallman [Sat, 1 Oct 1994 04:24:56 +0000 (04:24 +0000)]
(finder-mode-map): Change key bindings:
RET or f to select, d to go back to directory.
(finder-summary): Fix the help summary.

29 years ago(edmacro-format-keys): Cope if local keymap is nil.
Richard M. Stallman [Sat, 1 Oct 1994 03:53:40 +0000 (03:53 +0000)]
(edmacro-format-keys): Cope if local keymap is nil.

29 years ago(windowsnt): Alias for winnt.
Richard Kenner [Fri, 30 Sep 1994 21:26:44 +0000 (21:26 +0000)]
(windowsnt): Alias for winnt.
(winnt): New OS name.

29 years ago(modify-face): New function.
Richard M. Stallman [Fri, 30 Sep 1994 21:01:13 +0000 (21:01 +0000)]
(modify-face): New function.

29 years ago(save-buffers-kill-emacs): Use run-hook-with-args-until-failure.
Richard M. Stallman [Fri, 30 Sep 1994 20:47:37 +0000 (20:47 +0000)]
(save-buffers-kill-emacs): Use run-hook-with-args-until-failure.
(find-file-noselect): Use run-hook-with-args-until-success.
(after-find-file): Use run-hooks for find-file-hooks.
(basic-save-buffer): Use run-hook-with-args-until-success.

29 years ago(add-hook): Initialize default value and local value.
Richard M. Stallman [Fri, 30 Sep 1994 20:47:13 +0000 (20:47 +0000)]
(add-hook): Initialize default value and local value.
(run-hook-with-args-until-success): New function.
(run-hook-with-args-until-failure): New function.

(run-hooks): t as hook list element means run the global
value of the variable as well as the local value.
(run-hook-with-args): Likewise.
(make-local-hook): New function.
(add-hook, remove-hook): New arg LOCAL means modify local value.
Test default-boundp as well as boundp.

29 years ago(Fmake_local_variable): Doc fix.
Richard M. Stallman [Fri, 30 Sep 1994 20:32:45 +0000 (20:32 +0000)]
(Fmake_local_variable): Doc fix.

(Flocal_variable_p): New function.
(syms_of_data): defsubr it.

29 years ago* etags.c (C_entries): Recognise typedef of ANSI style functions.
Francesco Potortì [Fri, 30 Sep 1994 17:18:24 +0000 (17:18 +0000)]
* etags.c (C_entries): Recognise typedef of ANSI style functions.
(C_entries): Recognise #define inside a struct.
(C_entries): ANSI tells that preprocessor commands do not have to
start on the first column.
(print_help): Documentation corrected for -d and -D.
(white, endtk): ANSI tells the vertical tab is a separator.

29 years ago(isearch-mode): Don't set deactivate-mark here.
Richard M. Stallman [Fri, 30 Sep 1994 09:16:06 +0000 (09:16 +0000)]
(isearch-mode): Don't set deactivate-mark here.
(isearch-done): In Transient Mark mode, don't set mark if is active.

29 years agoReally delete gud-overload-functions.
Richard M. Stallman [Fri, 30 Sep 1994 09:12:09 +0000 (09:12 +0000)]
Really delete gud-overload-functions.

29 years ago(gud-overload-functions): Function deleted.
Richard M. Stallman [Fri, 30 Sep 1994 09:11:36 +0000 (09:11 +0000)]
(gud-overload-functions): Function deleted.
(gud-massage-args, gud-marker-filter, gud-find-file): New vars.
Mark them as permanent locals.
(gud-massage-args, gud-marker-filter, gud-find-file):
In these functions, use those variables.
(gud-common-init): 3 new args give values for those variables.
(gdb, sdb, dbx, xdb, perldb): Pass new args to gud-common-init.
(gud-gdb-complete-command): Bind gud-marker-filter.
(gud-find-file): Condense multiple slashes to single slashes.

29 years ago(os): Accept coff as an OS.
Jim Wilson [Fri, 30 Sep 1994 00:07:41 +0000 (00:07 +0000)]
(os): Accept coff as an OS.

29 years ago(check_writable, check_executable) [__HURD__]: Use eaccess.
Richard M. Stallman [Thu, 29 Sep 1994 23:20:43 +0000 (23:20 +0000)]
(check_writable, check_executable) [__HURD__]: Use eaccess.

29 years ago(print-region-1): Use them instead of just pr.
Richard M. Stallman [Thu, 29 Sep 1994 23:12:31 +0000 (23:12 +0000)]
(print-region-1): Use them instead of just pr.
(lpr-page-header-program, lpr-page-header-switches): New variables.

29 years ago(compute_char_face): Handle list as overlay face property.
Richard M. Stallman [Thu, 29 Sep 1994 23:00:43 +0000 (23:00 +0000)]
(compute_char_face): Handle list as overlay face property.

(compute_char_face): If face text-property is a list,
merge the attributes of the faces in the list.

29 years ago(i[34]86:UNIX_SV:4.*:*): Remove "UNIX_SV" for Unixware; move DYNIX
Richard Kenner [Thu, 29 Sep 1994 22:47:30 +0000 (22:47 +0000)]
(i[34]86:UNIX_SV:4.*:*): Remove "UNIX_SV" for Unixware; move DYNIX
above this one now that this is wildcard.

29 years ago(Fset_face_attribute_internal): Mark frame garbaged whenever
Richard M. Stallman [Thu, 29 Sep 1994 20:25:45 +0000 (20:25 +0000)]
(Fset_face_attribute_internal): Mark frame garbaged whenever
any face's font or color is changed.

29 years ago(scmp): Use unsigned chars, to avoid confusing DOWNCASE.
Karl Heuer [Thu, 29 Sep 1994 19:37:26 +0000 (19:37 +0000)]
(scmp): Use unsigned chars, to avoid confusing DOWNCASE.

29 years ago(x_report_frame_params): Fix format/arg mismatch.
Karl Heuer [Thu, 29 Sep 1994 19:23:41 +0000 (19:23 +0000)]
(x_report_frame_params): Fix format/arg mismatch.

29 years ago(CHECK_SCNHDR, write_segment): Fix format/arg mismatch.
Karl Heuer [Thu, 29 Sep 1994 19:22:57 +0000 (19:22 +0000)]
(CHECK_SCNHDR, write_segment): Fix format/arg mismatch.

29 years ago(add-abbrev, inverse-add-abbrev):
Richard M. Stallman [Thu, 29 Sep 1994 19:07:45 +0000 (19:07 +0000)]
(add-abbrev, inverse-add-abbrev):
Clear text properties from NAME.

29 years ago(scheme-mode-variables): Make parse-sexp-ignore-comments t.
Richard M. Stallman [Thu, 29 Sep 1994 18:54:19 +0000 (18:54 +0000)]
(scheme-mode-variables): Make parse-sexp-ignore-comments t.

29 years ago(texinfo-format-region, texinfo-format-buffer-1):
Richard M. Stallman [Thu, 29 Sep 1994 18:51:54 +0000 (18:51 +0000)]
(texinfo-format-region, texinfo-format-buffer-1):
Search back for the @include.

29 years ago* man.el
Francesco Potortì [Thu, 29 Sep 1994 12:42:45 +0000 (12:42 +0000)]
* man.el
(Man-init-defvars, Man-cleanup-manpage, Man-fontify-manpage):
added support for the big cross present in the ksh manpage.

29 years ago(imenu--cleanup): Changed 'mapc' to 'mapcar'.
Richard M. Stallman [Thu, 29 Sep 1994 06:32:06 +0000 (06:32 +0000)]
(imenu--cleanup): Changed 'mapc' to 'mapcar'.

29 years ago(handle-delete-frame): New function.
Richard M. Stallman [Thu, 29 Sep 1994 04:48:59 +0000 (04:48 +0000)]
(handle-delete-frame): New function.

29 years ago(command-line): Fix bug in previous change.
Karl Heuer [Wed, 28 Sep 1994 22:38:04 +0000 (22:38 +0000)]
(command-line): Fix bug in previous change.

29 years ago(command-line): Recognize --longopt synonyms for all options handled here.
Karl Heuer [Wed, 28 Sep 1994 22:15:38 +0000 (22:15 +0000)]
(command-line): Recognize --longopt synonyms for all options handled here.

29 years ago[alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define.
Roland McGrath [Wed, 28 Sep 1994 21:00:06 +0000 (21:00 +0000)]
[alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define.

29 years ago(syms_of_dired): Undo Sep 16 change.
Karl Heuer [Wed, 28 Sep 1994 20:45:25 +0000 (20:45 +0000)]
(syms_of_dired): Undo Sep 16 change.

29 years ago(Fdelete_file): Undo Sep 16 change.
Karl Heuer [Wed, 28 Sep 1994 20:45:08 +0000 (20:45 +0000)]
(Fdelete_file): Undo Sep 16 change.

29 years ago(backward-kill-sentence): Work in read-only buffers.
Richard M. Stallman [Wed, 28 Sep 1994 04:46:02 +0000 (04:46 +0000)]
(backward-kill-sentence): Work in read-only buffers.
(kill-sentence): Work in read-only buffers.

29 years agoComment fix.
Karl Heuer [Wed, 28 Sep 1994 01:58:46 +0000 (01:58 +0000)]
Comment fix.

29 years ago(x_new_font): New rule for computing column width. Factored out common code.
Karl Heuer [Wed, 28 Sep 1994 00:59:24 +0000 (00:59 +0000)]
(x_new_font): New rule for computing column width.  Factored out common code.
(XTset_vertical_scroll_bar): Use new width formula.
[!USE_X_TOOLKIT] (x_set_window_size): Likewise.

29 years ago(x_set_scroll_bar_width): Nil now means 2 columns' worth of pixels.
Karl Heuer [Wed, 28 Sep 1994 00:58:45 +0000 (00:58 +0000)]
(x_set_scroll_bar_width): Nil now means 2 columns' worth of pixels.
(Fx_create_frame): Default scroll bar width is now nil.

29 years ago(set_frame_size, EmacsFrameSetCharSize): Use new width formula.
Karl Heuer [Wed, 28 Sep 1994 00:58:15 +0000 (00:58 +0000)]
(set_frame_size, EmacsFrameSetCharSize): Use new width formula.

29 years ago(scroll_bar_pixel_width, scroll_bar_cols): Update comment.
Karl Heuer [Wed, 28 Sep 1994 00:57:37 +0000 (00:57 +0000)]
(scroll_bar_pixel_width, scroll_bar_cols): Update comment.

29 years ago(lisp_time_argument, Finsert, Finsert_and_inherit, Finsert_before_markers,
Karl Heuer [Tue, 27 Sep 1994 23:32:55 +0000 (23:32 +0000)]
(lisp_time_argument, Finsert, Finsert_and_inherit, Finsert_before_markers,
Finsert_and_inherit_before_markers, Fformat): Use type test macros.

29 years ago(hack-one-local-variable): Support safe-local-variable property.
Richard M. Stallman [Tue, 27 Sep 1994 22:59:50 +0000 (22:59 +0000)]
(hack-one-local-variable): Support safe-local-variable property.
(compile-command): Add safe-local-variable property.

29 years ago(command-apropos): Pass t for no-header to apropos.
Richard M. Stallman [Tue, 27 Sep 1994 21:43:37 +0000 (21:43 +0000)]
(command-apropos): Pass t for no-header to apropos.

29 years ago(mail): Doc fix.
Richard M. Stallman [Tue, 27 Sep 1994 20:14:55 +0000 (20:14 +0000)]
(mail): Doc fix.

29 years ago(${etc}DOC): Run make-docfile twice--two batches.
Richard M. Stallman [Tue, 27 Sep 1994 19:50:53 +0000 (19:50 +0000)]
(${etc}DOC): Run make-docfile twice--two batches.

(strftime.o, mktime.o): New target.
(obj): Add strftime.o and mktime.o.

29 years agoInitial revision
Richard M. Stallman [Tue, 27 Sep 1994 19:49:25 +0000 (19:49 +0000)]
Initial revision

29 years agoImprove POP code, move most of it into a separate file.
Richard M. Stallman [Tue, 27 Sep 1994 19:45:00 +0000 (19:45 +0000)]
Improve POP code, move most of it into a separate file.
(mbx_delimit_end, mbx_delimit_begin): Check for errors.
(mbx_write): Check for errors and for From line.
(pop_retr, popmail): Use subroutines in pop.c to do the real work.
(get_errmsg, multiline, getline, putline, pop_stat, pop_command)
(pop_init): Functions deleted.

29 years ago(MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman [Tue, 27 Sep 1994 19:43:07 +0000 (19:43 +0000)]
(MOVE_FLAGS, MOVE_LIBS): New variables.
(pop.o, movemail.o): New targets.
(movemail): Link in pop.o and movemail.o.  Use MOVE_LIBS, MOVE_FLAGS.

29 years ago(utimes): Check for it.
Richard M. Stallman [Tue, 27 Sep 1994 19:42:03 +0000 (19:42 +0000)]
(utimes): Check for it.

29 years ago(Fformat_time_string): Mostly rewritten, to handle
Richard M. Stallman [Tue, 27 Sep 1994 19:41:21 +0000 (19:41 +0000)]
(Fformat_time_string): Mostly rewritten, to handle
unlimited size, and report errors properly.

(Fformat_time_string): New function.
(syms_of_editfns): Defsubr it.

29 years ago(rmail-forward): Simplify insertion of forwarded msg.
Richard M. Stallman [Tue, 27 Sep 1994 19:32:35 +0000 (19:32 +0000)]
(rmail-forward): Simplify insertion of forwarded msg.
Don't use exchange-point-and-mark.

(rmail-msg-number-after-expunge): New function.
(rmail-reply, rmail-forward): Use separate local variables
rmail-send-actions-rmail-msg-number, rmail-send-actions-rmail-buffer
to record which message to mark as answered or forwarded.
(rmail-only-expunge): Update msg numbers stored in those variables.

29 years ago(etags-tags-completion-table): Allow ? and : in guessed tag names.
Roland McGrath [Tue, 27 Sep 1994 05:41:20 +0000 (05:41 +0000)]
(etags-tags-completion-table): Allow ? and : in guessed tag names.

29 years ago(rmail-summary-delete-forward): Regexp for recognizing deleted message
Richard M. Stallman [Tue, 27 Sep 1994 05:37:06 +0000 (05:37 +0000)]
(rmail-summary-delete-forward): Regexp for recognizing deleted message
should not require a space at the beginning of the line.

29 years ago(BOOLFWDP, INTERNALP, INTFWDP, OBJFWDP, INTERNAL_STREAMP, BUFFER_LOCAL_VALUEP,
Karl Heuer [Tue, 27 Sep 1994 04:20:23 +0000 (04:20 +0000)]
(BOOLFWDP, INTERNALP, INTFWDP, OBJFWDP, INTERNAL_STREAMP, BUFFER_LOCAL_VALUEP,
SOME_BUFFER_LOCAL_VALUEP, BUFFER_OBJFWDP, VOIDP): New type test macros.
(CHECK_STRING_OR_BUFFER, NUMBERP, CHECK_LIST, CHECK_STRING, CHECK_CONS,
CHECK_SYMBOL, CHECK_VECTOR, CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW,
CHECK_PROCESS, CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER,
CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT,
CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY): Use type test macros.

29 years ago(readchar, readchar, unreadchar, read_filtered_event, Fread, read0, read1,
Karl Heuer [Tue, 27 Sep 1994 04:10:43 +0000 (04:10 +0000)]
(readchar, readchar, unreadchar, read_filtered_event, Fread, read0, read1,
read_list, check_obarray, intern, Fintern, Fintern_soft, oblookup,
init_lread): Use type test macros.

29 years ago(Fprogn, Finteractive_p, Fuser_variable_p, FletX, Flet, Fmacroexpand,
Karl Heuer [Tue, 27 Sep 1994 04:03:15 +0000 (04:03 +0000)]
(Fprogn, Finteractive_p, Fuser_variable_p, FletX, Flet, Fmacroexpand,
Fcommandp, Fautoload, Feval, Fapply, Ffuncall, funcall_lambda, specbind): Use
type test macros.

29 years ago(wrong_type_argument, Fconsp, Fatom, Flistp, Fnlistp, Fsymbolp, Fvectorp,
Karl Heuer [Tue, 27 Sep 1994 04:00:45 +0000 (04:00 +0000)]
(wrong_type_argument, Fconsp, Fatom, Flistp, Fnlistp, Fsymbolp, Fvectorp,
Fstringp, Farrayp, Fsequencep, Fbufferp, Fmarkerp, Fsubrp,
Fbyte_code_function_p, Fchar_or_string_p, Fintegerp, Finteger_or_marker_p,
Fnatnump, Fnumber_or_marker_p, Ffloatp, Fcar, Fcar_safe, Fcdr, Fcdr_safe,
Fsetcar, Fsetcdr, Fboundp, Ffboundp, store_symval_forwarding, Fset,
default_value, Fdefault_boundp, Fdefault_value, Fset_default,
Fmake_variable_buffer_local, Fmake_local_variable, Fkill_local_variable,
indirect_function, Faref, Faset, Farray_length, arithcompare, Fzerop,
Fnumber_to_string, arith_driver, float_arith_driver, Fmod, Fadd1, Fsub1): Use
type test macros.

29 years ago(nsberror, Fget_buffer, Fget_file_buffer, Fbuffer_local_variables,
Karl Heuer [Tue, 27 Sep 1994 03:57:23 +0000 (03:57 +0000)]
(nsberror, Fget_buffer, Fget_file_buffer, Fbuffer_local_variables,
Fkill_buffer, set_buffer_internal, list_buffers_1, sort_overlays): Use type
test macros.

29 years ago(quotify_arg, Fcall_interactively, Fprefix_numeric_value): Use type test
Karl Heuer [Tue, 27 Sep 1994 03:27:31 +0000 (03:27 +0000)]
(quotify_arg, Fcall_interactively, Fprefix_numeric_value): Use type test
macros.

29 years ago(Fmake_list, Fmake_vector, Fmake_string, make_event_array): Use type test
Karl Heuer [Tue, 27 Sep 1994 03:16:02 +0000 (03:16 +0000)]
(Fmake_list, Fmake_vector, Fmake_string, make_event_array): Use type test
macros.

29 years ago(GLYPH_TABLE_LENGTH, GLYPH_TABLE_BASE, GLYPH_SIMPLE_P, GLYPH_ALIAS_P): Use
Karl Heuer [Tue, 27 Sep 1994 03:15:02 +0000 (03:15 +0000)]
(GLYPH_TABLE_LENGTH, GLYPH_TABLE_BASE, GLYPH_SIMPLE_P, GLYPH_ALIAS_P): Use
type test macros.

29 years ago(NULL_INTERVAL_P): Use type test macros.
Karl Heuer [Tue, 27 Sep 1994 03:13:50 +0000 (03:13 +0000)]
(NULL_INTERVAL_P): Use type test macros.

29 years ago(EVENT_HAS_PARAMETERS): Use type test macros.
Karl Heuer [Tue, 27 Sep 1994 03:13:08 +0000 (03:13 +0000)]
(EVENT_HAS_PARAMETERS): Use type test macros.

29 years ago(Fdefine_abbrev, Fexpand_abbrev, Funexpand_abbrev): Use type test macros.
Karl Heuer [Tue, 27 Sep 1994 03:12:28 +0000 (03:12 +0000)]
(Fdefine_abbrev, Fexpand_abbrev, Funexpand_abbrev): Use type test macros.

29 years ago(Fbyte_code): Use type test macros.
Karl Heuer [Tue, 27 Sep 1994 03:11:31 +0000 (03:11 +0000)]
(Fbyte_code): Use type test macros.

29 years ago(Fcall_process, child_setup, getenv_internal): Use type test macros.
Karl Heuer [Tue, 27 Sep 1994 03:10:43 +0000 (03:10 +0000)]
(Fcall_process, child_setup, getenv_internal): Use type test macros.

29 years ago(casify_object): Use type test macros.
Karl Heuer [Tue, 27 Sep 1994 03:10:02 +0000 (03:10 +0000)]
(casify_object): Use type test macros.

29 years ago(STRING256_P): Use type test macros.
Karl Heuer [Tue, 27 Sep 1994 03:09:02 +0000 (03:09 +0000)]
(STRING256_P): Use type test macros.