aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* Merged from [email protected]Karoly Lorentey2007-01-291-1/+1
|\
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from [email protected].Karoly Lorentey2007-01-011-1/+1
|\|
| * Comment change.Richard M. Stallman2006-12-171-1/+1
* | Merged from [email protected]. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-2/+2
|\|
| * (Flogxor): Fix typo in docstring.Juanma Barranquero2006-11-121-1/+1
| * (Fmakunbound): Use SYMBOL_CONSTANT_P macro.Juanma Barranquero2006-11-081-1/+1
* | Merged from [email protected]Karoly Lorentey2006-07-291-37/+27
|\|
| * (circular_list_error): Use xsignal.Kim F. Storm2006-07-181-37/+27
* | Merged from [email protected].Karoly Lorentey2006-07-141-60/+28
|\|
| * (Findirect_function): Optimize for no indirection.Kim F. Storm2006-07-131-6/+11
| * (wrong_type_argument): Remove loop around Fsignal.Kim F. Storm2006-07-121-54/+17
* | Merged from [email protected]Karoly Lorentey2006-04-121-0/+7
|\|
| * * lisp.h (wrong_type_argument): Mark as NO_RETURN.Dan Nicolaescu2006-04-111-0/+7
* | Merged from [email protected]Karoly Lorentey2006-02-121-8/+11
|\|
| * (Findirect_function): Rewrite docstring.Thien-Thi Nguyen2006-02-101-6/+6
| * * data.c (Findirect_function): Add NOERROR arg. All callers changedKim F. Storm2006-02-101-4/+7
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Merged from Karoly Lorentey2006-02-011-1/+2
|\|
| * (Flistp): Doc fix.Luc Teirlinck2006-01-301-1/+2
* | Merged from [email protected] (patch 187, 704)Karoly Lorentey2006-01-301-2/+8
|\|
| * (Fcar, Fcdr): Doc fixes.Luc Teirlinck2006-01-291-4/+4
| * (Fcar, Fcdr): Add links to Elisp manual to the docstrings.Luc Teirlinck2006-01-281-2/+8
* | Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-291-14/+14
* | Merged from [email protected] (patch 149-151, 629-641)Karoly Lorentey2005-11-071-8/+14
|\|
| * (Fmake_variable_frame_local): Doc fix.Richard M. Stallman2005-10-301-8/+14
* | Merged from [email protected] (patch 142-148, 615-628)Karoly Lorentey2005-11-011-1/+3
|\|
| * * data.c (Fmake_variable_frame_local): Add clarification toChong Yidong2005-10-281-1/+3
* | Fix semantics of terminal-local variables. Remove `terminal-local-value' hack.Karoly Lorentey2005-10-291-3/+20
* | Merged from [email protected] (patch 118-132, 551-577)Karoly Lorentey2005-10-091-0/+1
|\|
| * (Fdefalias): Signal an error if SYMBOL is not a symbol.John Paul Wallington2005-09-181-0/+1
* | Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Bo...Karoly Lorentey2005-09-111-4/+5
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-2/+2
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* | Rename `struct display' to `struct device'. Update function, parameter and v...Karoly Lorentey2005-07-111-14/+17
* | Merged from [email protected] (patch 469)Karoly Lorentey2005-07-051-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Work around nondeterministic binding of terminal-local variables. (Fixes nat...Karoly Lorentey2005-06-271-0/+40
|/
* (syms_of_data) Staticpro Qcyclic_variable_indirection.Kim F. Storm2005-04-271-0/+1
* (Faref): Handle special slots used as default values ofKenichi Handa2005-04-201-11/+31
* (Fsetq_default): Allow no arg case.Richard M. Stallman2005-02-151-2/+2
* (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.Richard M. Stallman2004-12-271-1/+1
* * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-0/+1
* (Fmake_variable_buffer_local): Doc fix.Richard M. Stallman2004-12-021-1/+6
* (store_symval_forwarding): Remove unused variables.Kim F. Storm2004-11-091-3/+1
* Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.Kim F. Storm2004-10-261-2/+2
* (Flocal_variable_if_set_p): Doc fix.Luc Teirlinck2004-10-201-1/+5
* (Finteractive_form): Doc fix.Luc Teirlinck2004-08-021-2/+2
* (MAX_ALLOCA): Remove define.Kim F. Storm2004-06-211-15/+6
* (Fset_default): Make argument names match their use in docstring.Juanma Barranquero2004-05-161-1/+1