aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in docstrings.Juanma Barranquero2010-01-171-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * files.el (copy-directory): Compute target for recursiveMichael Albinus2010-01-121-9/+6
* * lisp/files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).Chong Yidong2010-01-011-2/+6
* * files.el (file-expand-wildcards): In case of remote files, checkMichael Albinus2009-12-171-1/+7
* Fix regression from 23.1 to allow multiple modes in Local Variables.Juri Linkov2009-12-171-4/+4
* Provide additional default values (file name at point or at theJuri Linkov2009-11-251-10/+13
* * x-dnd.el (x-dnd-maybe-call-test-function):Stefan Monnier2009-11-131-2/+1
* * textmodes/ispell.el (ispell-skip-region-alist):Dan Nicolaescu2009-11-121-1/+1
* (directory-abbrev-alist): Fix docstring.Stefan Monnier2009-11-111-1/+1
* * textmodes/tex-mode.el (tex-alt-dvi-print-command)Dan Nicolaescu2009-11-061-11/+12
* * puresize.h (BASE_PURESIZE): Increase to 1470000.Dan Nicolaescu2009-10-301-2/+2
* * textmodes/tex-mode.el (tex-dvi-view-command)Dan Nicolaescu2009-10-261-7/+9
* * files.el (delete-directory): Delete symlinks to directories withChong Yidong2009-10-241-1/+4
* * minibuffer.el (completion-table-with-terminator): Properly implementStefan Monnier2009-10-211-9/+8
* * files.el (directory-files-no-dot-files-regexp): New defconst.Michael Albinus2009-10-051-25/+14
* * files.el (copy-directory): New defun.Michael Albinus2009-10-041-2/+69
* * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.Chong Yidong2009-10-031-0/+2
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-2/+3
* * files.el (delete-directory): New defun. The original functionMichael Albinus2009-10-011-0/+32
* (cd-absolute): Don't abbreviate-file-name (bug#4599).Stefan Monnier2009-10-011-1/+6
* * files.el (safe-local-eval-forms): Fix typo.Chong Yidong2009-09-291-1/+1
* * files.el (safe-local-eval-forms): Allow time-stamp inChong Yidong2009-09-251-1/+3
* * menu-bar.el (list-buffers-directory): Add docstring.Juanma Barranquero2009-09-251-1/+1
* * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.Chong Yidong2009-09-241-3/+3
* * files.el (conf-mode-maybe, magic-fallback-mode-alist): UseChong Yidong2009-09-211-2/+2
* * files.el (auto-mode-alist): Change default for XML files to nXMLChong Yidong2009-09-181-1/+1
* * mail/sendmail.el (send-mail-function):Stefan Monnier2009-09-131-0/+3
* * files.el (top-level): Require `cl' when compiling.Juanma Barranquero2009-09-071-1/+3
* (auto-mode-alist): Use delphi-mode for .dpr files.Glenn Morris2009-09-071-0/+1
* * lisp/files.el (find-alternate-file): Run `kill-buffer-hook' manuallyKarl Fogel2009-09-051-2/+13
* * lisp/files.el (find-alternate-file): If the old buffer is modifiedKarl Fogel2009-09-051-6/+6
* (locate-file-completion-table): Make it provide boundaryStefan Monnier2009-09-041-8/+18
* (get-free-disk-space): Fix paren-typo in last change.Stefan Monnier2009-08-291-1/+1
* (get-free-disk-space): Use / for default-directory.Stefan Monnier2009-08-291-6/+2
* (magic-fallback-mode-alist): Add ZIP magic numberJuri Linkov2009-08-281-0/+1
* * gnus/nnheader.el (nnheader-find-file-noselect):Stefan Monnier2009-08-281-1/+1
* (enable-local-variables, enable-local-eval)Glenn Morris2009-08-261-30/+8
* (auto-mode-alist): Remove code for defunct system-type next-mach.Glenn Morris2009-08-231-1/+1
* * files.el (hack-one-local-variable): If the mode function is forChong Yidong2009-08-171-1/+6
* * files.el (get-free-disk-space): Change fallback defaultChong Yidong2009-08-161-7/+9
* * files.el (load-library): Doc fix.Chong Yidong2009-08-151-4/+6
* * files.el (auto-mode-alist): Use js-mode for .js files.Chong Yidong2009-08-141-1/+1
* Move code that deals with adding/deletingJuri Linkov2009-08-121-413/+0
* Commands to add/delete file/directory-local variables.Juri Linkov2009-08-041-0/+413
* * mail/rmailedit.el (rmail-edit-mode): Use auto-save-include-big-deletions.Chong Yidong2009-07-211-2/+2
* * files.el (auto-save-mode): Handle buffer-save-size = -2Richard M. Stallman2009-07-211-1/+1
* (abort-if-file-too-large): Explicitly pass `filename' as an argument.Glenn Morris2009-07-211-3/+3
* * files.el (hack-local-variables-filter): Fix last change.Chong Yidong2009-07-201-1/+1
* (ignored-local-variables): Add `dir-local-variables-alist'.Juri Linkov2009-07-191-5/+20