Mercurial > emacs
changeset 50619:e27cb2931931
(hexl-find-file): Bind `default-major-mode' to `fundamental-mode'.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Thu, 17 Apr 2003 02:40:25 +0000 |
parents | ebecc2b80af6 |
children | c76e37ef3b10 |
files | lisp/hexl.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hexl.el Wed Apr 16 20:10:33 2003 +0000 +++ b/lisp/hexl.el Thu Apr 17 02:40:25 2003 +0000 @@ -297,7 +297,7 @@ (let ((completion-ignored-extensions nil)) (read-file-name "Filename: " nil nil 'ret-must-match)))) ;; Ignore the user's setting of default-major-mode. - (let ((default-major-mode 'hexl-mode)) + (let ((default-major-mode 'fundamental-mode)) (find-file-literally filename)) (if (not (eq major-mode 'hexl-mode)) (hexl-mode)))