aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* (CHECK_NATNUM): Use NATNUMP instead of its expansion.Karl Heuer1994-11-161-3/+2
* (Fread_file_name_internal): Protect orig_string.Richard M. Stallman1994-11-161-2/+12
* (syms_of_data): Set Qwholenump as function, not variable.Karl Heuer1994-11-161-2/+2
* (Fmake_list, Fmake_vector, Fmake_string): Use CHECK_NATNUM instead of itsKarl Heuer1994-11-161-9/+6
* (NETCONN_P, kill_buffer_processes): Use the new type-test macros.Karl Heuer1994-11-151-4/+3
* (OVERLAY_POSITION): Use the new type-test macros.Karl Heuer1994-11-151-3/+2
* (overlays_at): Use the new type-test macros.Karl Heuer1994-11-151-2/+2
* (unlock_all_files): Use the new type-test macros.Karl Heuer1994-11-151-2/+1
* (x_window_to_frame, x_any_window_to_frame, x_top_window_to_frame): Use the newKarl Heuer1994-11-151-10/+7
* (GC_INTEGERP, etc): New type-test macros for use during GC.Karl Heuer1994-11-151-0/+27
* (current_minor_maps): Avoid assignments in arguments to a type-test macro.Karl Heuer1994-11-151-3/+3
* (PLIST_ELT_P): Avoid assignments in arguments to a type-test macro.Karl Heuer1994-11-151-1/+1
* (Fpixmap_spec_p): Avoid function calls and assignments as arguments to aKarl Heuer1994-11-151-9/+9
* (NATNUMP): New macro.Karl Heuer1994-11-151-2/+2
* (free_float): Don't assume XFASTINT accesses the raw bits.Karl Heuer1994-11-151-9/+8
* (tags-query-replace): Use query-replace-read-args in interactive spec.Roland McGrath1994-11-151-2/+1
* (isearch-other-meta-char): Delete debugging code.Richard M. Stallman1994-11-151-10/+4
* (Frename_buffer): Rename arg NAME to NEWNAME.Richard M. Stallman1994-11-151-3/+3
* (read_escape): For \S-a, return A.Richard M. Stallman1994-11-151-0/+2
* (init_sys_modes): Maybe call tcflow.Richard M. Stallman1994-11-151-0/+4
* (mouse-save-then-kill): Call mouse-show-markRichard M. Stallman1994-11-151-2/+2
* (isearch-gnu-emacs-events): Variable deleted.Richard M. Stallman1994-11-151-31/+7
* (isearch-unread): Always use unread-command-events.Richard M. Stallman1994-11-151-22/+18
* (Frename_buffer): Rename arg NAME to NEWNAME.Richard M. Stallman1994-11-151-12/+12
* (m68*-apollo*): Set NON_GNU_CPP.Richard M. Stallman1994-11-151-1/+1
* (line): Add a beginning-op function.Richard M. Stallman1994-11-151-0/+8
* (LD_SWITCH_SYSTEM): Add -dc and -dp.Richard M. Stallman1994-11-151-2/+3
* (lw_refigure_widget): Use the macro USE_XAW rather than XAW.Paul Reilly1994-11-151-1/+1
* (tags-table-including): Don't gratuitously cons (what was I thinking?).Roland McGrath1994-11-151-6/+11
* (internal_equal): Use new overlay substructure.Karl Heuer1994-11-151-27/+34
* (mark_object, gc_sweep): Use new overlay substructure.Karl Heuer1994-11-151-1/+18
* (OVERLAY_START, OVERLAY_END): Use new overlay substructure.Karl Heuer1994-11-151-2/+2
* (enum Lisp_Misc_Type): Add new enumeration Lisp_Misc_Overlay.Karl Heuer1994-11-151-10/+16
* (print): Use new overlay substructure.Karl Heuer1994-11-151-16/+16
* (Fmake_overlay, Foverlay_properties, Foverlay_get, Foverlay_put): Use newKarl Heuer1994-11-151-16/+12
* (Finsert_file_contents): Init not_regular at the beginning.Richard M. Stallman1994-11-151-2/+1
* (Fkill_all_local_variables): Use XBUFFER_LOCAL_VALUE, not XCONS.Karl Heuer1994-11-151-5/+6
* (comint-exec-1): Terminate TERMCAP with colon.Richard M. Stallman1994-11-151-1/+1
* Support paragon as i860-intel-osf1. (From RMS.)Per Bothner1994-11-151-0/+3
* Initial revisionRichard M. Stallman1994-11-151-0/+5
* (MAIL_USE_FLOCK): Defined.Richard M. Stallman1994-11-154-3/+11
* (Finsert_file_contents): If VISIT, set the buffer componentsRichard M. Stallman1994-11-141-3/+16
* (A_TEXT_OFFSET): Macro removed.Roland McGrath1994-11-141-3/+1
* (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_per_buffer): Use accessorKarl Heuer1994-11-141-4/+4
* (scheme-mode-variables): Set parse-sexp-ignore-comments to t.Karl Heuer1994-11-141-0/+2
* Fix typos in comment.Karl Heuer1994-11-141-1/+1
* Don't add -I, -L, -R options for cc if theirDavid J. MacKenzie1994-11-141-3/+7
* Add scheme-mode to font-lock-defaults-alist using lisp-font-lock-keywords.Simon Marshall1994-11-141-0/+1
* (query-replace-map): Bind Y and N like y and n.Richard M. Stallman1994-11-141-0/+2
* Initial revisionRichard M. Stallman1994-11-143-0/+1844