summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* (auto-mode-alist): Add vhdl-mode.Karl Heuer1998-01-181-0/+1
* (delete-auto-save-files): Say in the doc string thatEli Zaretskii1998-01-071-1/+4
* (find-file-noselect): Fix previous change.Richard M. Stallman1997-12-211-2/+4
* (find-file-noselect): Signal error if file is unreadable.Richard M. Stallman1997-12-211-0/+8
* (auto-mode-alist): Add .am as makefile-mode.Karl Heuer1997-12-111-0/+1
* (auto-mode-alist): Add more extensions for perl-mode.Karl Heuer1997-11-231-2/+2
* (write-file): Make buffer writable if the new file is.Karl Heuer1997-11-201-0/+4
* (rename-uniquely): Simplify.Karl Heuer1997-11-071-14/+10
* (file-name-non-special): For insert-directory operation,Karl Heuer1997-10-191-0/+6
* (file-name-non-special): If "/:" is the entire fileKarl Heuer1997-10-191-4/+7
* (basic-save-buffer): Set buffer-file-coding-system toKarl Heuer1997-10-191-0/+4
* (revert-without-query): Fix customize type.Karl Heuer1997-10-021-1/+1
* (insert-directory): Encode the file name.Richard M. Stallman1997-09-081-5/+9
* (auto-mode-alist): Handle .m4 and .mc files.Richard M. Stallman1997-09-061-0/+2
* (file-truename) [windows-nt]: Use the canonicalizedGeoff Voelker1997-09-021-3/+30
* Fix indentation.Richard M. Stallman1997-09-011-1/+1
* (hack-local-variables-prop-line): Ignore coding: tag.Kenichi Handa1997-09-011-2/+8
* (find-file-literally): Doc fix.Richard M. Stallman1997-08-271-1/+1
* (revert-buffer): Read a file without any codeKenichi Handa1997-08-261-2/+7
* (append-to-file): Doc-string fixed.Kenichi Handa1997-08-191-2/+1
* (insert-file-literally): New command.Richard M. Stallman1997-08-111-32/+64
* (insert-file-contents-literally): Doc fix.Richard M. Stallman1997-08-071-8/+6
* (cd-absolute): Add missing arg to `error'.Richard M. Stallman1997-08-051-1/+1
* (basic-save-buffer-1): Add missing argument for error.Richard M. Stallman1997-08-041-1/+1
* (insert-file-contents-literally):Richard M. Stallman1997-08-041-21/+10
* (auto-mode-alist): Add ".mf" and ".mp" for meta-mode.el.Richard M. Stallman1997-07-231-0/+3
* (find-file-literally): Temporarily remove tar-mode andRichard M. Stallman1997-07-211-1/+11
* (auto-mode-alist): Recognize .emacs in MSDOG syntax.Richard M. Stallman1997-07-191-2/+2
* (set-auto-mode): If -*- line specifies a mode,Richard M. Stallman1997-07-161-6/+10
* (find-file-literally): New function.Richard M. Stallman1997-07-081-0/+15
* (file-chase-links): When handling .., make newname absolute.Richard M. Stallman1997-06-271-26/+40
* (require-final-newline): Fix custom :type.Richard M. Stallman1997-06-201-1/+3
* (ctl-x-map): Delete the C-x C-q binding for toggle-read-only.Richard M. Stallman1997-06-181-1/+0
* (backup, find-file): Make `files' their parent.Richard M. Stallman1997-06-181-16/+30
* (file-name-non-special): HandleRichard M. Stallman1997-06-081-0/+2
* (file-name-non-special): Special handling forRichard M. Stallman1997-05-301-2/+7
* (find-file): Delete the facility of handling a prefixKenichi Handa1997-05-281-79/+38
* (path-separator, parse-colon-path): Doc fixes.Richard M. Stallman1997-05-201-5/+13
* (backup-extract-version-start): New variable.Richard M. Stallman1997-05-101-20/+22
* (auto-mode-alist): Shuffle a few elements,Richard M. Stallman1997-05-101-4/+4
* Use defgroup and defcustom.Richard M. Stallman1997-05-051-58/+133
* Doc fix.Richard M. Stallman1997-05-051-1/+1
* (set-auto-mode): New arg JUST-FROM-FILE-NAME.Richard M. Stallman1997-05-051-77/+111
* (recover-file): Fix error message.Richard M. Stallman1997-04-211-1/+1
* (auto-mode-alist): Add .dsl and .dsssl for dsssl-mode.Richard M. Stallman1997-04-121-0/+1
* (file-relative-name): Expand both args beforeRichard M. Stallman1997-04-111-9/+21
* (make-auto-save-file-name): Replace both / and \Richard M. Stallman1997-03-291-14/+11
* (recover-session): Add `t' to switches.Richard M. Stallman1997-03-221-1/+2
* (find-file, find-file-other-window,Karl Heuer1997-02-201-42/+88
* (file-relative-name): Protect the match-data.Erik Naggum1997-02-051-8/+9