Mercurial > emacs
comparison lisp/hexl.el @ 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 | 2e151c5d8485 |
children | 53205d572b1b |
comparison
equal
deleted
inserted
replaced
10975:5abad4aec8e0 | 10976:354c9e79de15 |
---|---|
74 | 74 |
75 (defvar hexl-max-address 0 | 75 (defvar hexl-max-address 0 |
76 "Maximum offset into hexl buffer.") | 76 "Maximum offset into hexl buffer.") |
77 | 77 |
78 (defvar hexl-mode-map nil) | 78 (defvar hexl-mode-map nil) |
79 | |
80 (defvar hexl-mode-old-local-map) | |
81 (defvar hexl-mode-old-mode-name) | |
82 (defvar hexl-mode-old-major-mode) | |
79 | 83 |
80 ;; routines | 84 ;; routines |
81 | 85 |
82 ;;;###autoload | 86 ;;;###autoload |
83 (defun hexl-mode (&optional arg) | 87 (defun hexl-mode (&optional arg) |