aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * data.c (store_symval_forwarding, set_internal):Stefan Monnier2007-11-191-8/+9
* Merge from emacs--rel--22Miles Bader2007-10-271-1/+8
|\
| * Comment change.Richard M. Stallman2007-10-241-1/+8
* | Merge from emacs--rel--22Miles Bader2007-10-161-1/+1
|\ \ | |/
| * (do_autoload): Don't save autoloads.Juanma Barranquero2007-10-141-16/+2
* | * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.Stefan Monnier2007-10-161-6/+5
* | (do_autoload): Don't save autoloads.Juanma Barranquero2007-10-141-15/+1
* | Merge from emacs--rel--22Miles Bader2007-10-091-6/+7
|\ \ | |/
| * (condition-case): Doc fix.Richard M. Stallman2007-08-271-6/+7
* | (internal_condition_case_2, internal_condition_case_1)Richard M. Stallman2007-10-091-6/+0
* | (do_autoload): Don't output any message.Stefan Monnier2007-09-241-1/+1
* | (Fcommandp): Change `->prompt' to `->intspec'.Michaƫl Cadilhac2007-09-101-1/+1
* | Merge from emacs--devo--0Miles Bader2007-08-211-2/+8
|\ \
| * | (Ffunction, Fquote): Signal error if not 1 argument.Richard M. Stallman2007-08-191-1/+7
| * | (Fcommandp): Add parens to clarify.Richard M. Stallman2007-08-161-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-08-131-1/+1
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
| |\ \ | | |/
| | * Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
| | * * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):Dan Nicolaescu2007-07-301-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-07-311-14/+21
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\ \ | | |/
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| | * (For, Fand, Fprogn): Doc fixes.Juanma Barranquero2007-07-161-3/+3
| | * (Fsetq): Doc fix.Richard M. Stallman2007-07-151-1/+5
| * | (Fcommandp): Pay attention to the `interactive-form' property.Stefan Monnier2007-07-251-13/+20
* | | Merge from emacs--devo--0Miles Bader2007-07-241-3/+3
|\ \ \ | |/ /
| * | (Fsetq): Doc fix.Juanma Barranquero2007-07-181-1/+1
| * | (For, Fand): Doc fixes.Juanma Barranquero2007-07-181-2/+2
* | | Merge from emacs--devo--0Miles Bader2007-07-151-52/+71
|\ \ \ | |/ /
| * | (maybe_call_debugger): New function.Richard M. Stallman2007-07-141-50/+69
| * | (Fprogn): Doc fix.Juanma Barranquero2007-07-141-1/+1
| * | (init_eval_once): Bump max_lisp_eval_depth to 400.Stefan Monnier2007-07-131-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. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-1/+1
|\ \ | |/
| * (Fcatch): Doc fix.Juanma Barranquero2006-11-011-1/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-10-141-0/+15
|\ \ | |/
| * Include xterm.h for x_fully_uncatch_errors and friends.Stefan Monnier2006-10-101-0/+4
| * (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.Richard M. Stallman2006-09-081-0/+3
| * (apply1, call2) [__GNUC__]: Declare with `__attribute__((noinline))'.Eli Zaretskii2006-09-021-0/+8
* | Fix x_catch_errors-related abort after X disconnects. (Reported by Dan Nicola...Karoly Lorentey2006-07-291-0/+10
|/
* * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-181-0/+1
* * eval.c (xsignal): New func. Like Fsignal, but marked no-return.Kim F. Storm2006-07-181-30/+95
* (Fthrow): Remove loop around Fsignal.Kim F. Storm2006-07-131-34/+46
* (Fdefvaralias): Doc fix.Richard M. Stallman2006-07-031-2/+1
* (Fdefconst): Mark variable as risky.Richard M. Stallman2006-06-131-1/+3
* Comment munging wrt max-specpdl-size; nfc.Thien-Thi Nguyen2006-04-181-0/+1
* (unwind_to_catch): Call x_fully_uncatch_errors only if HAVE_X_WINDOWS.Eli Zaretskii2006-03-111-0/+8
* (unwind_to_catch): Call x_fully_uncatch_errors.Richard M. Stallman2006-03-111-3/+17
* (specpdl_ptr): Remove volatile qualifier for consistency with lisp.h.Luc Teirlinck2006-02-261-1/+1