aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-03-12 17:14:54 +0000
committerRichard M. Stallman1995-03-12 17:14:54 +0000
commitf39c6650e2bc91e8cd323c2fab2ff652fe0f8e8a (patch)
tree2559a28d402a13779f5cbf4601fb4cd24a4aa436
parent519bfec49611bbe4d4b7ea642c755c70ba014f1d (diff)
downloademacs-f39c6650e2bc91e8cd323c2fab2ff652fe0f8e8a.tar.gz
emacs-f39c6650e2bc91e8cd323c2fab2ff652fe0f8e8a.zip
(hexl-mode-old-local-map, hexl-mode-old-mode-name)
(hexl-mode-old-major-mode): Add defvars.
-rw-r--r--lisp/hexl.el4
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.")
77 77
78(defvar hexl-mode-map nil) 78(defvar hexl-mode-map nil)
79 79
80(defvar hexl-mode-old-local-map)
81(defvar hexl-mode-old-mode-name)
82(defvar hexl-mode-old-major-mode)
83
80;; routines 84;; routines
81 85
82;;;###autoload 86;;;###autoload