bpt/emacs.git
29 years ago(make_process): Use allocate_vectorlike and VECSIZE.
Karl Heuer [Wed, 16 Nov 1994 05:03:02 +0000 (05:03 +0000)]
(make_process): Use allocate_vectorlike and VECSIZE.

29 years ago(Fmake_vector): Call allocate_vectorlike.
Karl Heuer [Wed, 16 Nov 1994 04:48:37 +0000 (04:48 +0000)]
(Fmake_vector): Call allocate_vectorlike.
(allocate_vectorlike): New function, extracted from Fmake_vector.

29 years agoDelete declaration of Farray_length.
Karl Heuer [Wed, 16 Nov 1994 03:42:44 +0000 (03:42 +0000)]
Delete declaration of Farray_length.

29 years ago(Farray_length): Delete this obsolete function.
Karl Heuer [Wed, 16 Nov 1994 03:41:56 +0000 (03:41 +0000)]
(Farray_length): Delete this obsolete function.
(Faref, Faset): If object is a string, use XSTRING, not XVECTOR.

29 years ago(Flength): Don't call Farray_length, just use size field.
Karl Heuer [Wed, 16 Nov 1994 03:37:56 +0000 (03:37 +0000)]
(Flength): Don't call Farray_length, just use size field.

29 years agoFix indentation.
Karl Heuer [Wed, 16 Nov 1994 03:11:59 +0000 (03:11 +0000)]
Fix indentation.

29 years agoFix typo in comment.
Karl Heuer [Wed, 16 Nov 1994 02:34:40 +0000 (02:34 +0000)]
Fix typo in comment.

29 years ago(Fdo_auto_save): Use the new type-test macros.
Karl Heuer [Wed, 16 Nov 1994 01:50:23 +0000 (01:50 +0000)]
(Fdo_auto_save): Use the new type-test macros.

29 years ago(XSCROLL_BAR): Extract from Lisp_Vector, not generic pointer.
Karl Heuer [Wed, 16 Nov 1994 01:31:04 +0000 (01:31 +0000)]
(XSCROLL_BAR): Extract from Lisp_Vector, not generic pointer.

29 years ago(wait_for_property_change): Encode location as a cons of two integers instead
Karl Heuer [Wed, 16 Nov 1994 01:26:39 +0000 (01:26 +0000)]
(wait_for_property_change): Encode location as a cons of two integers instead
of lying about the type.
(wait_for_property_change_unwind): Decode it likewise.

29 years ago(Finteractive_p): Use XSUBR instead of its expansion.
Karl Heuer [Wed, 16 Nov 1994 01:14:23 +0000 (01:14 +0000)]
(Finteractive_p): Use XSUBR instead of its expansion.

29 years ago(Fdocumentation): Use NATNUMP instead of its expansion.
Karl Heuer [Wed, 16 Nov 1994 01:03:33 +0000 (01:03 +0000)]
(Fdocumentation): Use NATNUMP instead of its expansion.

29 years ago(access_keymap, store_in_keymap): Use NATNUMP instead of its expansion.
Karl Heuer [Wed, 16 Nov 1994 01:00:10 +0000 (01:00 +0000)]
(access_keymap, store_in_keymap): Use NATNUMP instead of its expansion.

29 years ago(CHECK_NATNUM): Use NATNUMP instead of its expansion.
Karl Heuer [Wed, 16 Nov 1994 00:55:11 +0000 (00:55 +0000)]
(CHECK_NATNUM): Use NATNUMP instead of its expansion.

29 years ago(Fread_file_name_internal): Protect orig_string.
Richard M. Stallman [Wed, 16 Nov 1994 00:52:35 +0000 (00:52 +0000)]
(Fread_file_name_internal): Protect orig_string.

(Fsubstitute_in_file_name): Run a handler.
(Qsubstitute_in_file_name): New variable.
(syms_of_fileio): Set it up.

29 years ago(syms_of_data): Set Qwholenump as function, not variable.
Karl Heuer [Wed, 16 Nov 1994 00:42:11 +0000 (00:42 +0000)]
(syms_of_data): Set Qwholenump as function, not variable.
(Fnatnump): Use NATNUMP macro.

29 years ago(Fmake_list, Fmake_vector, Fmake_string): Use CHECK_NATNUM instead of its
Karl Heuer [Wed, 16 Nov 1994 00:30:25 +0000 (00:30 +0000)]
(Fmake_list, Fmake_vector, Fmake_string): Use CHECK_NATNUM instead of its
expansion.

29 years ago(NETCONN_P, kill_buffer_processes): Use the new type-test macros.
Karl Heuer [Tue, 15 Nov 1994 23:55:26 +0000 (23:55 +0000)]
(NETCONN_P, kill_buffer_processes): Use the new type-test macros.

29 years ago(OVERLAY_POSITION): Use the new type-test macros.
Karl Heuer [Tue, 15 Nov 1994 23:55:03 +0000 (23:55 +0000)]
(OVERLAY_POSITION): Use the new type-test macros.

29 years ago(overlays_at): Use the new type-test macros.
Karl Heuer [Tue, 15 Nov 1994 23:54:26 +0000 (23:54 +0000)]
(overlays_at): Use the new type-test macros.

29 years ago(unlock_all_files): Use the new type-test macros.
Karl Heuer [Tue, 15 Nov 1994 23:54:02 +0000 (23:54 +0000)]
(unlock_all_files): Use the new type-test macros.

29 years ago(x_window_to_frame, x_any_window_to_frame, x_top_window_to_frame): Use the new
Karl Heuer [Tue, 15 Nov 1994 23:52:43 +0000 (23:52 +0000)]
(x_window_to_frame, x_any_window_to_frame, x_top_window_to_frame): Use the new
type-test macros.

29 years ago(GC_INTEGERP, etc): New type-test macros for use during GC.
Karl Heuer [Tue, 15 Nov 1994 23:38:26 +0000 (23:38 +0000)]
(GC_INTEGERP, etc): New type-test macros for use during GC.

29 years ago(current_minor_maps): Avoid assignments in arguments to a type-test macro.
Karl Heuer [Tue, 15 Nov 1994 22:54:36 +0000 (22:54 +0000)]
(current_minor_maps): Avoid assignments in arguments to a type-test macro.

29 years ago(PLIST_ELT_P): Avoid assignments in arguments to a type-test macro.
Karl Heuer [Tue, 15 Nov 1994 22:54:15 +0000 (22:54 +0000)]
(PLIST_ELT_P): Avoid assignments in arguments to a type-test macro.

29 years ago(Fpixmap_spec_p): Avoid function calls and assignments as arguments to a
Karl Heuer [Tue, 15 Nov 1994 22:53:26 +0000 (22:53 +0000)]
(Fpixmap_spec_p): Avoid function calls and assignments as arguments to a
type-test macro.

29 years ago(NATNUMP): New macro.
Karl Heuer [Tue, 15 Nov 1994 22:45:31 +0000 (22:45 +0000)]
(NATNUMP): New macro.
(CHECK_NATNUM): Use that macro instead of its expansion.

29 years ago(free_float): Don't assume XFASTINT accesses the raw bits.
Karl Heuer [Tue, 15 Nov 1994 21:44:10 +0000 (21:44 +0000)]
(free_float): Don't assume XFASTINT accesses the raw bits.
(make_float, free_cons, Fcons, Fmake_symbol, gc_sweep): Likewise.

29 years ago(tags-query-replace): Use query-replace-read-args in interactive spec.
Roland McGrath [Tue, 15 Nov 1994 21:03:22 +0000 (21:03 +0000)]
(tags-query-replace): Use query-replace-read-args in interactive spec.

29 years ago(isearch-other-meta-char): Delete debugging code.
Richard M. Stallman [Tue, 15 Nov 1994 19:41:36 +0000 (19:41 +0000)]
(isearch-other-meta-char): Delete debugging code.
(isearch-char-to-string): Simplify--assume character is an integer.

29 years ago(Frename_buffer): Rename arg NAME to NEWNAME.
Richard M. Stallman [Tue, 15 Nov 1994 17:05:44 +0000 (17:05 +0000)]
(Frename_buffer): Rename arg NAME to NEWNAME.

29 years ago(read_escape): For \S-a, return A.
Richard M. Stallman [Tue, 15 Nov 1994 17:05:30 +0000 (17:05 +0000)]
(read_escape): For \S-a, return A.

29 years ago(init_sys_modes): Maybe call tcflow.
Richard M. Stallman [Tue, 15 Nov 1994 17:04:22 +0000 (17:04 +0000)]
(init_sys_modes): Maybe call tcflow.

29 years ago(mouse-save-then-kill): Call mouse-show-mark
Richard M. Stallman [Tue, 15 Nov 1994 16:57:24 +0000 (16:57 +0000)]
(mouse-save-then-kill): Call mouse-show-mark
when we adjust an existing region.

29 years ago(isearch-gnu-emacs-events): Variable deleted.
Richard M. Stallman [Tue, 15 Nov 1994 16:56:44 +0000 (16:56 +0000)]
(isearch-gnu-emacs-events): Variable deleted.
(isearch-update): Always test unread-command-events.
(isearch-event-data-type): Variable deleted.
(isearch-pre-command-hook-exists): Variable deleted.
(isearch-last-command-char): Only use last-command-char.

29 years ago(isearch-unread): Always use unread-command-events.
Richard M. Stallman [Tue, 15 Nov 1994 16:53:29 +0000 (16:53 +0000)]
(isearch-unread): Always use unread-command-events.
(isearch-other-meta-char): In the case of a mouse event with a dummy
prefix, recombine the two into a single event before unreading.

29 years ago(Frename_buffer): Rename arg NAME to NEWNAME.
Richard M. Stallman [Tue, 15 Nov 1994 14:01:12 +0000 (14:01 +0000)]
(Frename_buffer): Rename arg NAME to NEWNAME.

29 years ago(m68*-apollo*): Set NON_GNU_CPP.
Richard M. Stallman [Tue, 15 Nov 1994 04:23:27 +0000 (04:23 +0000)]
(m68*-apollo*): Set NON_GNU_CPP.

29 years ago(line): Add a beginning-op function.
Richard M. Stallman [Tue, 15 Nov 1994 04:18:03 +0000 (04:18 +0000)]
(line): Add a beginning-op function.

29 years ago(LD_SWITCH_SYSTEM): Add -dc and -dp.
Richard M. Stallman [Tue, 15 Nov 1994 03:38:23 +0000 (03:38 +0000)]
(LD_SWITCH_SYSTEM): Add -dc and -dp.
(HAVE_GETPAGESIZE): Defined.

29 years ago(lw_refigure_widget): Use the macro USE_XAW rather than XAW.
Paul Reilly [Tue, 15 Nov 1994 03:22:52 +0000 (03:22 +0000)]
(lw_refigure_widget): Use the macro USE_XAW rather than XAW.

29 years ago(tags-table-including): Don't gratuitously cons (what was I thinking?).
Roland McGrath [Tue, 15 Nov 1994 02:38:03 +0000 (02:38 +0000)]
(tags-table-including): Don't gratuitously cons (what was I thinking?).
Properly skip t elements of tags-table-computed-list.

29 years ago(internal_equal): Use new overlay substructure.
Karl Heuer [Tue, 15 Nov 1994 02:05:04 +0000 (02:05 +0000)]
(internal_equal): Use new overlay substructure.
Simplify by returning int.
(Fequal): Use new interface to internal_equal.

29 years ago(mark_object, gc_sweep): Use new overlay substructure.
Karl Heuer [Tue, 15 Nov 1994 02:04:40 +0000 (02:04 +0000)]
(mark_object, gc_sweep): Use new overlay substructure.

29 years ago(OVERLAY_START, OVERLAY_END): Use new overlay substructure.
Karl Heuer [Tue, 15 Nov 1994 02:04:23 +0000 (02:04 +0000)]
(OVERLAY_START, OVERLAY_END): Use new overlay substructure.

29 years ago(enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay.
Karl Heuer [Tue, 15 Nov 1994 02:04:03 +0000 (02:04 +0000)]
(enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay.
(enum Lisp_Type): Delete the corresponding enumeration from here.
(struct Lisp_Overlay): New structure.
(XOVERLAY, OVERLAYP): Access the new structure.
(union Lisp_Misc): Add new member.

29 years ago(print): Use new overlay substructure.
Karl Heuer [Tue, 15 Nov 1994 02:03:35 +0000 (02:03 +0000)]
(print): Use new overlay substructure.

29 years ago(Fmake_overlay, Foverlay_properties, Foverlay_get, Foverlay_put): Use new
Karl Heuer [Tue, 15 Nov 1994 02:02:34 +0000 (02:02 +0000)]
(Fmake_overlay, Foverlay_properties, Foverlay_get, Foverlay_put): Use new
overlay substructure.
(list_buffers_1): Use PT, not point.

29 years ago(Finsert_file_contents): Init not_regular at the beginning.
Richard M. Stallman [Tue, 15 Nov 1994 00:30:47 +0000 (00:30 +0000)]
(Finsert_file_contents): Init not_regular at the beginning.

29 years ago(Fkill_all_local_variables): Use XBUFFER_LOCAL_VALUE, not XCONS.
Karl Heuer [Tue, 15 Nov 1994 00:06:33 +0000 (00:06 +0000)]
(Fkill_all_local_variables): Use XBUFFER_LOCAL_VALUE, not XCONS.

29 years ago(comint-exec-1): Terminate TERMCAP with colon.
Richard M. Stallman [Tue, 15 Nov 1994 00:06:26 +0000 (00:06 +0000)]
(comint-exec-1): Terminate TERMCAP with colon.

29 years agoSupport paragon as i860-intel-osf1. (From RMS.)
Per Bothner [Tue, 15 Nov 1994 00:05:02 +0000 (00:05 +0000)]
Support paragon as i860-intel-osf1.  (From RMS.)

29 years agoInitial revision
Richard M. Stallman [Tue, 15 Nov 1994 00:03:05 +0000 (00:03 +0000)]
Initial revision

29 years ago(MAIL_USE_FLOCK): Defined.
Richard M. Stallman [Tue, 15 Nov 1994 00:02:47 +0000 (00:02 +0000)]
(MAIL_USE_FLOCK): Defined.

29 years ago(Finsert_file_contents): If VISIT, set the buffer components
Richard M. Stallman [Mon, 14 Nov 1994 23:58:19 +0000 (23:58 +0000)]
(Finsert_file_contents): If VISIT, set the buffer components
such as the filename even before signaling error for non-regular file.

29 years ago(A_TEXT_OFFSET): Macro removed.
Roland McGrath [Mon, 14 Nov 1994 23:28:44 +0000 (23:28 +0000)]
(A_TEXT_OFFSET): Macro removed.
(A_TEXT_SEEK): Define to just sizeof (struct exec).

29 years ago(defvar_int, defvar_bool, defvar_lisp_nopro, defvar_per_buffer): Use accessor
Karl Heuer [Mon, 14 Nov 1994 22:16:52 +0000 (22:16 +0000)]
(defvar_int, defvar_bool, defvar_lisp_nopro, defvar_per_buffer): Use accessor
macros.

29 years ago(scheme-mode-variables): Set parse-sexp-ignore-comments to t.
Karl Heuer [Mon, 14 Nov 1994 18:52:51 +0000 (18:52 +0000)]
(scheme-mode-variables): Set parse-sexp-ignore-comments to t.

29 years agoFix typos in comment.
Karl Heuer [Mon, 14 Nov 1994 18:06:28 +0000 (18:06 +0000)]
Fix typos in comment.

29 years agoDon't add -I, -L, -R options for cc if their
David J. MacKenzie [Mon, 14 Nov 1994 17:08:32 +0000 (17:08 +0000)]
Don't add -I, -L, -R options for cc if their
        arguments would be empty.

29 years agoAdd scheme-mode to font-lock-defaults-alist using lisp-font-lock-keywords.
Simon Marshall [Mon, 14 Nov 1994 08:03:41 +0000 (08:03 +0000)]
Add scheme-mode to font-lock-defaults-alist using lisp-font-lock-keywords.

29 years ago(query-replace-map): Bind Y and N like y and n.
Richard M. Stallman [Mon, 14 Nov 1994 01:35:08 +0000 (01:35 +0000)]
(query-replace-map): Bind Y and N like y and n.

29 years agoInitial revision
Richard M. Stallman [Mon, 14 Nov 1994 01:32:24 +0000 (01:32 +0000)]
Initial revision

29 years agoFor windows-nt, load mouse.
Richard M. Stallman [Mon, 14 Nov 1994 01:30:43 +0000 (01:30 +0000)]
For windows-nt, load mouse.

29 years ago(C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the
Richard M. Stallman [Sun, 13 Nov 1994 21:27:30 +0000 (21:27 +0000)]
(C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the
correct definitions from sys/wait.h.

29 years agoComment change.
Richard M. Stallman [Sun, 13 Nov 1994 20:54:28 +0000 (20:54 +0000)]
Comment change.

29 years ago(Fdisplay_completion_list): Update COLUMN unconditionally.
Richard M. Stallman [Sun, 13 Nov 1994 19:57:12 +0000 (19:57 +0000)]
(Fdisplay_completion_list): Update COLUMN unconditionally.
If a name is long, put it on its own line.

29 years ago(load_pixmap): Handle bitmap_id < 0. F is a FRAME_PTR.
Richard M. Stallman [Sun, 13 Nov 1994 19:07:26 +0000 (19:07 +0000)]
(load_pixmap): Handle bitmap_id < 0.  F is a FRAME_PTR.

29 years ago(syms_of_frame): Fix typo.
Richard M. Stallman [Sun, 13 Nov 1994 17:35:48 +0000 (17:35 +0000)]
(syms_of_frame): Fix typo.

29 years ago(lpr-headers-switches): Base default on lpr-command value.
Richard M. Stallman [Sun, 13 Nov 1994 12:15:29 +0000 (12:15 +0000)]
(lpr-headers-switches): Base default on lpr-command value.

29 years ago(syms_of_frame): Doc fix for default-frame-alist.
Richard M. Stallman [Sat, 12 Nov 1994 20:05:07 +0000 (20:05 +0000)]
(syms_of_frame): Doc fix for default-frame-alist.

29 years ago(mips-sgi-irix5.[01]*): Distinguish from irix5*.
Richard M. Stallman [Fri, 11 Nov 1994 19:44:48 +0000 (19:44 +0000)]
(mips-sgi-irix5.[01]*): Distinguish from irix5*.
(mips-sgi-irix*): Now an alias for mips-sgi-irix5*.

29 years ago(i860-intel-osf1*): New alternative.
Richard M. Stallman [Fri, 11 Nov 1994 14:54:29 +0000 (14:54 +0000)]
(i860-intel-osf1*): New alternative.

29 years ago(texinfo-format-node): Insert the node delimiter
Richard M. Stallman [Fri, 11 Nov 1994 13:34:04 +0000 (13:34 +0000)]
(texinfo-format-node): Insert the node delimiter
that info is looking for unconditionally.

29 years ago(store_symval_forwarding, swap_in_symval_forwarding, Fset, default_value,
Karl Heuer [Fri, 11 Nov 1994 07:35:27 +0000 (07:35 +0000)]
(store_symval_forwarding, swap_in_symval_forwarding, Fset, default_value,
Fset_default, Fkill_local_variable): Use XBUFFER_LOCAL_VALUE, not XCONS.
(Fmake_variable_buffer_local, Fmake_local_variable): Use the new substructure.

29 years ago(Fbyte_code): Special case for buffer-local objects is now handled by the more
Karl Heuer [Fri, 11 Nov 1994 07:34:37 +0000 (07:34 +0000)]
(Fbyte_code): Special case for buffer-local objects is now handled by the more
general test.  Simplify.

29 years ago(mark_object): New code to handle buffer-local substructure.
Karl Heuer [Fri, 11 Nov 1994 07:34:14 +0000 (07:34 +0000)]
(mark_object): New code to handle buffer-local substructure.
(gc_sweep): Generalize marker code to handle other substructures.

29 years ago(set_buffer_internal): Use XBUFFER_LOCAL_VALUE, not XCONS.
Karl Heuer [Fri, 11 Nov 1994 07:33:46 +0000 (07:33 +0000)]
(set_buffer_internal): Use XBUFFER_LOCAL_VALUE, not XCONS.

29 years ago(enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Buffer_Local_Value and
Karl Heuer [Fri, 11 Nov 1994 07:32:54 +0000 (07:32 +0000)]
(enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_Buffer_Local_Value and
Lisp_Misc_Some_Buffer_Local_Value.
(enum Lisp_Type): Delete the corresponding enumerations from here.
(struct Lisp_Buffer_Local_Value): New structure.
(XBUFFER_LOCAL_VALUE): Access the new structure.
(BUFFER_LOCAL_VALUEP, BUFFER_SOME_LOCAL_VALUEP): Likewise.
(union Lisp_Misc): Add new member.

29 years agoRemove entries for things that are done. Reformat a little.
David J. MacKenzie [Fri, 11 Nov 1994 04:23:40 +0000 (04:23 +0000)]
Remove entries for things that are done.  Reformat a little.

29 years agoFix typo in previous change.
Karl Heuer [Fri, 11 Nov 1994 01:31:52 +0000 (01:31 +0000)]
Fix typo in previous change.

29 years ago(compile): With prefix arg, prompt even if (not compilation-read-command).
Roland McGrath [Thu, 10 Nov 1994 23:01:15 +0000 (23:01 +0000)]
(compile): With prefix arg, prompt even if (not compilation-read-command).
(compilation-error-regexp-alist): Make first regexp match column numbers too.
Remove regexp for "prog:file:line: error".
Replace GNAT 1.82 regexp with "prog: file:line\(:col\)?: error".
(compilation-parse-errors): If spec has a column subexpr, but it was
optional and didn't match, ignore it.

29 years ago(TV1, TV2): Use EMACS_TIME as type.
Richard M. Stallman [Thu, 10 Nov 1994 22:26:57 +0000 (22:26 +0000)]
(TV1, TV2): Use EMACS_TIME as type.
(get_time): Use EMACS_SUB_TIME.

29 years ago(find-change-log): If change-log-default-name
Richard M. Stallman [Thu, 10 Nov 1994 22:03:43 +0000 (22:03 +0000)]
(find-change-log): If change-log-default-name
has no dir component, search through parent dirs for it.

29 years agoFix comment associated with previous change.
Karl Heuer [Thu, 10 Nov 1994 19:51:28 +0000 (19:51 +0000)]
Fix comment associated with previous change.

29 years ago(Fnewline): Always use insert_and_inherit.
Richard M. Stallman [Thu, 10 Nov 1994 18:51:12 +0000 (18:51 +0000)]
(Fnewline): Always use insert_and_inherit.

29 years agoComment change.
Richard M. Stallman [Thu, 10 Nov 1994 16:13:30 +0000 (16:13 +0000)]
Comment change.

29 years ago(create_process) [OSF1]: Use setpgid, not setpgrp.
Richard M. Stallman [Thu, 10 Nov 1994 08:12:48 +0000 (08:12 +0000)]
(create_process) [OSF1]: Use setpgid, not setpgrp.

29 years ago(tracking_off): Test old value with NILP.
Richard M. Stallman [Thu, 10 Nov 1994 03:46:33 +0000 (03:46 +0000)]
(tracking_off): Test old value with NILP.
Restore the old value whatever it may be.
(syms_of_keyboard): Use DEFVAR_LISP for track-mouse.

29 years ago(FRAMEP): Use the second definition whenever HAVE_MOUSE.
Richard M. Stallman [Thu, 10 Nov 1994 03:44:29 +0000 (03:44 +0000)]
(FRAMEP): Use the second definition whenever HAVE_MOUSE.

29 years ago(ange-ftp-version): Var deleted.
Richard M. Stallman [Thu, 10 Nov 1994 03:18:44 +0000 (03:18 +0000)]
(ange-ftp-version): Var deleted.

29 years ago(Fboundp, find_symbol_value): Use type test macros instead of checking XTYPE
Karl Heuer [Wed, 9 Nov 1994 23:13:31 +0000 (23:13 +0000)]
(Fboundp, find_symbol_value): Use type test macros instead of checking XTYPE
directly.

29 years ago(string-rectangle): Don't set point.
Richard M. Stallman [Wed, 9 Nov 1994 22:54:15 +0000 (22:54 +0000)]
(string-rectangle): Don't set point.

29 years agoComment reason for preceding change.
Karl Heuer [Wed, 9 Nov 1994 22:10:55 +0000 (22:10 +0000)]
Comment reason for preceding change.

29 years agoMake h_errno check not use nested functions.
David J. MacKenzie [Wed, 9 Nov 1994 21:09:27 +0000 (21:09 +0000)]
Make h_errno check not use nested functions.

29 years ago(facemenu-update): Use C-down-mouse-2 for the menu.
Richard M. Stallman [Wed, 9 Nov 1994 20:56:17 +0000 (20:56 +0000)]
(facemenu-update): Use C-down-mouse-2 for the menu.

Doc fixes.

29 years ago(comint-exec-1): Make sure default-directory is a real dir.
Richard M. Stallman [Wed, 9 Nov 1994 20:54:45 +0000 (20:54 +0000)]
(comint-exec-1): Make sure default-directory is a real dir.

29 years ago(Fsubstitute_in_file_name): Add missing #endif.
Richard M. Stallman [Wed, 9 Nov 1994 20:53:55 +0000 (20:53 +0000)]
(Fsubstitute_in_file_name): Add missing #endif.

29 years agoDon't include ctype.h.
Richard M. Stallman [Wed, 9 Nov 1994 20:51:58 +0000 (20:51 +0000)]
Don't include ctype.h.
(isfloat_string, read1): Don't use isdigit.

29 years ago(copy-region-as-kill): Don't set this-command.
Richard M. Stallman [Wed, 9 Nov 1994 20:18:34 +0000 (20:18 +0000)]
(copy-region-as-kill): Don't set this-command.