| Commit message (Expand) | Author | Age | Files | Lines |
* | (auto-mode-alist): Treat changelo like ChangeLog. | Richard M. Stallman | 1994-01-06 | 1 | -0/+1 |
* | [ms-dos] (make-backup-file-name, backup-file-name-p): | Richard M. Stallman | 1994-01-06 | 1 | -2/+18 |
* | (save-some-buffers): Fix previous change. | Richard M. Stallman | 1994-01-01 | 1 | -42/+44 |
* | (save-some-buffers): Reinsert lost code to save abbrevs. | Richard M. Stallman | 1993-12-31 | 1 | -33/+41 |
* | (hack-one-local-variable): Treat file-name-handler-alist | Richard M. Stallman | 1993-12-30 | 1 | -1/+1 |
* | (hack-local-variables-prop-line): If we can't switch-to-buffer | Richard M. Stallman | 1993-12-23 | 1 | -3/+13 |
* | (find-backup-file-name): Don't fatal-error on | Richard M. Stallman | 1993-11-10 | 1 | -14/+23 |
* | (abbreviated-home-dir): Doc fix. | Richard M. Stallman | 1993-10-12 | 1 | -1/+1 |
* | (hack-local-variables): If buffer has no file, display its buffer name. | Richard M. Stallman | 1993-10-09 | 1 | -1/+5 |
* | (local-write-file-hooks): Make this variable buffer-local. | Brian Fox | 1993-09-21 | 1 | -3/+4 |
* | (directory-abbrev-alist): Doc fix. | Richard M. Stallman | 1993-09-17 | 1 | -0/+3 |
* | (hack-local-variables-prop-line): Ignore any specification | Richard M. Stallman | 1993-09-11 | 1 | -72/+66 |
* | (find-file-noselect): If a find-file-not-found-hook succeeds, clear `error'. | Richard M. Stallman | 1993-08-15 | 1 | -1/+5 |
* | (backup-inhibited): Doc fix. | Richard M. Stallman | 1993-08-13 | 1 | -2/+4 |
* | (after-find-file): Improve warning message about | Richard M. Stallman | 1993-08-06 | 1 | -1/+1 |
* | (basic-save-buffer): When we read a file name, | Richard M. Stallman | 1993-07-31 | 1 | -6/+2 |
* | (insert-directory): Make sure default-directory is absolute. | Richard M. Stallman | 1993-07-26 | 1 | -7/+11 |
* | (parse-colon-path): Really make nil, not ".", for empty path element. | Richard M. Stallman | 1993-07-22 | 1 | -3/+3 |
* | (parse-colon-path): Turn empty substring into nil. | Richard M. Stallman | 1993-07-20 | 1 | -2/+4 |
* | (ange-ftp-completion-hook-function): New function. | Richard M. Stallman | 1993-07-20 | 1 | -0/+10 |
* | * files.el (insert-directory): Doc fix. | Jim Blandy | 1993-07-18 | 1 | -13/+7 |
* | (basic-save-buffer): Use after-save-hook. | Richard M. Stallman | 1993-07-08 | 1 | -1/+1 |
* | (file-relative-name): If we use default-directory, | Richard M. Stallman | 1993-07-08 | 1 | -3/+2 |
* | (basic-save-buffer): Invoke after-save-buffer-hook, not after-save-hook. | Roland McGrath | 1993-07-07 | 1 | -1/+1 |
* | (cd-absolute): Use abbreviate-file-name on expansion of DIR. | Roland McGrath | 1993-07-07 | 1 | -1/+1 |
* | (basic-save-buffer): Invoke after-save-hook, not after-save-hooks. | Roland McGrath | 1993-07-07 | 1 | -1/+1 |
* | (set-visited-file-name): Rename auto-save file only if it exists. | Richard M. Stallman | 1993-07-01 | 1 | -0/+1 |
* | (set-visited-file-name): Rename the old auto save file. | Richard M. Stallman | 1993-07-01 | 1 | -11/+15 |
* | (insert-file): Report error if file is directory. | Richard M. Stallman | 1993-06-19 | 1 | -0/+3 |
* | (abbreviate-file-name): Match home dir with no / if nothing else follows. | Richard M. Stallman | 1993-06-13 | 1 | -1/+4 |
* | (make-directory): By default create dir default-dir. | Richard M. Stallman | 1993-06-12 | 1 | -2/+11 |
* | (file-truename): Don't use expand-file-name to merge | Richard M. Stallman | 1993-06-12 | 1 | -10/+19 |
* | (cd): Use file-name-absolute-p. | Richard M. Stallman | 1993-06-11 | 1 | -22/+19 |
* | (make-backup-files): Doc fix. | Richard M. Stallman | 1993-06-11 | 1 | -1/+1 |
* | (basic-save-buffer): Cal auto-save-mode with t as arg | Richard M. Stallman | 1993-06-10 | 1 | -2/+4 |
* | (hack-one-local-variable): Treat ...-hook(s) and ..-function(s) | Richard M. Stallman | 1993-06-10 | 1 | -3/+8 |
* | (abbreviate-file-name): Make abbreviated-home-dir | Richard M. Stallman | 1993-06-10 | 1 | -1/+3 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
* | (inhibit-local-variables-regexps): New variable. | Richard M. Stallman | 1993-05-31 | 1 | -0/+11 |
* | (find-file-run-dired): Doc fix. | Richard M. Stallman | 1993-05-29 | 1 | -4/+7 |
* | (file-chase-links): Handle leading .. in symlink target. | Richard M. Stallman | 1993-05-29 | 1 | -0/+14 |
* | (file-chase-links): New function. | Richard M. Stallman | 1993-05-29 | 1 | -6/+12 |
* | (auto-mode-alist): Fix syntax for sgml mode. | Richard M. Stallman | 1993-05-29 | 1 | -3/+3 |
* | (find-alternate-file): Hide truename and inode number | Richard M. Stallman | 1993-05-28 | 1 | -0/+6 |
* | (find-file-noselect): Expand buffer-file-truename | Richard M. Stallman | 1993-05-26 | 1 | -1/+3 |
* | (auto-mode-alist): Recognize .sgm, .sgml, .dtd. | Richard M. Stallman | 1993-05-26 | 1 | -0/+3 |
* | (auto-mode-alist): Treat .H and .hh as C++ files. | Richard M. Stallman | 1993-05-26 | 1 | -0/+2 |
* | (find-file-read-only-other-window): Use find-file-other-window. | Richard M. Stallman | 1993-05-25 | 1 | -1/+1 |
* | (cd): Set cd-path to a list. | Richard M. Stallman | 1993-05-24 | 1 | -4/+6 |
* | * files.el (set-auto-mode): If the buffer's file name is nil, | Jim Blandy | 1993-05-19 | 1 | -10/+11 |