aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Fix last change.Andreas Schwab2002-08-241-2/+3
* (Fdefvar, Fdefconst, Fdefvaralias):Richard M. Stallman2002-08-241-9/+10
* (Fdefvaralias): Add docstring argument.Juanma Barranquero2002-07-151-6/+9
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-5/+5
* (Fsignal): Don't call cancel_hourglass.Richard M. Stallman2002-07-121-12/+10
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-13/+13
* (Fdefmacro): Doc fix.Richard M. Stallman2002-07-071-2/+14
* (syms_of_eval): Doc fix.Richard M. Stallman2002-05-281-3/+8
* * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead ofKen Raeburn2002-05-201-2/+2
* (Fcommandp): Doc fix.Eli Zaretskii2002-05-151-1/+1
* Comment change.Richard M. Stallman2002-04-301-0/+2
* (do_autoload): Error if called while preparing to dump.Richard M. Stallman2002-04-301-0/+4
* (Fcommandp): New arg for_call_interactively.Richard M. Stallman2002-04-281-5/+8
* (Qdeclare, Vmacro_declaration_function): New variables.Gerd Moellmann2002-03-241-1/+48
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-2/+2
* (Fsignal): Remove duplicated declaration of the variablePavel Janík2002-02-021-1/+0
* (max_specpdl_size, max_lisp_eval_depth): Define as int,Andreas Schwab2002-01-011-2/+2
* Remove variables `Qmocklisp_arguments', `Vmocklisp_arguments' andPavel Janík2001-12-221-51/+4
* Undo last change. Consistency doesn't seem to be desired.Stefan Monnier2001-12-061-16/+16
* Use standard syntax for usage in docstrings.Stefan Monnier2001-12-051-16/+16
* Use AREF and ASIZE.Stefan Monnier2001-11-261-12/+17
* (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.Stefan Monnier2001-11-161-11/+12
* (syms_of_eval): Doc fix.Richard M. Stallman2001-11-141-2/+3
* (Fif): Reindent.Pavel Janík2001-11-131-2/+2
* (top_level_value, top_level_set): Remove commented and #ifdef'd-out code.Pavel Janík2001-11-041-41/+1
* (debugger_may_continue, Vdebug_ignored_errors, call_debugger,Pavel Janík2001-11-021-7/+7
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-12/+12
* (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.Richard M. Stallman2001-11-011-8/+8
* (Fcommandp): Doc fix.Pavel Janík2001-10-311-344/+348
* (Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_failure)Miles Bader2001-10-211-26/+52
* Clarify previous change.Richard M. Stallman2001-10-191-2/+2
* (syms_of_eval): Doc fixes.Richard M. Stallman2001-10-191-1/+5
* (Fdefvaralias): New function.Gerd Moellmann2001-10-051-12/+37
* (specbind): Additionally record the buffer that wasGerd Moellmann2001-07-051-9/+13
* (specbind): If SYMBOL has a frame-local binding, recordGerd Moellmann2001-07-031-28/+36
* (call_debugger): Don't bind inhibit-eval-during-redisplay.Gerd Moellmann2001-05-181-0/+4
* (Fdefvar): Only record (defvar <var>) in the load-historyStefan Monnier2001-05-141-11/+18
* (call_debugger): Bind `inhibit-redisplay' to nil, andGerd Moellmann2001-03-281-0/+2
* (specbind): Call store_symval_forwarding with BUF null.Gerd Moellmann2001-03-151-5/+5
* (syms_of_eval) <debug-on-error>: DOc fix.Dave Love2001-03-081-1/+2
* Use display_hourglass_p, start_hourglass, cancel_hourglass instead ofGerd Moellmann2001-02-211-5/+5
* (interactive_p): New function.Gerd Moellmann2001-01-311-9/+29
* (specbind): If binding a per-buffer variable whichGerd Moellmann2001-01-181-0/+15
* *** empty log message ***Stefan Monnier2000-11-291-1/+1
* (Fsignal): Reset handling_signal.Gerd Moellmann2000-11-291-1/+1
* (skip_debugger): Prevent a compiler warning.Gerd Moellmann2000-10-191-6/+7
* (error): Prevent compiler warning.Gerd Moellmann2000-10-021-0/+1
* (Fmacroexpand): Doc fix.Gerd Moellmann2000-08-211-1/+1
* (Fdefvar): Doc fix.Dave Love2000-08-171-1/+2
* (error): Use xfree instead of free.Gerd Moellmann2000-08-051-1/+1