aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* (set-auto-mode): If -*- spec doesn't set `mode:',Richard M. Stallman1995-04-161-3/+4
* (set-auto-mode) [WINDOWSNT]: Match insensitive to case.Karl Heuer1995-04-121-1/+2
* (write-file): Default is ask for confirmation only interactively.Richard M. Stallman1995-04-101-6/+10
* (write-file): Fix arg count in call to y-or-n-p.Karl Heuer1995-04-061-1/+1
* (set-auto-mode): Fix previous change.Karl Heuer1995-04-031-2/+5
* (inhibit-first-line-modes-suffixes): New variable.Richard M. Stallman1995-04-021-3/+9
* (insert-directory): Use \ before insert-directory-programRichard M. Stallman1995-03-311-1/+2
* (write-file): Query if file exists already.Richard M. Stallman1995-03-181-0/+3
* (revert-buffer): Doc fix.Richard M. Stallman1995-03-081-1/+1
* (kill-emacs-query-functions): Doc fix.Richard M. Stallman1995-03-021-1/+4
* (revert-buffer): Use current-prefix-arg, not prefix-arg.Karl Heuer1995-02-281-1/+1
* (auto-mode-alist): Fix problem in previous change.Richard M. Stallman1995-02-141-2/+2
* (auto-mode-alist): Add .cpp, .cxx, .hxx, .c++, .h++.Richard M. Stallman1995-02-111-0/+5
* (recover-file): Use ordinary `f' to read file name.Richard M. Stallman1995-02-101-9/+4
* (not-modified): Doc fix.Roland McGrath1995-01-151-2/+5
* (revert-buffer): Recompute buffer-file-truename.Richard M. Stallman1995-01-121-0/+4
* (find-backup-file-name): Run a file name handler.Richard M. Stallman1995-01-121-93/+99
* (auto-mode-alist): Add entries for .cls files, and for /drafts/.Richard M. Stallman1995-01-041-2/+2
* (auto-mode-alist): Add entries for .cls files,Richard M. Stallman1994-12-311-61/+70
* (save-buffers-kill-emacs): Fix backward test of value ofRichard M. Stallman1994-12-241-1/+1
* (hack-local-variables): Run hack-local-variables-hook.Richard M. Stallman1994-12-151-1/+7
* (ignored-local-variables): Mark it risky.Richard M. Stallman1994-12-131-0/+1
* (set-auto-mode): Don't get confused by anything ending in "mode:" which isn'tKarl Heuer1994-12-091-1/+3
* (backup-buffer): Use file-ownership-preserved-p.Richard M. Stallman1994-11-171-1/+1
* (abbreviate-file-name): Handle drive letters on windows-nt as on ms-dos.Richard M. Stallman1994-11-011-1/+2
* (find-file-noselect): Call set-buffer-major-mode here.Karl Heuer1994-10-271-0/+1
* (buffer-file-truename): Doc fix.Richard M. Stallman1994-10-251-1/+1
* (auto-mode-alist): Doc fix.Richard M. Stallman1994-10-191-5/+8
* (set-auto-mode): Discard versions from file name beforeRichard M. Stallman1994-10-041-2/+3
* (file-truename): If name has no dir, use default-directory.Richard M. Stallman1994-10-021-1/+1
* (save-buffers-kill-emacs): Fix previous change.Richard M. Stallman1994-10-011-1/+1
* (save-buffers-kill-emacs): Use run-hook-with-args-until-failure.Richard M. Stallman1994-09-301-25/+11
* (hack-one-local-variable): Support safe-local-variable property.Richard M. Stallman1994-09-271-2/+7
* (auto-mode-alist): Handle ada-mode and icon-mode.Richard M. Stallman1994-09-241-0/+2
* (find-alternate-file): Confirm killing buffer only if it is visiting a file.Richard M. Stallman1994-09-241-1/+1
* (file-ownership-preserved-p): New function.Richard M. Stallman1994-09-221-0/+7
* (basic-save-buffer-1): If writing temp file failsRichard M. Stallman1994-09-201-2/+6
* (file-name-sans-extension): New function.Richard M. Stallman1994-09-191-0/+13
* (after-find-file-from-revert-buffer): Add defvar.Richard M. Stallman1994-08-281-0/+2
* (find-file-noselect): Improve "file changed" message.Richard M. Stallman1994-08-251-1/+1
* (after-find-file): New arg renamed to after-find-file-from-revert-buffer.Richard M. Stallman1994-08-171-2/+4
* (after-find-file): New arg from-revert-buffer.Richard M. Stallman1994-08-171-2/+3
* (save-buffer): Unconditionally make a backup with 2 orRichard M. Stallman1994-08-061-1/+2
* (file-truename): Temporarily get rid of theRichard M. Stallman1994-07-291-2/+9
* (set-auto-mode): Shorten scope of case-fold-search binding.Richard M. Stallman1994-07-271-50/+55
* (rmail-output-file-alist): Mark it risky.Richard M. Stallman1994-07-141-0/+1
* (insert-directory): Fix previous change.Richard M. Stallman1994-07-131-2/+2
* (insert-directory): Fix prev change.Richard M. Stallman1994-07-121-9/+11
* (insert-directory): Allow list for SWITCHES.Richard M. Stallman1994-07-121-5/+23
* (hack-one-local-variable): Check for root using user-uid.Richard M. Stallman1994-07-081-1/+1