summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* Tweak auto-mode-alist to handle config.h.in (Bug#8547).Chong Yidong2011-05-281-4/+5
* * lisp/files.el (interpreter-mode-alist): Add rbash.David Michael2011-05-271-0/+1
* Make set-auto-mode respect mode: entries at the end of the file (bug#8586)Glenn Morris2011-05-261-6/+17
* * lisp/files.el (hack-local-variables, hack-local-variables-apply): Doc fixes.Glenn Morris2011-05-261-0/+10
* Downcase mode names in recent files.el changes.Glenn Morris2011-05-261-2/+3
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-1/+1
* Further tweak previous files.el change.Glenn Morris2011-05-211-6/+11
* Tweak previous files.el change.Glenn Morris2011-05-211-3/+6
* More small hack-local-variables tweaks for MODE-ONLY case.Glenn Morris2011-05-211-45/+43
* Small files.el hack-local changes for mode-only case.Glenn Morris2011-05-211-83/+91
* Small break-hardlink-on-save fix.Nix2011-05-191-0/+1
* Deprecate using "mode:" to enable minor modes (bug#8613)Glenn Morris2011-05-091-15/+19
* * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).Chong Yidong2011-04-231-0/+1
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-21/+21
* Produce more accurate results from file-size-human-readable.Eli Zaretskii2011-04-091-1/+4
* New function file-size-human-readable.Eli Zaretskii2011-04-081-0/+28
* Reimplement list-processes in Lisp.Chong Yidong2011-04-061-2/+2
* New variable `revert-buffer-in-progress-p'.Juanma Barranquero2011-04-061-8/+12
* * lisp/files.el (save-some-buffers): Doc fix.Glenn Morris2011-04-021-0/+3
* Merge from trunkStefan Monnier2011-03-211-2/+8
|\
| * Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.eduGlenn Morris2011-03-121-2/+8
| |\
| | * Fix comparisons of file ownership on MS-Windows for the Administrator user.Eli Zaretskii2011-03-111-2/+8
* | | Merge from trunkStefan Monnier2011-03-061-54/+93
|\| |
| * | Replace many instances of read-file-name with read-directory-name.Antoine Levitt2011-03-051-3/+3
| * | Handle git-style backup names in file-name-version-regexp (Bug#8159).Reuben Thomas2011-03-051-1/+3
| * | Make save-some-buffers message more informative (Bug#8134).David Engster2011-03-051-5/+11
| * | Fix bug #8177 with re-visiting image files.Eli Zaretskii2011-03-051-2/+2
| * | file-truename doc fix for bug#2341.Glenn Morris2011-03-031-1/+2
| * | * lisp/files: Fix comment typo.Glenn Morris2011-02-281-1/+1
| * | * lisp/files.el: Comment.Glenn Morris2011-02-281-0/+3
| * | Add the ability to exclude dir-locals from subdirs. (Bug#8100)Glenn Morris2011-02-281-2/+13
| * | More dir-locals fixes for files.el.Glenn Morris2011-02-241-9/+6
| * | Partial fix for bug#8095.Glenn Morris2011-02-231-30/+47
| * | * lisp/files.el (safe-local-eval-forms): Add the write-file-hooks version.Glenn Morris2011-02-221-2/+4
* | | Merge from trunkStefan Monnier2011-02-211-43/+66
|\| |
| * | Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.caGlenn Morris2011-02-191-1/+2
| |\|
| | * * lisp/files.el (find-file-literally): Doc fix.Glenn Morris2011-02-171-1/+2
| | * * lisp/files.el (copy-directory): Revert to pre-2011-01-29 version.Chong Yidong2011-02-121-44/+20
| | * * lisp/files.el (copy-directory): New arg COPY-AS-SUBDIR.Chong Yidong2011-02-051-22/+31
| * | * lisp/files.el (cd): Make completion obey cd-path.Stefan Monnier2011-02-181-21/+35
| * | New optional arg COPY-CONTENTS to copy-directory.Thierry Volpiatto2011-02-121-20/+24
| * | Save unmodified buffers when buffer-file-name doesn't exist.Bastien Guerry2011-02-111-1/+5
* | | Various compiler bug-fixes. MPC seems to run correctly now.Stefan Monnier2011-02-171-12/+13
|/ /
* | undo 2011-02-01T18:15:18Z!sds@gnu.org (purecopy-cons, purecopy-car) at Stefan...Sam Steingold2011-02-011-2/+4
* | * lisp/subr.el (purecopy-cons, purecopy-car): Add shortcuts.Sam Steingold2011-02-011-4/+2
* | Merge changes from emacs-23 branchChong Yidong2011-01-311-14/+27
|\|
| * * lisp/files.el (copy-directory): Fix arguments to the recursive call.Chong Yidong2011-01-311-17/+15
| * Fix bug in copy-directory copying into an existing directory.Chong Yidong2011-01-291-1/+16
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* | Merge from emacs-23.Glenn Morris2011-01-241-15/+12
|\|