aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* (gdb-display-buffer): Check for gdb-source-window. Add dedicated argument.Nick Roberts2006-07-131-12/+13
* *** empty log message ***Nick Roberts2006-07-131-0/+12
* Re-generated to reflect change in autoload.el.Stefan Monnier2006-07-131-863/+1191
* (make-autoload): Remove special handling ofStefan Monnier2006-07-132-15/+9
* simplify last fix.Chong Yidong2006-07-131-16/+5
* (Fthrow): Remove loop around Fsignal.Kim F. Storm2006-07-131-34/+46
* (Findirect_function): Optimize for no indirection.Kim F. Storm2006-07-131-6/+11
* (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.Kim F. Storm2006-07-131-52/+10
* *** empty log message ***Kim F. Storm2006-07-131-0/+14
* (scan_sexps_forward): Use EMACS_INT for out_bytepos andAndreas Schwab2006-07-132-1/+6
* (Fformat): Fix calculation of text property positionsKenichi Handa2006-07-132-1/+6
* * longlines.el (longlines-post-command-function): Handle open-lineChong Yidong2006-07-122-5/+16
* Fix typos.Alex Schroeder2006-07-122-41/+151
* *** empty log message ***Stefan Monnier2006-07-122-32/+24
* Formatting fixes.Romain Francoise2006-07-122-3/+3
* *** empty log message ***Richard M. Stallman2006-07-122-5/+40
* (Frame Type): Explain nature of frames better.Richard M. Stallman2006-07-121-4/+3
* Fix typo in prev change.Richard M. Stallman2006-07-121-1/+1
* (Frames): Explain nature of frames better.Richard M. Stallman2006-07-121-4/+10
* (Coding Conventions): Explain why use cl at compile time.Richard M. Stallman2006-07-121-2/+3
* (grep-last-buffer): Doc fix.Richard M. Stallman2006-07-121-2/+1
* (Info-try-follow-nearest-node): Doc fix.Richard M. Stallman2006-07-121-1/+2
* (edebug-instrument-function): Err if find-function-noselect gives no position.Richard M. Stallman2006-07-121-0/+2
* (find-function-search-for-symbol):Richard M. Stallman2006-07-121-4/+9
* (help-variable-def): Handle find-variable-noselect returning no position.Richard M. Stallman2006-07-121-3/+6
* (describe-variable): Handle find-variable-noselect returning no position.Richard M. Stallman2006-07-121-1/+2
* (locate-file-completion): Avoid duplicates in result.Richard M. Stallman2006-07-121-1/+1
* (custom-no-edit): New command.Richard M. Stallman2006-07-121-1/+8
* *** empty log message ***Kim F. Storm2006-07-122-0/+6
* (load_pixmap): Use CHECK_TYPE.Kim F. Storm2006-07-121-4/+1
* (Fwindow_configuration_frame, Fset_window_configuration):Kim F. Storm2006-07-121-8/+4
* (check_syntax_table): Use CHECK_TYPE.Kim F. Storm2006-07-121-3/+2
* (sun_item_create): Use CHECK_LIST_CONS.Kim F. Storm2006-07-121-1/+1
* (Fset_match_data): Use CHECK_LIST.Kim F. Storm2006-07-121-2/+1
* (Fcopy_marker): Use CHECK_TYPE.Kim F. Storm2006-07-121-2/+1
* (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.Kim F. Storm2006-07-121-4/+1
* (Fmac_get_preference): Use CHECK_LIST_END.Kim F. Storm2006-07-121-2/+1
* (check_obarray): Cleanup wrong_type_argument use.Kim F. Storm2006-07-121-5/+4
* (Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING.Kim F. Storm2006-07-121-4/+2
* (access_keymap_keyremap): Use ARRAYP.Kim F. Storm2006-07-121-1/+1
* (Fdefine_fringe_bitmap): Cleanup wrong_type_argument use.Kim F. Storm2006-07-121-1/+1
* (Flength, Felt, Ffillarray): Remove loop around wrong_type_argument.Kim F. Storm2006-07-121-96/+35
* (general_insert_function): Remove loop around wrong_type_argument.Kim F. Storm2006-07-121-5/+1
* (sit_for): Tiny simplification.Kim F. Storm2006-07-121-3/+1
* (wrong_type_argument): Remove loop around Fsignal.Kim F. Storm2006-07-121-54/+17
* (check_category_table): Use CHECK_TYPE.Kim F. Storm2006-07-121-3/+1
* * casetab.c (check_case_table): Use CHECK_TYPE.Kim F. Storm2006-07-121-5/+2
* (casify_object): Remove loop around wrong_type_argument.Kim F. Storm2006-07-121-55/+53
* (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