]> code.delx.au - gnu-emacs/log
gnu-emacs
29 years agoVendor for vxworks is wrs.
Doug Evans [Fri, 18 Nov 1994 03:37:48 +0000 (03:37 +0000)]
Vendor for vxworks is wrs.

29 years ago(Fpurecopy): Use type test macros.
Karl Heuer [Fri, 18 Nov 1994 02:31:20 +0000 (02:31 +0000)]
(Fpurecopy): Use type test macros.

29 years ago(XSETCOMPILED): New macro.
Karl Heuer [Fri, 18 Nov 1994 02:30:32 +0000 (02:30 +0000)]
(XSETCOMPILED): New macro.

29 years ago(Fdocumentation): Use type test macros.
Karl Heuer [Fri, 18 Nov 1994 02:10:19 +0000 (02:10 +0000)]
(Fdocumentation): Use type test macros.

29 years ago(print): Use type test macros.
Karl Heuer [Fri, 18 Nov 1994 02:02:18 +0000 (02:02 +0000)]
(print): Use type test macros.

29 years ago(re_compile_fastmap): Treat `succeed' like end of pattern.
Karl Heuer [Fri, 18 Nov 1994 01:04:41 +0000 (01:04 +0000)]
(re_compile_fastmap): Treat `succeed' like end of pattern.

29 years agoGet rid of edit menu.
Edward M. Reingold [Thu, 17 Nov 1994 21:49:27 +0000 (21:49 +0000)]
Get rid of edit menu.

29 years agoUndefine kill-region and copy-region-as-kill.
Edward M. Reingold [Thu, 17 Nov 1994 21:49:00 +0000 (21:49 +0000)]
Undefine kill-region and copy-region-as-kill.

29 years ago(sparc): Recognize as a cpu.
Doug Evans [Thu, 17 Nov 1994 20:12:13 +0000 (20:12 +0000)]
(sparc): Recognize as a cpu.
(ecoff*, vsta, udi): Recognize as os's.
(udi29k): New alias.

29 years ago(lock_dir, superlock_file, MAKE_LOCK_NAME):
Richard M. Stallman [Thu, 17 Nov 1994 17:28:35 +0000 (17:28 +0000)]
(lock_dir, superlock_file, MAKE_LOCK_NAME):
Renamed from lock_path, superlock_path, MAKE_LOCK_PATH.

29 years ago(backup-buffer): Use file-ownership-preserved-p.
Richard M. Stallman [Thu, 17 Nov 1994 16:53:01 +0000 (16:53 +0000)]
(backup-buffer): Use file-ownership-preserved-p.

29 years ago(timer-process-filter): Use save-match-data.
Richard M. Stallman [Thu, 17 Nov 1994 16:50:21 +0000 (16:50 +0000)]
(timer-process-filter): Use save-match-data.

29 years ago(rmail-fields-not-to-output): New variable.
Richard M. Stallman [Thu, 17 Nov 1994 16:48:10 +0000 (16:48 +0000)]
(rmail-fields-not-to-output): New variable.
(rmail-delete-unwanted-fields): New function.
(rmail-output, rmail-output-to-rmail-file): Call it.

29 years ago(init_filelock): Always copy lock_path.
Richard M. Stallman [Thu, 17 Nov 1994 16:10:36 +0000 (16:10 +0000)]
(init_filelock): Always copy lock_path.

29 years ago(set-keymap-parent): Fix bug in case of empty keymap.
Richard M. Stallman [Thu, 17 Nov 1994 16:01:49 +0000 (16:01 +0000)]
(set-keymap-parent): Fix bug in case of empty keymap.
(switch-to-other-buffer): Fix one-off error.

29 years agoAccept -domain as OS, and make it default for Apollo.
Richard M. Stallman [Thu, 17 Nov 1994 15:16:50 +0000 (15:16 +0000)]
Accept -domain as OS, and make it default for Apollo.

29 years ago(m68*-apollo*): Use s/domain.h.
Richard M. Stallman [Thu, 17 Nov 1994 15:13:43 +0000 (15:13 +0000)]
(m68*-apollo*): Use s/domain.h.

29 years ago(timezone-parse-date): Handle two new formats (6 and 7).
Richard M. Stallman [Wed, 16 Nov 1994 22:21:39 +0000 (22:21 +0000)]
(timezone-parse-date): Handle two new formats (6 and 7).

29 years ago(try_window, display_text_line): Undo previous change.
Richard M. Stallman [Wed, 16 Nov 1994 21:44:15 +0000 (21:44 +0000)]
(try_window, display_text_line): Undo previous change.

29 years ago(substitute-key-definition): Don't recursively scan
Richard M. Stallman [Wed, 16 Nov 1994 20:35:34 +0000 (20:35 +0000)]
(substitute-key-definition): Don't recursively scan
where OLDMAP has a submap but KEYMAP does not.

29 years ago[NOT_C_CODE]: Include fcntl.h.
Roland McGrath [Wed, 16 Nov 1994 20:32:40 +0000 (20:32 +0000)]
[NOT_C_CODE]: Include fcntl.h.

29 years ago(Fdirectory_files): Pass new arg to `compile_pattern'.
Richard M. Stallman [Wed, 16 Nov 1994 20:30:12 +0000 (20:30 +0000)]
(Fdirectory_files): Pass new arg to `compile_pattern'.

29 years ago(re_opcode_t): New opcode `succeed'
Richard M. Stallman [Wed, 16 Nov 1994 20:29:39 +0000 (20:29 +0000)]
(re_opcode_t): New opcode `succeed'
(re_match_2_internal): Handle `succeed'.
(regex_compile): Handle RE_NO_BACKTRACKING.
(re_syntax_options): Delete initializer.

29 years ago(RE_NO_POSIX_BACKTRACKING): New macro.
Richard M. Stallman [Wed, 16 Nov 1994 20:28:48 +0000 (20:28 +0000)]
(RE_NO_POSIX_BACKTRACKING): New macro.

29 years ago(try_window): Don't pass window to Fget_char_property; pass its buffer.
Roland McGrath [Wed, 16 Nov 1994 16:57:31 +0000 (16:57 +0000)]
(try_window): Don't pass window to Fget_char_property; pass its buffer.
(display_text_line): Likewise.

29 years agoFix in insert-behind-hooks and insert-in-front-hooks.
Richard M. Stallman [Wed, 16 Nov 1994 15:28:37 +0000 (15:28 +0000)]
Fix in insert-behind-hooks and insert-in-front-hooks.

29 years ago* Makefile.in.in (TAGS): The new etags allows tagging DEFVARs.
Francesco Potortì [Wed, 16 Nov 1994 14:27:48 +0000 (14:27 +0000)]
* Makefile.in.in (TAGS): The new etags allows tagging DEFVARs.

29 years ago(dired-collect-file-versions): Discard version #s from
Richard M. Stallman [Wed, 16 Nov 1994 14:26:42 +0000 (14:26 +0000)]
(dired-collect-file-versions): Discard version #s from
arg; then do nothing if already in dired-file-version-alist.

29 years ago(Fopen_dribble_file): Call fclose only when dribble is non zero.
Richard M. Stallman [Wed, 16 Nov 1994 14:15:54 +0000 (14:15 +0000)]
(Fopen_dribble_file): Call fclose only when dribble is non zero.

29 years ago* etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
Francesco Potortì [Wed, 16 Nov 1994 13:00:49 +0000 (13:00 +0000)]
* etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
is compiled if this is defined.  The new functions and variables
added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
[VMS]: All VMS specific code previously contained in
etags-vmslib.c is now included here, modified for dealing with
language and regex options intermixed with filenames.
(header_file): Global variable deleted.
(Lang_Function): New typedef.  All language parser functions
changed to this new type.
(string_numeric_p, substr, prestr): Functions deleted.
(readline_internal): Does the job that readline did previously.
(longopts): --language and --regex options added.
(lang_names, lang_extensions, lang_func, print_language_names):
New structures, variables and functions for choosing languages.
(print_help): Help strings updated.  Calls print_language_names.
(argument_type, ARGUMENT): Typedefs for dealing with language and
regex options intermixed with filenames.
(main): Changed the way of dealing with arguments on the command
line to deal with language and regex options intermixed with
filenames.
(get_language, default_C_entries, Cplusplus_entries,
Cstar_entries, Yacc_entries, just_read_file): New functions.
(find_entries): Use the new method for choosing the language.
(Pascal_functions): Allow intermixing of comment styles.
(prolog_getit, skip_comment): Rewritten for speed.
(readline): Rewritten to deal with regexps.

29 years ago* etags.c (<errno.h>): #include added.
Francesco Potortì [Wed, 16 Nov 1994 10:29:33 +0000 (10:29 +0000)]
* etags.c (<errno.h>): #include added.
(etags_getcwd): Check return value from getcwd.

29 years ago(Fcurrent_window_configuration): Use allocate_vectorlike and VECSIZE.
Karl Heuer [Wed, 16 Nov 1994 06:17:13 +0000 (06:17 +0000)]
(Fcurrent_window_configuration): Use allocate_vectorlike and VECSIZE.
(SAVE_WINDOW_DATA_SIZE): Macro deleted.

29 years ago(access_keymap): Use type test macros.
Karl Heuer [Wed, 16 Nov 1994 05:59:53 +0000 (05:59 +0000)]
(access_keymap): Use type test macros.

29 years ago(make_frame): Use allocate_vectorlike and VECSIZE.
Karl Heuer [Wed, 16 Nov 1994 05:50:06 +0000 (05:50 +0000)]
(make_frame): Use allocate_vectorlike and VECSIZE.

29 years agoDeclare allocate_vectorlike.
Karl Heuer [Wed, 16 Nov 1994 05:17:32 +0000 (05:17 +0000)]
Declare allocate_vectorlike.
(VECSIZE): New macro.

29 years ago(make_dummy_parent, make_window): Use allocate_vectorlike and VECSIZE.
Karl Heuer [Wed, 16 Nov 1994 05:16:42 +0000 (05:16 +0000)]
(make_dummy_parent, make_window): Use allocate_vectorlike and VECSIZE.

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.