aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-25Fix issues with type casting in delayed message functionsLars Ingebrigtsen1-4/+3
2021-10-24Remove debugging in with_delayed_message_displayLars Ingebrigtsen1-1/+0
2021-10-24Add new macro `with-delayed-message'Lars Ingebrigtsen1-0/+45
2021-09-29Improve the max-specpdl-size doc stringLars Ingebrigtsen1-7/+13
2021-09-25Renege on anonymous &rest (bug#50268, bug#50720)Mattias Engdegård1-3/+6
2021-09-22Update comments warning about GC-resistant C programmingEli Zaretskii1-3/+0
2021-09-20Refactor minibuffer abortingMiha Rihtaršič1-22/+0
2021-07-21* src/eval.c (signal_quit_p): Fix the usual int/Lisp_Object mixupStefan Monnier1-2/+2
2021-07-21Make `C-g' after `M-x' not give a backtrace unless requiredLars Ingebrigtsen1-1/+13
2021-07-12Pacify gcc 11.1.1 -WclobberedPaul Eggert1-2/+2
2021-05-17Avoid crashes in condition-caseEli Zaretskii1-3/+6
2021-04-15Add condition-case success handler (bug#47677)Mattias Engdegård1-3/+31
2021-03-01* src/eval.c (init_eval_once): Bump max_specpdl_size (bug46818)Stefan Monnier1-1/+1
2021-02-14Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen1-1/+8
2021-02-11Make recursive minibuffers and recursive edits work togetherAlan Mackenzie1-18/+14
2021-02-01Add cross-references to defvar-localStefan Kangas1-0/+2
2021-01-10Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie1-0/+26
2021-01-02Avoid printing stacktraces when it probably wouldn't work anyway.Philipp Stephani1-5/+9
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-19Add 'internal_condition_case_5' (bug#45303).Andrea Corallo1-0/+29
2020-12-08Improve documentation of 'backtrace-on-error-noninteractive'Eli Zaretskii1-2/+4
2020-12-07Add new variable to selectively suppress backtraces in batch mode.Philipp Stephani1-1/+8
2020-12-06Print a backtrace on unhandled errors in batch mode (Bug#44942).Philipp Stephani1-1/+14
2020-11-27Fix incorrect handling of module runtime and environment pointers.Philipp Stephani1-0/+41
2020-11-25(defvar): Detect defining a variable currently lexically boundStefan Monnier1-0/+48
2020-10-19Ffunction doc string clarificationLars Ingebrigtsen1-1/+4
2020-09-28* src/eval.c (Fapply): Simplify last changeStefan Monnier1-5/+1
2020-09-27Handle single-argument `apply' consistently (bug#40968)Pip Cet1-0/+6
2020-09-13Fix builds without modulesGlenn Morris1-0/+2
2020-09-13Add facility to make module functions interactive (Bug#23486).Philipp Stephani1-0/+7
2020-09-05Reinstall recent GC-related changesPaul Eggert1-3/+2
2020-09-03Revert recent GC-related changes (Bug#43152)Paul Eggert1-2/+3
2020-08-31Use mark_objects elsewhere tooPaul Eggert1-2/+1
2020-08-31Remove mark_maybe_objectPaul Eggert1-1/+1
2020-06-20Avoid crashes in 'defconst'Stephen Berman1-0/+1
2020-06-19Add native compiler dynamic scope supportAndrea Corallo1-4/+20
2020-05-25Improve handling of native compilation units still in use in WindowsNicolás Bértolo1-0/+55
2020-05-23Restore check for Emacs 20.2 bytecodesPaul Eggert1-1/+13
2020-05-19Hoist some byte-code checking out of evalPaul Eggert1-29/+19
2020-04-18; Fix some typos and doc issues (bug#40695)Štěpán Němec1-1/+1
2020-03-22Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky1-2/+2
2020-01-01Revert "Raise default max-specpdl-size value"Mattias Engdegård1-1/+1
2020-01-01Raise default max-specpdl-size valueMattias Engdegård1-1/+1
2020-01-01adjust max_specpdl_size to sustain bootstrapAndrea Corallo1-2/+2
2020-01-01mitigate ifdef proliferationAndrea Corallo1-8/+11
2020-01-01fix max depth compilationAndrea Corallo1-0/+6
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-10-01Bump up max_specpdl_size to 1600Juanma Barranquero1-1/+1
2019-09-16Remove obsolete Lint directivesPaul Eggert1-9/+0