Create function open-this-file-as-other-user

It opens the current file as the specified user or root.
This commit is contained in:
2016-11-10 11:31:50 +01:00
parent 50d518a906
commit ccdc042a89
2 changed files with 14 additions and 0 deletions

View File

@@ -827,6 +827,7 @@
(load "buf-manipulation.el")
(load "text-manip")
(load "frame-manip")
(load "file-manip")
;; Define aliases
(defalias 'yes-or-no-p 'y-or-n-p)