aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* (auto-mode-alist): Delete the entries for makefile-mode.Richard M. Stallman1993-05-061-2/+2
* * files.el (insert-directory): Undo change of March 23;Jim Blandy1993-05-031-8/+23
* (find-file-noselect): On VMS, maybe set buffer-file-nameRichard M. Stallman1993-05-021-1/+17
* (find-file-noselect): Do set buffer-file-nameRichard M. Stallman1993-04-301-2/+6
* (file-truename): Undo last change.Roland McGrath1993-04-281-4/+1
* (file-truename): Do the right thing when /home/gp2/eric = "".Eric S. Raymond1993-04-271-1/+4
* (cd): Handle leading "~" like an absolute filename.Eric S. Raymond1993-04-261-17/+18
* (cd): Changed to use to resolve relative cd calls.Eric S. Raymond1993-04-251-7/+42
* (find-file-noselect): Never set SAME-TRUENAME to a buffer whoseRoland McGrath1993-04-191-1/+2
* (set-auto-mode): If the buffer begins with "#!", look for -*- in the firstRoland McGrath1993-04-191-2/+11
* (find-file-noselect): Verify other buffers' file numbers are still valid.Richard M. Stallman1993-04-111-1/+5
* (find-backup-file-name): delete nothing if overflow in number of files to keep.Noah Friedman1993-03-301-1/+4
* Fixed typo introduced by last patch.Eric S. Raymond1993-03-281-1/+1
* (auto-mode-alist): added pairs for .ms, .man, .mk, [Mm]akefile, .lex.Eric S. Raymond1993-03-281-0/+6
* (local-write-file-hooks): New variable.Richard M. Stallman1993-03-261-2/+12
* * files.el (insert-directory): Do chase symlinks before passingJim Blandy1993-03-231-4/+7
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+6
* * files.el (basic-save-buffer): If file-precious-flag is set, andJim Blandy1993-03-111-0/+4