changeset 10976:354c9e79de15

(hexl-mode-old-local-map, hexl-mode-old-mode-name) (hexl-mode-old-major-mode): Add defvars.
author Richard M. Stallman <rms@gnu.org>
date Sun, 12 Mar 1995 17:14:54 +0000
parents 5abad4aec8e0
children a173cfead4ce
files lisp/hexl.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/hexl.el	Sun Mar 12 09:39:49 1995 +0000
+++ b/lisp/hexl.el	Sun Mar 12 17:14:54 1995 +0000
@@ -77,6 +77,10 @@
 
 (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