• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching +defs:old +defs:table

111 (defvar hexl-mode-old-hl-line-mode)
112 (defvar hexl-mode-old-hl-line-range-function)
113 (defvar hexl-mode-old-hl-line-face)
114 (defvar hexl-mode-old-local-map)
115 (defvar hexl-mode-old-mode-name)
116 (defvar hexl-mode-old-major-mode)
117 (defvar hexl-mode-old-ruler-mode)
118 (defvar hexl-mode-old-ruler-function)
119 (defvar hexl-mode-old-isearch-search-fun-function)
120 (defvar hexl-mode-old-require-final-newline)
121 (defvar hexl-mode-old-syntax-table)
122 (defvar hexl-mode-old-font-lock-keywords)
176 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
242 ;; We do not turn off the old major mode; instead we just
244 (make-local-variable 'hexl-mode-old-local-map)
245 (setq hexl-mode-old-local-map (current-local-map))
248 (make-local-variable 'hexl-mode-old-mode-name)
249 (setq hexl-mode-old-mode-name mode-name)
252 (set (make-local-variable 'hexl-mode-old-isearch-search-fun-function)
257 (make-local-variable 'hexl-mode-old-major-mode)
258 (setq hexl-mode-old-major-mode major-mode)
261 (make-local-variable 'hexl-mode-old-ruler-mode)
262 (setq hexl-mode-old-ruler-mode
265 (make-local-variable 'hexl-mode-old-hl-line-mode)
266 (setq hexl-mode-old-hl-line-mode
269 (make-local-variable 'hexl-mode-old-syntax-table)
270 (setq hexl-mode-old-syntax-table (syntax-table))
271 (set-syntax-table (standard-syntax-table))
275 (make-local-variable 'hexl-mode-old-require-final-newline)
276 (setq hexl-mode-old-require-final-newline require-final-newline)
280 (make-local-variable 'hexl-mode-old-font-lock-keywords)
281 (setq hexl-mode-old-font-lock-keywords font-lock-defaults)
397 (if (and (boundp 'ruler-mode) ruler-mode (not hexl-mode-old-ruler-mode))
399 (when (boundp 'hexl-mode-old-ruler-function)
400 (setq ruler-mode-ruler-function hexl-mode-old-ruler-function))
402 (if (and (boundp 'hl-line-mode) hl-line-mode (not hexl-mode-old-hl-line-mode))
404 (when (boundp 'hexl-mode-old-hl-line-range-function)
405 (setq hl-line-range-function hexl-mode-old-hl-line-range-function))
406 (when (boundp 'hexl-mode-old-hl-line-face)
407 (setq hl-line-face hexl-mode-old-hl-line-face))
409 (setq require-final-newline hexl-mode-old-require-final-newline)
410 (setq mode-name hexl-mode-old-mode-name)
411 (setq isearch-search-fun-function hexl-mode-old-isearch-search-fun-function)
412 (use-local-map hexl-mode-old-local-map)
413 (set-syntax-table hexl-mode-old-syntax-table)
414 (setq font-lock-defaults hexl-mode-old-font-lock-keywords)
415 (setq major-mode hexl-mode-old-major-mode)
950 (unless (boundp 'hexl-mode-old-ruler-function)
951 (set (make-local-variable 'hexl-mode-old-ruler-function)
960 (unless (boundp 'hexl-mode-old-hl-line-range-function)
961 (set (make-local-variable 'hexl-mode-old-hl-line-range-function)
963 (unless (boundp 'hexl-mode-old-hl-line-face)
964 (set (make-local-variable 'hexl-mode-old-hl-line-face)