- 12 Oct, 1994 6 commits
-
-
Karl Heuer authored
against types that are actually used.
-
Karl Heuer authored
-
Karl Heuer authored
Lisp_Misc_Boolfwd, Lisp_Misc_Objfwd, Lisp_Misc_Buffer_Objfwd. (enum Lisp_Type): Delete the corresponding enumerations from here. (struct Lisp_Buffer_Objfwd): New structure. (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd): Ditto. (XINTFWD, XBOOLFWD, XOBJFWD, XBUFFER_OBJFWD): Access the new structure. (INTFWDP, BOOLFWDP, OBJFWDP, BUFFER_OBJFWDP): Ditto. (XSETINTFWD, XSETBOOLFWD, XSETOBJFWD, XSETBUFFER_OBJFWD): Deleted. (union Lisp_Misc): Add new members. (allocate_misc): Declare this function. (XINTPTR): Deleted.
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
where the C library makes calls to sbrk directly.
-
- 11 Oct, 1994 34 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(sharedstatedir): Renamed from statedir. New default. (datadir): New default.
-
Richard M. Stallman authored
(distclean): Not here.
-
Richard M. Stallman authored
(makefile-mode): Skip any number of "#"s at beginning of comments. (makefile-electric-keys): New variable. (makefile-electric-dot): Self insert if not at bol. (makefile-electric-equal): Really self-insert if not at bol. (makefile-pickup-everything): Prefix arg means force pickups to be redone. (makefile-insert-macro-ref): Don't use format. (makefile-runtime-macros-list): Added "$" to list. (makefile-insert-special-target): Don't use format. (makefile-insert-macro): Don't use format. (makefile-insert-target): Don't use format. (makefile-insert-target-ref): Don't use format. (makefile-electric-colon): Really self-insert if not at bol. (makefile-complete): New function. Bound to M-TAB. (makefile-do-macro-insertion): New function. (makefile-mode-map): Add menu bar bindings. (makefile-font-lock-keywords): New constant. (makefile-mode): Deal with font-lock, add-log, imenu. (makefile-macroassign-regex): Changed for use with font-lock. (makefile-dependency-regex): Changed for use with font-lock. (makefile-add-log-defun): New function. (makefile-menu-index-function): New function.
-
Richard M. Stallman authored
-
Jim Blandy authored
back on by setting it to allow_quit, never 1. (find_before_next_newline): Declare the arguments' types explicitly; don't let them default to int.
-
Jim Blandy authored
scan_buffer.
-
Richard M. Stallman authored
(tex-region): Don't delete temp files if we do one buffer twice in a row.
-
Richard M. Stallman authored
Always return a single-level list of file names. (rmail-construct-io-menu): If FILES is null, turn off the menus. (rmail-disable-menu): A phony "command", always disabled in menus. (rmail-list-to-menu): Reverse the list L.
-
Richard M. Stallman authored
(rmail-summary-mode-map - resend): Call rmail-summary-resend instead of rmail-resend.
-
Francesco Potortì authored
-
Richard M. Stallman authored
(x_make_frame_visible, x_iconify_frame): Call x_bitmap_icon if frame wants a bitmap icon.
-
Richard M. Stallman authored
goes to key-translation-map, but not vice versa. Don't exit if either of them is a possibility.
-
Richard M. Stallman authored
Use font-lock-defaults. (font-lock-defaults): New variable.
-
Richard M. Stallman authored
(normal-top-level): Load subdirs.el in each dir in load-path.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
superset type, not just markers. (allocate_misc): New function, extracted from Fmake_marker. (Fpurecopy): Check the substructure. (clear_marks, mark_object, gc_sweep): Likewise.
-
Karl Heuer authored
-
Karl Heuer authored
type codes as well). (XMARKER, SETMARKER, MARKERP): Check/set the new type field. (XMISC, SETMISC, MISCP): New accessor macros for the superset type. (struct Lisp_Free): New structure. (Lisp_Misc_Free): Type code for that structure.
-
Richard M. Stallman authored
nonblank line before trying to display it. No need for backward-char before the skip-chars-backward.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
mute-grave, mute-diaeresis, mute-asciicircum.
-
Richard M. Stallman authored
-
Tom Tromey authored
-
Richard M. Stallman authored
-
Karl Heuer authored
leftover from when NULL was a bad word.
-
Richard M. Stallman authored
(mail-hist-current-header-contents, mail-hist-forward-header) (mail-hist-current-header-name): Use regexp-quote on mail-header-separator.
-