aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* (load-library): Use `get-load-suffixes' instead of `load-suffixes'.Luc Teirlinck2006-02-271-1/+1
* (enable-local-variables): Doc fix.Richard M. Stallman2006-02-211-4/+5
* * files.el: Rearrange functions and variables in the file localChong Yidong2006-02-171-116/+123
* Add truncate-lines, ispell-check-comments andReiner Steib2006-02-171-0/+6
* * files.el (hack-local-variables-confirm): Kill temp buffer after use.Chong Yidong2006-02-151-3/+3
* * files.el (hack-local-variables-confirm): Allow scrolling if theChong Yidong2006-02-151-40/+50
* * files.el (hack-local-variables): Remove ignored variables beforeChong Yidong2006-02-141-4/+4
* * files.el (hack-local-variables): Only set results if theyChong Yidong2006-02-141-28/+29
* * files.el (safe-local-variable-values): New option.Chong Yidong2006-02-141-179/+273
* (magic-mode-alist): Don't use `\\s ' in regexps.Richard M. Stallman2006-02-121-5/+6
* (revert-buffer, recover-file): Replace buffer-read-only with inhibit-read-onl...Eli Zaretskii2006-02-111-54/+52
* 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