summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
commit1c5bd65eeb5e36c59e4dc0b74dd89118f07b599c (patch)
tree68ee294467ed1fab8e9e66d47928c7be9ddb88de /lisp/hexl.el
parent5c34f1fc000ee9a38b100315103b0dde4a5fe964 (diff)
downloademacs-1c5bd65eeb5e36c59e4dc0b74dd89118f07b599c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index 8671413e81a..b736f28fa40 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -1,5 +1,5 @@
-;; -*-Emacs-Lisp-*-
-;; hexl-mode -- Edit a file in a hex dump format.
+;;; hexl-mode.el --- edit a file in a hex dump format.
+
;; Copyright (C) 1989 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -656,4 +656,4 @@ You may also type up to 3 octal digits, to insert a character with that code"
(define-key hexl-mode-map "\C-x\C-s" 'hexl-save-buffer)
(define-key hexl-mode-map "\C-x\C-t" 'undefined))
-;; The End.
+;;; hexl.el ends here