aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* (do_symval_forwarding): Use same code as in find_symbol_value.Stefan Monnier2007-11-221-30/+5
* (set_internal): Set the value in the `cons-cell' (forStefan Monnier2007-11-221-19/+5
* (Fnumber_to_string): Add cast when passing EMACS_INTAndreas Schwab2007-11-221-1/+1
* * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.Stefan Monnier2007-11-211-4/+3
* * data.c (store_symval_forwarding, set_internal):Stefan Monnier2007-11-191-6/+7
* (swap_in_global_binding): Fix longstanding bug whereStefan Monnier2007-11-151-12/+9
* (Fmake_variable_buffer_local, Fmake_local_variable)Stefan Monnier2007-10-231-3/+3
* * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.Stefan Monnier2007-10-161-54/+45
* (Ffset): Save autoload of the function being set.Juanma Barranquero2007-10-141-4/+12
* (Finteractive_form): If the interactive specification starts with a `(',Michaƫl Cadilhac2007-09-101-2/+5
* Merge from emacs--devo--0Miles Bader2007-07-311-2/+17
|\
| * Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * | (Finteractive_form): Check for the presence of anStefan Monnier2007-07-251-9/+18
| * | (Finteractive_form): Use a `interactive-form' property ifStefan Monnier2007-07-251-2/+8
| |/
* | Merge from emacs--devo--0Miles Bader2007-07-241-2/+4
|\|
| * (Fsetq_default): Doc fix.Richard M. Stallman2007-07-151-2/+4
| * (Fmake_local_variable): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
* | Merge from emacs--devo--0Miles Bader2007-05-301-1/+1
|\ \
| * | * xfaces.c (syms_of_xfaces): Delete stray semicolon.Dan Nicolaescu2007-05-261-1/+1
| |/
* | 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
|\|