]> git.eshelyaron.com Git - emacs.git/commitdiff
(hexl-mode-old-local-map, hexl-mode-old-mode-name)
authorRichard M. Stallman <rms@gnu.org>
Sun, 12 Mar 1995 17:14:54 +0000 (17:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 12 Mar 1995 17:14:54 +0000 (17:14 +0000)
(hexl-mode-old-major-mode): Add defvars.

lisp/hexl.el

index 806312b0bba43bc145db958f9d7ac5c7be259135..5fc08177e6bac24605c42dfab2e05487003551d6 100644 (file)
@@ -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