aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-16Simplify generate-new-buffer-name randomnessPaul Eggert1-5/+3
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd1-5/+4
2022-01-20Update documentation of 'clone-indirect-buffer-hook'Eli Zaretskii1-1/+4
2022-01-20Fix indirect font changes incorrectly affecting original bufferAndrew Hyatt1-0/+10
2022-01-14Use assq_no_quit on all local_var_alist accessesSergey Vinokurov1-1/+1
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-31Improve doc strings of fringe indicator variablesEli Zaretskii1-4/+5
2021-12-27Replace uniquify.el's advice with direct callsStefan Monnier1-1/+4
2021-10-12Pacify GCC 11 -fanalyzer on x86-64Paul Eggert1-1/+3
2021-10-07; Fix 'restore-buffer-modified-p' doc string typoStephen Gildea1-1/+1
2021-10-06Add an optional parameter to kill-all-local-variablesLars Ingebrigtsen1-5/+7
2021-09-04Improve documentation of line truncation and wrappingEli Zaretskii1-1/+4
2021-08-25Fix up deleting auto-save/killing buffer wrt. `auto-save-visited-mode'Lars Ingebrigtsen1-3/+7
2021-08-25Further checks for kill-buffer-delete-auto-save-filesLars Ingebrigtsen1-0/+2
2021-08-23Add new variable 'kill-buffer/delete-auto-save-files'Lars Ingebrigtsen1-20/+29
2021-08-16Make overlays-in treat zero-length overlays at point-max consistentlyLars Ingebrigtsen1-2/+3
2021-07-20Make `kill-all-local-variables' also remove lambda from hooksjakanakaevangeli1-6/+6
2021-07-20Mention `overlays-in' in the `overlays-at' doc stringLars Ingebrigtsen1-1/+5
2021-07-19Fix typos in a recent changeEli Zaretskii1-1/+1
2021-07-19Add inhibit-buffer-hooks to `make-indirect-buffer'Lars Ingebrigtsen1-4/+11
2021-07-19Make make-indirect-buffer inherit inhibit-buffer-hook from base bufferdickmao1-0/+1
2021-07-11* src/buffer.c (kill-buffer): Fix a typo.Matthew White1-1/+1
2021-07-09Further cleanup for file locksMichael Albinus1-1/+1
2021-07-08Code cleanup wrt file locksMichael Albinus1-1/+1
2021-05-21* src/buffer.c (syms_of_buffer) <ctl-arrow>: Doc fix. (Bug#48539)Eli Zaretskii1-4/+4
2021-04-30Fix the unexec build on MS-WindowsEli Zaretskii1-2/+9
2021-04-30Improve doc string of 'tab-width'.Eli Zaretskii1-3/+6
2021-03-09* src/buffer.c (Fbuffer_swap_text): Swap `mark-active` as wellStefan Monnier1-0/+1
2021-03-04Call the set_buffer_overlays_ settersMatt Armstrong1-2/+2
2021-02-15Rename minor-modes to local-minor-modesLars Ingebrigtsen1-6/+7
2021-02-14Add a new buffer-local variable `minor-modes'Lars Ingebrigtsen1-0/+13
2021-01-10Add functions to open a file without quitting.Philipp Stephani1-1/+1
2021-01-04* lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier1-7/+0
2021-01-03* src/buffer.c (Fset_buffer_multibyte): Remove dead codeStefan Monnier1-5/+0
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios1-38/+50
2020-12-17Fix my two most common causes of all windows/frames redisplayStefan Monnier1-1/+1
2020-11-30; * src/buffer.c: Fix comment describing 'buffer_defaults'.Eli Zaretskii1-2/+3
2020-11-19* src/buffer.h (struct buffer): Remove unused field `minor_modes`Stefan Monnier1-7/+0
2020-10-27* src/buffer.c (syms_of_buffer) <fill-column>: Improve doc string.Eli Zaretskii1-0/+3
2020-08-03Simplify use of __lsan_ignore_objectPaul Eggert1-6/+0
2020-08-01Use a more precise check for '__lsan_ignore_object'Philipp Stephani1-1/+1
2020-08-01Suppress leak detector in some casesPhilipp Stephani1-0/+7
2020-05-18Restore buffer-undo-list to buffer-local-variablesGlenn Morris1-10/+30
2020-04-20Fix string-to-multibyte overlong sequence bugPaul Eggert1-2/+1
2020-04-17Prefer more inline functions in character.hPaul Eggert1-5/+3
2020-04-03; * src/buffer.c (syms_of_buffer) <inhibit-read-only>: Doc fix.Eli Zaretskii1-4/+4
2020-03-31Remove `all_buffers` and the associated `next` field of buffersStefan Monnier1-30/+25
2020-03-30Avoid assertion violation at startup in pdumped EmacsEli Zaretskii1-11/+0