diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-03-12 17:14:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-03-12 17:14:54 +0000 |
commit | c229f83c922d3c74afca6e68df4a288885306684 (patch) | |
tree | cfa5790319bc571a13e9820f43db70d71aa80073 /lisp/hexl.el | |
parent | e974774e1b10dab949a34962950e45c32ca157bc (diff) | |
download | emacs-c229f83c922d3c74afca6e68df4a288885306684.tar.gz |
(hexl-mode-old-local-map, hexl-mode-old-mode-name)
(hexl-mode-old-major-mode): Add defvars.
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r-- | lisp/hexl.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el index 806312b0bba..5fc08177e6b 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -77,6 +77,10 @@ and \"-de\" when dehexlfying a buffer.") (defvar hexl-mode-map nil) +(defvar hexl-mode-old-local-map) +(defvar hexl-mode-old-mode-name) +(defvar hexl-mode-old-major-mode) + ;; routines ;;;###autoload |