emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/hexl.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/hexl.el
Date: Wed, 16 Apr 2003 22:40:25 -0400

Index: emacs/lisp/hexl.el
diff -c emacs/lisp/hexl.el:1.80 emacs/lisp/hexl.el:1.81
*** emacs/lisp/hexl.el:1.80     Thu Apr  3 18:01:12 2003
--- emacs/lisp/hexl.el  Wed Apr 16 22:40:25 2003
***************
*** 297,303 ****
      (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))
      (find-file-literally filename))
    (if (not (eq major-mode 'hexl-mode))
        (hexl-mode)))
--- 297,303 ----
      (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 'fundamental-mode))
      (find-file-literally filename))
    (if (not (eq major-mode 'hexl-mode))
        (hexl-mode)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]