aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/hexl.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index 5c23f491761..3751bcf4bb3 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -1,6 +1,7 @@
1;;; hexl.el --- edit a file in a hex dump format using the hexl filter -*- lexical-binding: t -*- 1;;; hexl.el --- edit a file in a hex dump format using the hexl filter -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 1989, 1994, 1998, 2001-2014 Free Software Foundation, Inc. 3;; Copyright (C) 1989, 1994, 1998, 2001-2015 Free Software Foundation,
4;; Inc.
4 5
5;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu> 6;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu>
6;; Maintainer: emacs-devel@gnu.org 7;; Maintainer: emacs-devel@gnu.org