mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
(hexl-find-file): Treat windows-nt like ms-dos.
This commit is contained in:
parent
59fc41e547
commit
23fa904007
@ -223,7 +223,7 @@ You can use \\[hexl-find-file] to visit a file in hexl-mode.
|
||||
"Edit file FILENAME in hexl-mode.
|
||||
Switch to a buffer visiting file FILENAME, creating one in none exists."
|
||||
(interactive "fFilename: ")
|
||||
(if (eq system-type 'ms-dos)
|
||||
(if (or (eq system-type 'ms-dos) (eq system-type 'windows-nt))
|
||||
(find-file-binary filename)
|
||||
(find-file filename))
|
||||
(if (not (eq major-mode 'hexl-mode))
|
||||
|
Loading…
x
Reference in New Issue
Block a user