summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+3
* (magic-mode-regexp-match-limit): New defvar.Kim F. Storm2006-02-041-3/+10
* (risky-local-variable-p): Follow var aliases.Richard M. Stallman2006-01-261-0/+4
* Added makefile-imake-mode.Masatake YAMATO2006-01-171-0/+1
* (basic-save-buffer-2): If backing-up failed, reset buffer-backed-up to nil.Eli Zaretskii2006-01-061-1/+3
* (set-visited-file-name): Doc fix.Richard M. Stallman2005-12-271-1/+2
* (set-auto-mode): If search for mode specification failed, look for anEli Zaretskii2005-12-161-1/+2
* * files.el (save-buffer):Reiner Steib2005-12-091-1/+3
* (auto-mode-alist): Remove mh-letter-mode. Unnecessary, and causesBill Wohler2005-12-081-1/+0
* (file-relative-name): Doc fix.Thien-Thi Nguyen2005-11-261-1/+1
* (write-file): Refresh VC status.Stefan Monnier2005-11-141-1/+4
* (find-file-noselect): Use %d to format large file size.Richard M. Stallman2005-10-281-1/+1
* * files.el (directory-listing-before-filename-regexp): NewMichael Albinus2005-10-231-0/+51
* (make-temp-file): Moved from subr.el.Richard M. Stallman2005-10-221-0/+37
* Message format spec fixes (1)Deepak Goel2005-09-181-1/+1
* (normal-mode): Check boundness of font-lock-keywords.Stefan Monnier2005-09-121-1/+5
* (font-lock-keywords): Add defvar.Juanma Barranquero2005-08-311-0/+3
* Make `make-auto-save-file-name' a magic operation.Michael Albinus2005-08-301-47/+51
* (risky-local-variable-p): Match `-predicates' and `-commands.Richard M. Stallman2005-08-301-1/+1
* (normal-mode): If font lock is on, turn it off and on.Richard M. Stallman2005-08-201-0/+6
* (interpreter-mode-alist): Doc fix.Richard M. Stallman2005-08-151-3/+2
* (find-file-noselect): Don't call set-buffer-major-mode.Richard M. Stallman2005-08-091-5/+6
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
* (find-file-noselect, recode-file-name): Doc fixes.Juanma Barranquero2005-07-201-23/+19
* (basic-save-buffer): Delete duplicate words.Juri Linkov2005-07-181-1/+1
* (set-visited-file-name): Avoid calling file-name-nondirectory with aLuc Teirlinck2005-07-101-1/+1
* (set-visited-file-name): Report the error for "empty filename" earlier.Richard M. Stallman2005-07-081-3/+7
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Switch [Mm]akefile to gmake mode.Daniel Pfeiffer2005-06-141-2/+2
* (make-backup-file-name-function): Fix spellings in docstrings.Juanma Barranquero2005-06-101-1/+1
* (hack-local-variables-confirm): New arg FLAG-TO-CHECK.Richard M. Stallman2005-06-061-7/+10
* (convert-standard-filename): Docstring fix.Stefan Monnier2005-05-311-0/+4
* (auto-mode-alist): Check GNUmakefile before makefile. Default to makefile-bs...Daniel Pfeiffer2005-05-211-3/+6
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-2/+2
* (hack-local-variables-confirm): Add STRING argument.Luc Teirlinck2005-05-141-6/+11
* (interpreter-mode-alist, auto-mode-interpreter-regexp): Doc fixes.Luc Teirlinck2005-05-141-8/+7
* (auto-mode-alist, interpreter-mode-alist): Set up the new variants of makefil...Daniel Pfeiffer2005-05-131-4/+6
* (normal-mode): Extend the scope of the `enable-local-variables'Luc Teirlinck2005-05-121-5/+5
* (executable-find): Move from executable.el. Use locate-file.Stefan Monnier2005-05-111-1/+8
* (read-directory-name): Fix previous change.Richard M. Stallman2005-05-101-44/+24
* (locate-file): Doc fix.Eli Zaretskii2005-05-061-0/+5
* (require-final-newline): Make Custom tags consistentLuc Teirlinck2005-05-011-2/+2
* (backup-buffer-copy): Use copy-file insteadRichard M. Stallman2005-04-301-6/+4
* (mode-require-final-newline): Fix previous change.Richard M. Stallman2005-04-241-6/+7
* (mode-require-final-newline): Revert accidental change.Luc Teirlinck2005-04-241-2/+2
* (mode-require-final-newline): Minor doc fix.Luc Teirlinck2005-04-241-3/+3
* (mode-require-final-newline): Doc fix.Eli Zaretskii2005-04-241-2/+3
* (read-directory-name): Always pass non-nilRichard M. Stallman2005-04-231-143/+167
* (auto-mode-alist): Handle /etc/sysconfig/*,Andreas Schwab2005-04-161-2/+2
* (set-auto-mode-1): Use line-end-position.Stefan Monnier2005-04-101-13/+10