aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * keyboard.c: #include dispextern.h.Jim Blandy1992-10-311-151/+202
* * frame.c: #include buffer.h.Jim Blandy1992-10-311-0/+1
* * fns.c: #include keyboard.h.Jim Blandy1992-10-311-1/+2
* * floatfns.c (Flog): Don't forget to declare the BASE argument aJim Blandy1992-10-311-2/+3
* * doc.c: #include keyboard.h.Jim Blandy1992-10-311-8/+17
* * dispextern.h (sit_for): Declare this extern.Jim Blandy1992-10-311-0/+1
* * dired.c (find_file_handler): Declare this extern.Jim Blandy1992-10-311-2/+4
* * data.c (Fset): See if current_alist_element points to itselfJim Blandy1992-10-311-1/+4
* * commands.h (unread_command_char): Declare this to be aJim Blandy1992-10-311-1/+1
* * casetab.c (set_case_table): Declare this to be static, andJim Blandy1992-10-311-2/+5
* * casefiddle.c (operate_on_word): Declare end to be an int, not aJim Blandy1992-10-311-2/+2
* * callproc.c: Arrange for synchronous processes to get SIGINT theJim Blandy1992-10-311-7/+28
* * bytecode.c (Fbyte_code): Use EQ to compare string_saved withJim Blandy1992-10-311-1/+1
* * buffer.h (Fbuffer_name, Fget_file_buffer): Added externalJim Blandy1992-10-311-1/+4
* * buffer.c (reset_buffer): Don't assign to b->save_length as if itJim Blandy1992-10-311-1/+1
* * alloc.c (Frope_elt): Declare arguments to be Lisp_Objects.Jim Blandy1992-10-311-0/+1
* * abbrev.c (Funexpand_abbrev): Just assign the last abbrev's valueJim Blandy1992-10-311-1/+3
* (preserved_fns): New var.Richard M. Stallman1992-10-301-3/+47
* Doc fix.Richard M. Stallman1992-10-301-2/+6
* (get_system_name): Use gethostname for USG systemsRichard M. Stallman1992-10-291-2/+12
* (count_blanks): Leave argument r constant, and increment p.Richard M. Stallman1992-10-291-4/+4
* (vc-admin): Pass t as noquery arg to vc-resynch-window.Richard M. Stallman1992-10-281-2/+6
* Initial revisionRichard M. Stallman1992-10-281-0/+45
* (HAVE_GETHOSTNAME): Define it.Richard M. Stallman1992-10-281-0/+4
* (HAVE_SETSID, IRIX): Defined.Richard M. Stallman1992-10-281-0/+9
* *** empty log message ***Jim Blandy1992-10-281-14/+10
* (manual-program): Always use /usr/ucb/man if that exists.Richard M. Stallman1992-10-281-1/+3
* (fortran-window-create): Use screen-width, not frame-width.Richard M. Stallman1992-10-271-2/+2
* (fortran-prepare-abbrev-list-buffer): Fix typo.Richard M. Stallman1992-10-271-1/+1
* [sony, IRIS_4D]: Include getpagesize.h and fcntl.h.Richard M. Stallman1992-10-271-6/+12
* (fortran-tab-mode): Add defvar.Richard M. Stallman1992-10-271-23/+42
* Rename buffer-flush-undo to buffer-disable-undo.Richard M. Stallman1992-10-271-13/+13
* Update LISP_FLOAT_TYPE in config.h.Richard M. Stallman1992-10-271-1/+1
* Update GNU_MALLOC and REL_ALLOC in config.h.Richard M. Stallman1992-10-271-1/+3
* (shell-command-on-region):Richard M. Stallman1992-10-271-1/+1
* (isearch-edit-string):Richard M. Stallman1992-10-271-4/+9
* * make-dist: Copy config.sub, since it's a symbolic link to a fileJim Blandy1992-10-271-2/+5
* (vc-resynch-window): New arg NOQUERY. Pass it to vc-revert-buffer1.Richard M. Stallman1992-10-261-10/+18
* Dox fix.Christopher Zaborsky1992-10-251-1/+1
* Doc fix.Christopher Zaborsky1992-10-251-10/+11
* Doc fix.Christopher Zaborsky1992-10-254-14/+13
* (vc-prefix-map): Put vc-diff on = and vc-directory on d.Richard M. Stallman1992-10-241-3/+3
* (relinquish): Adjust page_break_value by amount of memory actually given back.Richard M. Stallman1992-10-241-14/+46
* * emacs.c (main): Correct spelling of HAVE_X_WINDOW toJim Blandy1992-10-231-1/+1
* (set-visited-file-name): Change the auto save file name.Richard M. Stallman1992-10-231-1/+8
* (insert-kbd-macros): If arg is empty, use last macro as default.Richard M. Stallman1992-10-231-37/+43
* (insert-kbd-macro): Replace nonprinting chars with escapes.Richard M. Stallman1992-10-231-3/+25
* (mail-aliases): Doc fix.Richard M. Stallman1992-10-231-2/+4
* (describe-function): Print `an autoloaded', not `a ...'.Richard M. Stallman1992-10-231-2/+2
* (goal-column): Don't put the defvar inside the make-variable-buffer-local.Richard M. Stallman1992-10-231-4/+5