summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* (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 emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from emacs@sv.gnu.org.Karoly Lorentey2007-01-011-1/+1
|\ \ | |/
| * Comment change.Richard M. Stallman2006-12-171-1/+1
* | Merged from emacs@sv.gnu.org. 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 emacs@sv.gnu.orgKaroly Lorentey2006-07-291-37/+27
|\ \ | |/
| * (circular_list_error): Use xsignal.Kim F. Storm2006-07-181-37/+27
* | Merged from emacs@sv.gnu.org.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 emacs@sv.gnu.orgKaroly Lorentey2006-04-121-0/+7
|\ \ | |/
| * * lisp.h (wrong_type_argument): Mark as NO_RETURN.Dan Nicolaescu2006-04-111-0/+7
* | Merged from emacs@sv.gnu.orgKaroly 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 miles@gnu.org--gnu-2005 (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 miles@gnu.org--gnu-2005 (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 miles@gnu.org--gnu-2005 (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 miles@gnu.org--gnu-2005 (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 miles@gnu.org--gnu-2005 (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