summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* Rename file-name-directoryLars Ingebrigtsen2022-09-241-1/+1
* * lisp/files.el (risky-local-variable): Remove max-specpdl-size.Mattias Engdegård2022-09-231-1/+0
* Use `eql` or `eq` instead of `=` in some placesMattias Engdegård2022-09-151-19/+19
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-21/+1
* Make file-parent-directory more efficientDaanturo2022-09-011-1/+3
* Fix handling of UNCs in 'parse-colon-pathEli Zaretskii2022-08-241-5/+10
* When reverting, preserve the readedness state set by `C-x C-q'Lars Ingebrigtsen2022-08-241-2/+7
* Fix defcustom type of auto-save-file-name-transformsLars Ingebrigtsen2022-08-221-11/+21
* Add separate tiny major mode for JSONDmitry Gutov2022-08-091-1/+1
* Fix ignored-local-variable-values for non-primitive valuesKira Bruneau2022-08-041-4/+2
* Prefer ‘time-equal-p’ to ‘equal’ on timestampsPaul Eggert2022-08-011-1/+2
* Fix compilation warnings in tramp-loaddefs.elLars Ingebrigtsen2022-07-311-0/+1
* Delete aliases obsolete since 21.1 and 22.1Stefan Kangas2022-07-311-2/+0
* Merge from origin/emacs-28Stefan Kangas2022-07-281-5/+7
|\
| * ; Improve documentation of 'file-name-with-extension'Eli Zaretskii2022-07-281-5/+7
* | string-equal-ignore-case: new functionSam Steingold2022-07-261-16/+12
* | Use `ash` instead of `lsh`Mattias Engdegård2022-07-191-1/+1
* | ; Fix typos: prefer American spellingStefan Kangas2022-07-141-1/+1
* | Make remote-shell-program default to ssh onlyStefan Kangas2022-07-121-14/+3
* | Merge from origin/emacs-28Stefan Kangas2022-07-101-6/+7
|\|
| * ; Improve wording of recently-changed doc strings.Eli Zaretskii2022-07-091-6/+7
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-081-6/+0
* | Prefer defcustom :safe to putting 'safe-local-variable'Stefan Kangas2022-07-061-4/+2
* | Make some additional defcustom types more restrictiveStefan Kangas2022-07-061-5/+5
* | Merge from origin/emacs-28Stefan Kangas2022-07-061-2/+2
|\|
| * ; * lisp/files.el (remote-file-name-inhibit-cache): Minor doc fix.Stefan Kangas2022-07-051-2/+2
* | Rename new option to remote-file-name-inhibit-auto-save-visitedStefan Kangas2022-07-051-3/+4
* | ; * lisp/files.el (auto-save-visited-predicate): Doc fix.Eli Zaretskii2022-07-051-4/+5
* | ; Fix documentation of 'auto-save-visited-remote-files'Eli Zaretskii2022-07-051-1/+1
* | New user option auto-save-visited-remote-filesStefan Kangas2022-07-051-0/+8
* | New user option auto-save-visited-mode-predicateStefan Kangas2022-07-051-1/+31
* | Merge from origin/emacs-28Stefan Kangas2022-07-051-1/+6
|\|
| * Expand docstrings related to auto-savingStefan Kangas2022-07-051-1/+6
* | ; Fix documentation of 'file-parent-directory'Eli Zaretskii2022-07-041-3/+4
* | Add file-parent-directory functionDaanturo2022-07-041-0/+17
* | Add new command `rename-visited-file'Zachary Kanfer2022-06-281-0/+20
* | Don't create HOME if it doesn't existLars Ingebrigtsen2022-06-261-4/+11
* | Revert "Fix some byte-compilation warnings about subr-x"Lars Ingebrigtsen2022-06-251-2/+1
* | Fix some byte-compilation warnings about subr-xLars Ingebrigtsen2022-06-241-1/+2
* | Fix .dir-local.el caching for symlinksLars Ingebrigtsen2022-06-141-1/+1
* | * files.el (auto-mode-alist): Add entry to `.eld` filesStefan Monnier2022-06-131-0/+3
* | Make find-sibling-file-search non-privateLars Ingebrigtsen2022-06-121-4/+8
* | Fix "C-x C-d" with wildcard argumentsEli Zaretskii2022-06-121-2/+2
* | Fix find-sibling-file doc stringLars Ingebrigtsen2022-06-101-3/+0
* | Allow specifying a wildcard argument to list-directory againLars Ingebrigtsen2022-06-101-3/+2
* | Merge from origin/emacs-28Stefan Kangas2022-06-101-6/+7
|\|
| * ; * lisp/files.el (file-expand-wildcards): Doc fix.Eli Zaretskii2022-06-051-5/+5
* | Demote extended attribute errors in basic-save-buffer-2Lars Ingebrigtsen2022-06-071-8/+14
* | Make find-file-noselect not pick buffers with broken symlinksLars Ingebrigtsen2022-06-061-2/+14
* | Improve find-sibling-file error reportingLars Ingebrigtsen2022-06-061-3/+9