aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix loading *.eln files when Emacs is installed via symlinksEli Zaretskii2021-04-171-1/+0
* Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-251-1/+2
|\
| * Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-211-1/+2
* | Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-191-1/+1
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-02-171-0/+4
|\ \ | |/
| * Revert the bit about command_modes in previous patch setLars Ingebrigtsen2021-02-141-1/+0
| * Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen2021-02-141-0/+3
| * Make recursive minibuffers and recursive edits work togetherAlan Mackenzie2021-02-111-0/+2
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-101-0/+1
|\ \ | |/
| * Make syntax errors say the line/column they appear atLars Ingebrigtsen2021-02-011-0/+1
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-161-2/+6
|\ \ | |/
| * Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-121-0/+1
| * Add functions to open a file without quitting.Philipp Stephani2021-01-101-0/+1
| * Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-101-0/+2
| * Don't unblock SIGCHLD too early.Philipp Stephani2021-01-091-2/+2
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-081-5/+2
|\ \ | |/
| * * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-041-1/+0
| * * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-041-1/+0
| * * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-041-1/+0
| * * src/print.c (print_vectorlike): Use `HASH_TABLE_SIZE`Stefan Monnier2021-01-041-2/+2
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Store function type and expose it with `subr-type'Andrea Corallo2020-12-281-0/+7
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-271-5/+3
|\ \ | |/
| * Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii2020-12-241-3/+3
| * Centralize subprocess creation in a single function.Philipp Stephani2020-12-241-4/+2
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-231-1/+3
|\ \ | |/
| * Declare argument vector as char *const *.Philipp Stephani2020-12-231-2/+2
| * Pass C string pointer to current directory to 'child_setup'.Philipp Stephani2020-12-231-1/+1
| * Allocate environment block before forking.Philipp Stephani2020-12-231-1/+3
| * Remove an unused parameter from 'child_setup' function.Philipp Stephani2020-12-231-1/+1
* | Fix Windows build link-time zlib error (bug#45303)Andrea Corallo2020-12-211-0/+4
* | Add 'internal_condition_case_5' (bug#45303).Andrea Corallo2020-12-191-0/+2
* | * Clean-up 'internal_condition_case_4' orphan declaration (bug#45303).Andrea Corallo2020-12-191-1/+0
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-121-16/+17
|\ \ | |/
| * Merge from origin/emacs-27Glenn Morris2020-12-091-16/+17
| |\
| | * ; * src/chartab.c, src/lisp.h: Fix typos in comments.Eli Zaretskii2020-12-021-16/+17
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-061-0/+2
|\ \ \ | |/ /
| * | * src/alloc.c (Fgarbage_collect_maybe): New functionSpencer Baugh2020-12-041-0/+1
| * | Don't abort when terminated by SIGINT in -batchEli Zaretskii2020-12-041-0/+1
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-291-2/+9
|\ \ \ | |/ /
| * | Fix incorrect handling of module runtime and environment pointers.Philipp Stephani2020-11-271-1/+8
| * | ; * src/lisp.h (enum specbind_tag): Fix typo.Philipp Stephani2020-11-271-1/+1
* | | Merge remote-tracking branch 'savannah/master' into devAndrea Corallo2020-11-141-12/+0
|\ \ \ | |/ /
| * | Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas2020-11-091-12/+0
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-071-1/+3
|\ \ \ | |/ /
| * | Allow minibuffer to stay in its original frame. Tidy up this area.Alan Mackenzie2020-11-051-0/+2
| * | Add directory-empty-p and new argument COUNT for directory-files-*Arthur Miller2020-11-021-1/+1
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-101-7/+7
|\ \ \ | |/ /
| * | Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-7/+7