aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-30Eli Zaretskii2025-04-301-8/+15
|\
| * ; * lisp/files.el (revert-buffer-restore-functions): Doc fix (bug#78124).Eli Zaretskii2025-04-291-8/+8
| * ; * lisp/files.el (revert-buffer-restore-functions): Doc fix.Eli Zaretskii2025-04-291-1/+8
* | vc-diff: Delete redundant call to vc-maybe-buffer-syncSean Whitton2025-04-271-0/+3
* | Fix warning messages about lexbind cookie in subdirs.elEli Zaretskii2025-04-131-1/+4
* | (internal--get-default-lexical-binding): Be more failsafeStefan Monnier2025-04-081-15/+22
* | lisp/files.el (internal--get-default-lexical-binding): Buttonize the M-xStefan Monnier2025-04-071-15/+25
* | lisp/files.el (internal--get-default-lexical-binding): Handle nested loadsStefan Monnier2025-04-071-1/+3
* | (Fload, Feval_buffer): Emit a warning when lexbind is unset (bug#74145)Stefan Monnier2025-04-071-0/+24
* | Replace uses of `replace-buffer-contents`Stefan Monnier2025-03-291-5/+6
* | ; Fix last changeEli Zaretskii2025-03-291-1/+2
* | Add major mode for highlighting npmrc files (Bug#77138)Konstantin Kharlamov2025-03-291-0/+2
* | Ensure .dir-locals-2.el behavior as documented (bug#75890)shipmints2025-03-221-8/+13
* | * lisp/files.el (save-some-buffers-action-alist): Fix 'view-mode'.Juri Linkov2025-03-191-2/+8
* | Merge from origin/emacs-30Yuan Fu2025-03-131-3/+3
|\ \ | |/
| * ; * lisp/files.el (executable-find): Doc fix.Eli Zaretskii2025-03-121-3/+3
* | Merge from origin/emacs-30Sean Whitton2025-03-121-3/+5
|\ \ | |/
| * Correct some outdated docs for hack-local-variablesSean Whitton2025-03-121-3/+5
* | Merge from origin/emacs-30Sean Whitton2025-03-121-0/+1
|\ \ | |/
| * Document return values of the various read-* functionsEli Zaretskii2025-03-091-0/+1
* | Make locate-user-emacs-file accept a list tooStefan Kangas2025-03-091-2/+14
* | (set-auto-mode--find-matching-alist-entry): Fix bug#75961Stefan Monnier2025-02-161-20/+30
* | Fix some uses of `%s` for non-strings/namesStefan Monnier2025-02-141-3/+3
* | Improve read-directory-name docstringStefan Kangas2025-02-131-13/+21
* | Add optional PREDICATE argument to read-directory-nameJoseph Turner2025-02-131-3/+10
* | Merge from origin/emacs-30Eli Zaretskii2025-02-011-2/+3
|\ \ | |/
| * Do not set `trusted-content` in major modesStefan Kangas2025-01-311-2/+3
* | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-353/+341
|\ \
| * | Remove another purecopy call in files.elStefan Kangas2024-12-151-1/+1
| * | Remove purecopy calls from files.elStefan Kangas2024-12-121-350/+338
* | | (hack-one-local-variable): Refine last patch (bug#74964)Stefan Monnier2025-01-171-5/+5
* | | Merge from origin/emacs-30Eli Zaretskii2025-01-111-4/+4
|\ \ \ | | |/ | |/|
| * | ; Remove duplicated word in files.el CommentaryStefan Kangas2025-01-111-1/+1
| * | Modernize "Commentary" section of files.elStefan Kangas2025-01-071-4/+4
| * | Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | | (hack-one-local-variable): Fix bug#74964Stefan Monnier2025-01-051-1/+6
* | | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | | Improve flag variable names in uniquifyStefan Kangas2024-12-261-1/+1
* | | Allow viewing .dcm images via image-convertAntero Mejr2024-12-221-0/+1
* | | Allow viewing .six images via image-convertAntero Mejr2024-12-221-0/+1
* | | Match more gdbinit files in auto-mode-alistStefan Kangas2024-12-221-24/+32
* | | Merge from origin/emacs-30Eli Zaretskii2024-12-211-0/+51
|\ \ \ | |/ /
| * | Document 'trusted-contentEli Zaretskii2024-12-181-1/+1
| * | * lisp/files.el (trusted-content-p): Make `:all` work in non-file buffersStefan Monnier2024-12-161-20/+22
| * | trusted-content: Adjust the last patch based on preliminary feedbackStefan Monnier2024-12-151-5/+5
| * | elisp-mode.el: Disable Flymake byte-compile backend in untrusted filesStefan Monnier2024-12-141-0/+49
* | | Don't use obsolete mode delhpi-modeStefan Kangas2024-12-131-1/+1
| |/ |/|
* | * lisp/files.el (major-mode-remap-alist): Add :tag annotations to :type.Dmitry Gutov2024-11-261-1/+4
* | (dir-locals-collect-variables): Don't autoload if not needed (bug#74349)Stefan Monnier2024-11-231-8/+19
* | Merge from origin/emacs-30Michael Albinus2024-11-141-2/+2
|\ \ | |/