aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-07-271-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
* | Replace uses of GC_* macros with the non-GC_ versions.Stefan Monnier2007-06-291-12/+12
* | Merge from emacs--devo--0Miles Bader2007-05-301-1/+1
|\ \
| * | * xfaces.c (syms_of_xfaces): Delete stray semicolon.Dan Nicolaescu2007-05-261-1/+1
| |/
* | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merge from emacs--devo--0Miles Bader2007-01-011-1/+1
|\ \ | |/
| * Comment change.Richard M. Stallman2006-12-171-1/+1
* | Merge from emacs--devo--0Miles Bader2006-11-211-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
* | Merge from emacs--devo--0Miles Bader2006-07-191-94/+52
|\ \ | |/
| * (circular_list_error): Use xsignal.Kim F. Storm2006-07-181-37/+27
| * (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
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56Miles Bader2006-04-171-0/+7
|\ \ | |/
| * * lisp.h (wrong_type_argument): Mark as NO_RETURN.Dan Nicolaescu2006-04-111-0/+7
* | (Faset): On setting a character bigger than 255 in aKenichi Handa2006-02-271-33/+3
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14Miles Bader2006-02-111-7/+10
|\ \ | |/
| * (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
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9Miles Bader2006-02-011-3/+10
|\ \ | |/
| * (Flistp): Doc fix.Luc Teirlinck2006-01-301-1/+2
| * (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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-6/+14
|\ \ | |/
| * (Fmake_variable_frame_local): Doc fix.Richard M. Stallman2005-10-301-8/+14
| * * data.c (Fmake_variable_frame_local): Add clarification toChong Yidong2005-10-281-1/+3
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82Miles Bader2005-09-191-0/+1
|\ \ | |/
| * (Fdefalias): Signal an error if SYMBOL is not a symbol.John Paul Wallington2005-09-181-0/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-2/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44Miles Bader2005-05-051-0/+1
|\ \ | |/
| * (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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-15Miles Bader2005-02-181-2/+2
|\ \ | |/
| * (Fsetq_default): Allow no arg case.Richard M. Stallman2005-02-151-2/+2
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81Miles Bader2005-01-021-1/+1
|\ \ | |/
| * (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.Richard M. Stallman2004-12-271-1/+1