summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* (auto-mode-alist): .ksh suffix means sh-mode.Richard M. Stallman1996-02-021-3/+5
* (list-directory): Set default-directory better if theRichard M. Stallman1996-01-281-1/+4
* (find-file-noselect): Fix error message style.Karl Heuer1996-01-241-1/+1
* (auto-mode-alist): Recognize ".exp" suffix.Karl Heuer1996-01-191-0/+1
* (auto-mode-alist): Use "\\`" instead of "^".Karl Heuer1996-01-171-2/+2
* (auto-mode-alist): Add sgml-mode and html-mode.Richard M. Stallman1996-01-151-5/+10
* (write-contents-hooks): Call make-variable-buffer-local.Karl Heuer1996-01-091-6/+16
* (interpreter-mode-alist): Add most shells, with sh-mode.Richard M. Stallman1996-01-051-1/+26
* (make-directory): Doc fix.Karl Heuer1996-01-041-2/+2
* (abbrev-file-name): Drive letter can go beyond `Z' under MS-DOS/Novell.Richard M. Stallman1996-01-011-6/+22
* (make-auto-save-file-name): Make name always end in #,Richard M. Stallman1995-12-291-4/+10
* (wildcard-to-regexp): New function.Richard M. Stallman1995-12-281-1/+69
* (revert-buffer): New arg preserve-modes.Richard M. Stallman1995-12-251-6/+11
* (save-some-buffers): Don't give message if we queried.Roland McGrath1995-12-241-54/+57
* (save-buffer): Doc fix.Richard M. Stallman1995-12-231-2/+6
* (make-backup-file-name, backup-file-name-p): Use ~ evenKarl Heuer1995-12-191-6/+6
* (auto-mode-alist): Recognize .S and .asm extensions.Karl Heuer1995-12-191-0/+2
* (set-auto-mode): Recognize `#!/bin/env INTERPRETER' hack.Karl Heuer1995-12-151-3/+5
* (recover-file): Also recover new, unsaved files.Erik Naggum1995-12-061-1/+1
* (auto-mode-alist): Don't purecopy the alist elts.Richard M. Stallman1995-11-291-77/+77
* (find-file-noselect): Respect the value ofKarl Heuer1995-11-101-1/+3
* (set-auto-mode): If mode cmds move point, obey them.Richard M. Stallman1995-11-101-46/+52
* (set-visited-file-name, basic-save-buffer):Richard M. Stallman1995-10-291-2/+3
* (set-visited-file-name): Abbreviate buffer-file-name.Richard M. Stallman1995-10-241-3/+5
* (find-alternate-file-other-window): New function.Richard M. Stallman1995-10-111-0/+20
* (recover-session): Use auto-save-list-file-prefix.Richard M. Stallman1995-10-041-1/+1
* (recover-session-finish): Ask only about files thatRichard M. Stallman1995-10-041-38/+49
* (cd): Fix interactive spec to require match if there is no CDPATH.Roland McGrath1995-09-301-1/+3
* (interpreter-mode-alist): Handle nawk.Richard M. Stallman1995-09-281-0/+1
* (find-alternate-file): Kill any preexisting ` **lose**' buf.Richard M. Stallman1995-09-171-0/+2
* (auto-mode-alist): .pl is now Perl.Richard M. Stallman1995-09-121-1/+1
* (auto-mode-alist): Handle .f90 files.Richard M. Stallman1995-09-021-0/+1
* (list-directory): Set default-directory.Richard M. Stallman1995-08-301-0/+1
* (recover-session-finish): Catch erorr in recover-file.Richard M. Stallman1995-08-281-1/+5
* (basic-save-buffer): Doc fix.Richard M. Stallman1995-08-281-1/+5
* (basic-save-buffer): Call vc-after-save.Richard M. Stallman1995-08-221-0/+2
* (auto-mode-alist): Turn on use of makefile-mode.Richard M. Stallman1995-08-221-2/+2
* (basic-save-buffer): Confirm for overwriting old fileRichard M. Stallman1995-08-191-2/+8
* (basic-save-buffer-1): Pass new arg to write-region.Richard M. Stallman1995-08-141-2/+3
* (insert-file-contents-literally): New function.Richard M. Stallman1995-08-141-9/+38
* (recover-file): It's ok if the visited file doesn't exist.Richard M. Stallman1995-08-131-3/+32
* (recover-session): Mention deletion is possible.Richard M. Stallman1995-08-011-2/+5
* (cd): When reading arg, use just directory as the default.Richard M. Stallman1995-07-301-1/+3
* (file-name-sans-versions): Recognize version control version numbers.Richard M. Stallman1995-07-181-1/+1
* (auto-mode-alist): Recognize *.ads and *.adb as Ada specs and bodies.Richard M. Stallman1995-07-181-1/+1
* (auto-mode-alist): Move .scm.[0-9] before nroff-mode.Karl Heuer1995-07-171-3/+4
* (auto-mode-alist): Make archive-mode the default forRichard M. Stallman1995-06-291-0/+1
* (buffer-file-truename): Duplicate definition deleted.Richard M. Stallman1995-06-211-7/+0
* Corrected the comment from last change.Simon Marshall1995-06-151-2/+0
* Test for "" too; let it go to expand-file-name if it is equal.Simon Marshall1995-06-131-1/+5