summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* (auto-mode-alist): Treat changelo like ChangeLog.Richard M. Stallman1994-01-061-0/+1
* [ms-dos] (make-backup-file-name, backup-file-name-p):Richard M. Stallman1994-01-061-2/+18
* (save-some-buffers): Fix previous change.Richard M. Stallman1994-01-011-42/+44
* (save-some-buffers): Reinsert lost code to save abbrevs.Richard M. Stallman1993-12-311-33/+41
* (hack-one-local-variable): Treat file-name-handler-alistRichard M. Stallman1993-12-301-1/+1
* (hack-local-variables-prop-line): If we can't switch-to-bufferRichard M. Stallman1993-12-231-3/+13
* (find-backup-file-name): Don't fatal-error onRichard M. Stallman1993-11-101-14/+23
* (abbreviated-home-dir): Doc fix.Richard M. Stallman1993-10-121-1/+1
* (hack-local-variables): If buffer has no file, display its buffer name.Richard M. Stallman1993-10-091-1/+5
* (local-write-file-hooks): Make this variable buffer-local.Brian Fox1993-09-211-3/+4
* (directory-abbrev-alist): Doc fix.Richard M. Stallman1993-09-171-0/+3
* (hack-local-variables-prop-line): Ignore any specificationRichard M. Stallman1993-09-111-72/+66
* (find-file-noselect): If a find-file-not-found-hook succeeds, clear `error'.Richard M. Stallman1993-08-151-1/+5
* (backup-inhibited): Doc fix.Richard M. Stallman1993-08-131-2/+4
* (after-find-file): Improve warning message aboutRichard M. Stallman1993-08-061-1/+1
* (basic-save-buffer): When we read a file name,Richard M. Stallman1993-07-311-6/+2
* (insert-directory): Make sure default-directory is absolute.Richard M. Stallman1993-07-261-7/+11
* (parse-colon-path): Really make nil, not ".", for empty path element.Richard M. Stallman1993-07-221-3/+3
* (parse-colon-path): Turn empty substring into nil.Richard M. Stallman1993-07-201-2/+4
* (ange-ftp-completion-hook-function): New function.Richard M. Stallman1993-07-201-0/+10
* * files.el (insert-directory): Doc fix.Jim Blandy1993-07-181-13/+7
* (basic-save-buffer): Use after-save-hook.Richard M. Stallman1993-07-081-1/+1
* (file-relative-name): If we use default-directory,Richard M. Stallman1993-07-081-3/+2
* (basic-save-buffer): Invoke after-save-buffer-hook, not after-save-hook.Roland McGrath1993-07-071-1/+1
* (cd-absolute): Use abbreviate-file-name on expansion of DIR.Roland McGrath1993-07-071-1/+1
* (basic-save-buffer): Invoke after-save-hook, not after-save-hooks.Roland McGrath1993-07-071-1/+1
* (set-visited-file-name): Rename auto-save file only if it exists.Richard M. Stallman1993-07-011-0/+1
* (set-visited-file-name): Rename the old auto save file.Richard M. Stallman1993-07-011-11/+15
* (insert-file): Report error if file is directory.Richard M. Stallman1993-06-191-0/+3
* (abbreviate-file-name): Match home dir with no / if nothing else follows.Richard M. Stallman1993-06-131-1/+4
* (make-directory): By default create dir default-dir.Richard M. Stallman1993-06-121-2/+11
* (file-truename): Don't use expand-file-name to mergeRichard M. Stallman1993-06-121-10/+19
* (cd): Use file-name-absolute-p.Richard M. Stallman1993-06-111-22/+19
* (make-backup-files): Doc fix.Richard M. Stallman1993-06-111-1/+1
* (basic-save-buffer): Cal auto-save-mode with t as argRichard M. Stallman1993-06-101-2/+4
* (hack-one-local-variable): Treat ...-hook(s) and ..-function(s)Richard M. Stallman1993-06-101-3/+8
* (abbreviate-file-name): Make abbreviated-home-dirRichard M. Stallman1993-06-101-1/+3
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
* (inhibit-local-variables-regexps): New variable.Richard M. Stallman1993-05-311-0/+11
* (find-file-run-dired): Doc fix.Richard M. Stallman1993-05-291-4/+7
* (file-chase-links): Handle leading .. in symlink target.Richard M. Stallman1993-05-291-0/+14
* (file-chase-links): New function.Richard M. Stallman1993-05-291-6/+12
* (auto-mode-alist): Fix syntax for sgml mode.Richard M. Stallman1993-05-291-3/+3
* (find-alternate-file): Hide truename and inode numberRichard M. Stallman1993-05-281-0/+6
* (find-file-noselect): Expand buffer-file-truenameRichard M. Stallman1993-05-261-1/+3
* (auto-mode-alist): Recognize .sgm, .sgml, .dtd.Richard M. Stallman1993-05-261-0/+3
* (auto-mode-alist): Treat .H and .hh as C++ files.Richard M. Stallman1993-05-261-0/+2
* (find-file-read-only-other-window): Use find-file-other-window.Richard M. Stallman1993-05-251-1/+1
* (cd): Set cd-path to a list.Richard M. Stallman1993-05-241-4/+6
* * files.el (set-auto-mode): If the buffer's file name is nil,Jim Blandy1993-05-191-10/+11