aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
Commit message (Collapse)AuthorAgeFilesLines
* (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
| | | | | | | (find-file-noselect-1): Call it here, only if RAWFILE. (normal-mode): Always set some major mode. (save-some-buffers-action-alist): Change some explanation strings. (file-name-non-special): In the `quote' method, use unwind-protect.
* 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
| | | | | | | | | (insert-directory, kill-some-buffers): "?\ " -> "?\s". (magic-mode-alist, buffer-file-numbers-unique, write-file-functions, get-free-disk-space): Fix typos in docstrings. (find-file-not-found-hooks, find-file-hooks, write-file-hooks, write-contents-hooks, write-file-hooks): Declare with `define-obsolete-variable-alias'.
* (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
| | | | nil argument.
* (set-visited-file-name): Report the error for "empty filename" earlier.Richard M. Stallman2005-07-081-3/+7
| | | | (kill-some-buffers): Ignore buffers already dead.
* 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
| | | | | | | (hack-one-local-variable, hack-local-variables) (hack-local-variables-prop-line): Pass that arg. (locate-file-completion): Doc fix.
* (convert-standard-filename): Docstring fix.Stefan Monnier2005-05-311-0/+4
|
* (auto-mode-alist): Check GNUmakefile before makefile. Default to ↵Daniel Pfeiffer2005-05-211-3/+6
| | | | makefile-bsdmake-mode on BSD systems.
* 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
| | | | | | Make the function handle non file visiting buffers correctly. (hack-local-variables-prop-line, hack-local-variables) (hack-one-local-variable): Use STRING arg of `hack-local-variables-confirm'.
* (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 ↵Daniel Pfeiffer2005-05-131-4/+6
| | | | makefile-mode.
* (normal-mode): Extend the scope of the `enable-local-variables'Luc Teirlinck2005-05-121-5/+5
| | | | | binding to include the `set-auto-mode' call. (magic-mode-alist): Doc fix.
* (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
| | | | | | (hack-local-variables-confirm): New function. (hack-local-variables-prop-line, hack-local-variables) (hack-one-local-variable): Use it.
* (locate-file): Doc fix.Eli Zaretskii2005-05-061-0/+5
|
* (require-final-newline): Make Custom tags consistentLuc Teirlinck2005-05-011-2/+2
| | | | | with mode-require-final-newline. (mode-require-final-newline): Doc fix.
* (backup-buffer-copy): Use copy-file insteadRichard M. Stallman2005-04-301-6/+4
| | | | of write-region, and put back the 'excl.
* (mode-require-final-newline): Fix previous change.Richard M. Stallman2005-04-241-6/+7
| | | | (require-final-newline): Fix type label.
* (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
| | | | (backup-buffer-copy): Fix last change.
* (read-directory-name): Always pass non-nilRichard M. Stallman2005-04-231-143/+167
| | | | | | | | | | | DEFAULT-FILENAME arg to read-file-name. (backup-buffer-copy, basic-save-buffer-2): Take care against writing thru an unexpected existing symlink. (revert-buffer): In indirect buffer, revert the base buffer. (magic-mode-alist): Doc fix. (buffer-stale-function): Doc fix. (minibuffer-with-setup-hook): Avoid warning. (mode-require-final-newline): Doc and custom fix.
* (auto-mode-alist): Handle /etc/sysconfig/*,Andreas Schwab2005-04-161-2/+2
| | | | /etc/permissions.d/* and /etc/aliases.d/*.
* (set-auto-mode-1): Use line-end-position.Stefan Monnier2005-04-101-13/+10
|
* (mode-require-final-newline): Make Custom correctly report a nil valueLuc Teirlinck2005-04-011-2/+8
| | | | | and allow to set it to nil via Custom. Doc fix.
* (minibuffer-with-setup-hook): New macro.Stefan Monnier2005-03-281-11/+22
| | | | | | (find-file-read-args): Use it to avoid let-binding minibuffer-with-setup-hook (which breaks turning on/off file-name-shadow-mode while in the prompt).
* (auto-mode-alist): Add .xpi files.Eli Zaretskii2005-03-261-2/+2
|
* (save-some-buffers): Doc fix.Thien-Thi Nguyen2005-03-251-1/+1
|
* (auto-mode-alist): Add comment. Optimize jar/ear/war.Juri Linkov2005-03-191-2/+4
|
* (save-buffer): Fix last change.Eli Zaretskii2005-03-191-4/+5
|
* (save-buffer): Doc fix.Eli Zaretskii2005-03-191-4/+4
|
* (backup-buffer): If the file's directory is not writable,Eli Zaretskii2005-03-191-0/+1
| | | | use copy instead of move to backup the file.
* (hack-local-variables): Do a case-insensitive searchDavid Ponce2005-03-181-4/+5
| | | | for End.
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-10/+10
| | | | Change development version from 21.3.50 to 22.0.50.
* (normal-backup-enable-predicate): Return nil for filesRichard M. Stallman2005-01-291-2/+7
| | | | in /tmp, regardless of temporary-file-directory.
* (insert-directory): Take care of empty directory, listed without -a switch.Luc Teirlinck2005-01-231-34/+43
|
* (insert-directory): Only look for error lines inAndreas Schwab2005-01-041-5/+3
| | | | | inserted text. Don't move too far after processing --dired markers.
* (basic-save-buffer-1): Fix previous change.Richard M. Stallman2005-01-031-9/+20
|
* (hack-local-variables): Fix last change.Stefan Monnier2005-01-021-79/+79
|