aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (Fcall_interactively): Remove loop around wrong_type_argument.Kim F. Storm2006-07-121-6/+2
* (Fbyte_code): Use CHECK_VECTOR.Kim F. Storm2006-07-121-8/+3
* (CHECK_CATEGORY, CHECK_CATEGORY_SET): Use CHECK_TYPE.Kim F. Storm2006-07-121-8/+4
* (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.Kim F. Storm2006-07-121-12/+5
* (CHECK_TYPE): New macro for generic type checking.Kim F. Storm2006-07-121-41/+61
* *** empty log message ***Kim F. Storm2006-07-121-0/+69
* *** empty log message ***YAMAMOTO Mitsuharu2006-07-121-0/+16
* Include blockinput.h.YAMAMOTO Mitsuharu2006-07-121-3/+9
* Include blockinput.h.YAMAMOTO Mitsuharu2006-07-121-2/+13
* Include blockinput.h.YAMAMOTO Mitsuharu2006-07-121-0/+3
* (dired.o, editfns.o, fileio.o): Depend on blockinput.h.YAMAMOTO Mitsuharu2006-07-121-3/+3
* (sit_for): Use XINT.Kim F. Storm2006-07-121-1/+1
* (sit_for): Signal error if TIMEOUT is not a number in case arg comesKim F. Storm2006-07-112-6/+11
* *** empty log message ***Kim F. Storm2006-07-111-0/+21
* (Fcall_interactively): Update/simplify sit_for calls.Kim F. Storm2006-07-111-2/+2
* (Fdo_auto_save): Update/simplify sit_for calls.Kim F. Storm2006-07-111-1/+1
* (command_loop_1, read_char, Fexecute_extended_command):Kim F. Storm2006-07-111-34/+16
* (temp_echo_area_glyphs): Update/simplify sit_for calls.Kim F. Storm2006-07-111-1/+1
* (sit_for): Update prototype.Kim F. Storm2006-07-111-2/+2
* (sit_for): Remove prototype.Kim F. Storm2006-07-111-1/+0
* (sit_for): Reduce number of args from 5 to 3.Kim F. Storm2006-07-111-15/+28
* (forw_comment): Also use EMACS_INT for buffer positions.Stefan Monnier2006-07-112-4/+9
* *** empty log message ***Kim F. Storm2006-07-111-0/+6
* Doc fix.Chong Yidong2006-07-111-1/+1
* (Fredisplay): Doc fix.Kim F. Storm2006-07-101-2/+2
* (Fredisplay): Add FORCE argument to force redisplay whenKim F. Storm2006-07-101-6/+13
* Doc fix.Chong Yidong2006-07-101-2/+2
* * puresize.h (BASE_PURESIZE): Increment to 1211000.Chong Yidong2006-07-105-70/+59
* (back_comment, scan_lists): Also use EMACS_INT for buffer positions.Stefan Monnier2006-07-092-11/+14
* (Fforward_comment): Revert the reversion.Stefan Monnier2006-07-092-5/+9
* (Fforward_comment): Use type int for `stop', `count1', `out_charpos'John Paul Wallington2006-07-092-3/+7
* (Fforward_comment): Use type int for `from' and `from_byte'.John Paul Wallington2006-07-091-2/+2
* *** empty log message ***Kim F. Storm2006-07-081-0/+4
* (Fforce_window_update): Doc fix.Kim F. Storm2006-07-081-1/+1
* fileio.c (do_auto_save_make_dir): Make the auto-save-list-fileStephen Gildea2006-07-082-1/+10
* (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.Stefan Monnier2006-07-072-5/+7
* (readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup.Stefan Monnier2006-07-072-3/+4
* (read_filtered_event): Remove `register' qualifier because itStefan Monnier2006-07-072-1/+6
* (Fexecute_extended_command): Mention the argument PREFIXARG in the doc string.Eli Zaretskii2006-07-072-1/+12
* (Fdefine_fringe_bitmap): Doc fix.Kim F. Storm2006-07-071-1/+1
* *** empty log message ***Kim F. Storm2006-07-071-0/+4
* * insdel.c (prepare_to_modify_buffer): For an indirect buffer, doChong Yidong2006-07-052-6/+17
* * puresize.h (BASE_PURESIZE): Increment to 1210500.Chong Yidong2006-07-052-1/+5
* (x_delete_display): Don't free or derefence NULL pointers.Kim F. Storm2006-07-041-6/+10
* *** empty log message ***Kim F. Storm2006-07-041-0/+4
* *** empty log message ***Kenichi Handa2006-07-041-0/+5
* (Fset_overriding_fontspec_internal): Check if we needKenichi Handa2006-07-041-0/+2
* *** empty log message ***Richard M. Stallman2006-07-031-0/+10
* Comment change.Richard M. Stallman2006-07-031-0/+1
* (Fx_create_frame): Move unwind_create_frame setup down.Richard M. Stallman2006-07-031-1/+3