aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* rm early use of pcaseRobin Templeton2015-04-201-19/+19
* guile-elisp bootstrap (lisp)Robin Templeton2015-04-191-25/+0
* * lisp/files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.Stefan Monnier2014-06-271-3/+5
* Do not allow out-of-range character position in Fcompare_strings.Dmitry Antipov2014-06-251-11/+6
* * lisp/files.el (auto-mode-alist): Map .ad files to xdefaults-mode.Kevin Ryde2014-06-111-1/+1
* Merge from emacs-24; up to 2014-06-02T11:35:[email protected]Glenn Morris2014-06-081-0/+2
|\
| * Doc edits re uniquifyGlenn Morris2014-06-081-0/+2
* | * lisp/files.el (locate-dominating-file): Expand file argument.Glenn Morris2014-05-301-1/+1
* | File-local-variable support for sh-script; add mksh supportDaniel Colascione2014-05-201-0/+1
* | Add with-file-modes macro, and use itGlenn Morris2014-05-141-72/+54
* | Merge from emacs-24; up to 2014-05-12T06:15:[email protected]Glenn Morris2014-05-111-1/+1
|\|
| * * files.el (cd-absolute): Test if directory is accessibleGlenn Morris2014-05-081-1/+1
* | Use file-accessible-directory-p in some more placesGlenn Morris2014-05-091-9/+7
* | Merge from emacs-24; up to 2014-04-01T20:18:[email protected]Daniel Colascione2014-04-071-35/+69
|\|
| * Doc updates for buffer-stale-function now applying to file buffers tooGlenn Morris2014-04-031-3/+9
| * Doc updates related to changes in revert-buffer function variablesGlenn Morris2014-04-031-34/+62
* | Remove the build-time option CLASH_DETECTIONGlenn Morris2014-03-251-8/+0
* | Include interactive-only information in describe-function outputGlenn Morris2014-03-221-0/+1
* | Allow `declare' to set the interactive-only propertyGlenn Morris2014-03-221-2/+2
|/
* Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).Martin Rudalics2014-03-161-1/+1
* * lisp/files.el (find-file): Doc fix: update info node name.Glenn Morris2014-03-101-1/+1
* Recognize dash shellGlenn Morris2014-03-051-0/+1
* * lisp/files.el (hack-local-variables): Mention file name in warning.Stefan Monnier2014-03-031-2/+5
* * files.el (confirm-kill-emacs): Clarify doc (bug#15455).Lars Ingebrigtsen2014-02-091-1/+1
* * files.el (confirm-kill-emacs): Allow specifying an arbitrary predicate func...Lars Ingebrigtsen2014-02-091-1/+2
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* (save-buffer): Clarify the 0 argument (bug#10346).Lars Ingebrigtsen2014-02-081-1/+1
* * files.el (save-buffer): Use ARG as the parameter name for consistencyLars Ingebrigtsen2014-02-081-5/+5
* (backup-inhibited): Doc clarificationLars Ingebrigtsen2014-02-081-3/+3
* (locate-file): Suffixes aren't returned, so don't say that they areLars Ingebrigtsen2014-02-081-2/+2
* * files.el (find-file-noselect): Clarify prompt when changing readedness.Lars Ingebrigtsen2014-02-081-4/+6
* * files.el (find-file-visit-truename): Doc clarification (bug#14697).Lars Ingebrigtsen2014-02-071-3/+5
* * files.el (file-relative-name): Doc fix.Lars Ingebrigtsen2014-02-071-0/+2
* Spelling fixes.Paul Eggert2014-01-051-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * files.el (break-hardlink-on-save): Doc fix.Chong Yidong2013-12-171-4/+6
* Make the `interactive-only' bytecomp warning like the `obsolete' oneGlenn Morris2013-11-301-3/+2
* * lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Bozhidar Batsov2013-11-251-0/+3
* * lisp/subr.el (custom-declare-variable-early): Remove function.Stefan Monnier2013-10-291-0/+51
* * files.el (hack-local-variables): Warn about misplaced lexical-binding. Glenn Morris2013-10-151-7/+15
* * files.el (interpreter-mode-alist): Add octave.Leo Liu2013-09-221-0/+1
* Recognize OBJFILE-gdb.gdb GDB script files.Eli Zaretskii2013-09-211-0/+4
* Use with-demoted-errors now that it can format any error messagesGlenn Morris2013-09-111-15/+11
* * lisp/files.el (set-auto-mode): Simplify a bit further.Stefan Monnier2013-09-111-5/+3
* Improve previous interpreter-mode-alist changeGlenn Morris2013-09-101-38/+27
* Treat interpreter-mode-alist as alist of regexps, not literalsGlenn Morris2013-09-101-53/+56
* * lisp/files.el (auto-mode-alist): Use sh-mode for .bash_history.Glenn Morris2013-08-231-2/+2
* * lisp/files.el (create-file-buffer): Rework previous change.Glenn Morris2013-08-231-8/+7
* * lisp/files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.Glenn Morris2013-08-231-0/+1
* * files.el (create-file-buffer): Handle a file whose basename is all spaces.Glenn Morris2013-08-231-2/+6