summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* insert-directory-wildcard-in-dir-p: Tweak regexpTino Calancha2017-08-051-1/+1
* * lisp/shell.el (explicit-shell-file-name): Mention shell-file-nameStefan Monnier2017-08-041-1/+1
* Dired: Handle posix wildcards in directory partTino Calancha2017-07-301-61/+85
* Preserve point under 'dired-auto-revert-buffer' (third case)Stephen Berman2017-07-291-2/+2
* Improve doc string of 'locate-dominating-file'Eli Zaretskii2017-07-281-2/+5
* Recognize MirBSD Korn shell rc fileMark Oteiza2017-07-241-1/+1
* * lisp/emacs-lisp/bytecomp.el: Fix bug#14860.Stefan Monnier2017-07-141-9/+0
* Avoid byte-compilation warnings for advised functionsEli Zaretskii2017-07-141-0/+9
* Avoid compilation warning in files.elEli Zaretskii2017-07-091-1/+4
* kill-matching-buffers to optionally not confirmGlenn Morris2017-06-191-3/+5
* * lisp/files.el (local-enable-local-variables): Doc fix.Glenn Morris2017-06-191-5/+6
* Fix bootstrap build of files.elPhilipp2017-05-061-5/+9
* Fix quoted files for 'verify-visited-file-modtime'Philipp Stephani2017-05-061-1/+7
* Fix Bug#26763Michael Albinus2017-05-031-1/+1
* Fix dependency error during bootstrapTino Calancha2017-04-301-0/+4
* ; Fix function namePhilipp Stephani2017-04-291-1/+1
* Reimplement auto-saving to visited filesPhilipp Stephani2017-04-291-0/+40
* enable mhtml-mode by defaultTom Tromey2017-04-051-3/+3
* Make subprocess functions resolve the default directoryPhilipp Stephani2017-04-041-1/+9
* Use a named function for 'safe-local-variablePhilipp Stephani2017-03-251-1/+6
* Merge from origin/emacs-25Paul Eggert2017-03-191-3/+7
|\
| * Improve documentation of hooks related to saving buffersEli Zaretskii2017-01-201-3/+7
* | Small recover-this-file improvementGlenn Morris2017-03-011-0/+2
* | Add error handling to magic-mode-alistPhillip Lord2017-02-281-9/+22
* | ; * lisp/files.el (save-some-buffers-default-predicate): Add :version.Eli Zaretskii2017-02-041-1/+2
* | Support options with embedded whitespace in 'dired-listing-switches'Eli Zaretskii2017-02-041-1/+1
* | New defcustom 'save-some-buffers-default-predicate'Richard Stallman2017-02-041-0/+12
* | Fix problem with auto-mode and dir-locals-collect-variablesLars Ingebrigtsen2017-01-251-1/+2
* | Fix auto-save-file-name problem in Tramp on MS WindowsMichael Albinus2017-01-171-4/+4
* | Add .jsx to auto-mode-alistTom Tromey2017-01-131-0/+1
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-01-011-7/+7
|\ \ | |/
| * Don't modify minibuffer variables globallyLeo Liu2016-12-251-7/+7
* | Document file-name-quote, file-name-unquote and file-name-quoted-pMichael Albinus2016-12-091-4/+9
* | ; Fix last patchMichael Albinus2016-12-081-2/+2
* | Add file-name-quoted-p, file-name-quote, file-name-unquoteMichael Albinus2016-12-081-10/+27
* | Merge from origin/emacs-25Paul Eggert2016-12-071-11/+28
|\ \ | |/
| * Fix 'expand-file-name' during startup on MS-WindowsEli Zaretskii2016-11-281-11/+28
* | Use archive-mode for .cbr filesGlenn Morris2016-11-291-2/+2
* | Handle correctly an (undocumented) bare mode in hack-local-variables.Alan Mackenzie2016-11-241-1/+1
* | Add file-local-nameMichael Albinus2016-11-201-3/+7
* | Update parameter :version to 26.1 in several defcustomTino Calancha2016-11-171-2/+2
* | Use the new 'file-name-case-insensitive-p' functionKen Brown2016-11-131-10/+9
* | New error file-missingPaul Eggert2016-10-211-3/+1
* | delete-directory no longer errors when racingPaul Eggert2016-10-181-15/+31
* | Make querying to kill processes customizablePhilipp Stephani2016-10-011-1/+13
* | Fix documentation of convert-standard-filename on MS-WindowsEli Zaretskii2016-09-071-3/+1
* | Amend hack-local-variables-prop-line not always to return any mode on line 1.Alan Mackenzie2016-08-191-26/+36
* | file-attribute-collect: New defunTino Calancha2016-08-171-0/+20