- 23 Jun, 2004 19 commits
-
-
Jan Djärv authored
-
David Kastrup authored
thoroughly when replacing strings in the buffer. search.c (match-data): When INTEGERS is non-nil and the last match was in a buffer, add the buffer as last element to the match data. (Fset_match_data): If an additional element of the match-data is a buffer, restore it to last_thing_searched. (save_search_regs): Save last_thing_searched as part of the match data. (restore_match_data): Restore it again.
-
David Kastrup authored
* search.c (Freplace_match): Adjust the match-data more thoroughly when replacing strings in the buffer. search.c (match-data): When INTEGERS is non-nil and the last match was in a buffer, add the buffer as last element to the match data. (Fset_match_data): If an additional element of the match-data is a buffer, restore it to last_thing_searched. (save_search_regs): Save last_thing_searched as part of the match data. (restore_match_data): Restore it again.
-
Nick Roberts authored
(Shell Ring): Describe comint-dynamic-list-input-ring here.
-
Nick Roberts authored
-
Nick Roberts authored
Remove. (comint-insert-input, comint-mouse-insert-input): New functions based on comint-insert-clicked-input for two bindings but just one functionality.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
(Describing Characters): Describe PREFIX argument to `key-description'. Correct and clarify definition of `text-char-description'. Describe NEED-VECTOR argument to `read-kbd-macro'. (Help Functions): Clarify definition of `apropos'.
-
Luc Teirlinck authored
-
John Paul Wallington authored
-
Luc Teirlinck authored
-
Lars Hansen authored
-
Lars Hansen authored
-
Lars Hansen authored
-
- 22 Jun, 2004 7 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
(SAFE_ALLOCA_LISP): Change second arg to number of elements. Set dogc member in Lisp_Save_Value object so it will be GC'ed. (SAFE_FREE_LISP): New macro.
-
Kim F. Storm authored
SAFE_FREE_LISP macros.
-
Kim F. Storm authored
(make_save_value): Init new dogc member. (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
-
Kim F. Storm authored
-
Luc Teirlinck authored
-
- 21 Jun, 2004 14 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects in that memory area are unknown to GC. Add comments.
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
(string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA. (MAX_ALLOCA): Remove define. (Fbase64_encode_region, Fbase64_encode_string) (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA. (Fbase64_encode_region, Fbase64_encode_string): Fix potential memory leak if encoding fails.
-
Kim F. Storm authored
-
Kim F. Storm authored
(Faset): Use SAFE_ALLOCA.
-
Juanma Barranquero authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Juanma Barranquero authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
(safe_alloca_unwind): Add prototype. (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
-