summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* Pacify GCC -Wanalyzer-possible-null-dereferencePaul Eggert2021-10-131-19/+32
* ; * src/lisp.h (enum char_bits): Update the comment.Eli Zaretskii2021-09-281-3/+2
* Update comments warning about GC-resistant C programmingEli Zaretskii2021-09-221-0/+8
* Refactor minibuffer abortingMiha Rihtaršič2021-09-201-1/+0
* Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin2021-09-181-0/+7
* Disable auto compositions on the Linux console onlyLars Ingebrigtsen2021-08-181-0/+1
* Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-311-1/+2
* Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen2021-07-241-0/+1
* Make `C-g' after `M-x' not give a backtrace unless requiredLars Ingebrigtsen2021-07-211-0/+1
* Quit minibuffers without aborting kmacrosMiha Rihtaršič2021-07-201-1/+1
* Further cleanup for file locksMichael Albinus2021-07-091-1/+0
* Code cleanup wrt file locksMichael Albinus2021-07-081-1/+0
* Eliminate some GCC warningsMattias Engdegård2021-06-161-2/+2
* Fix segfaults when byte-compiling with native-compilationEli Zaretskii2021-05-151-0/+1
* 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
| |\