Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't change default find-file behaviour
Currently, opening any file that is read-only and not owned by the current user triggers a root login prompt. This occurs for viewing system files (e.g /etc/fstab), built-in elisp libraries (e.g. simple.el.gz) and simply viewing files owned by other users on a shared system. We can't assume that this is the behaviour users want, and changing built-in functions without asking is surprising. Fixes bbatsov#20.
- Loading branch information