comparison lisp/w32-fns.el @ 85503:59ee4068f60b

* progmodes/gud.el (gud-target-name): Move definition before use. * progmodes/dcl-mode.el: Require imenu at compile time. * progmodes/cc-engine.el (c-maybe-stale-found-type): Pacify byte-compiler. * obsolete/fast-lock.el: Use featurep test instead of string-match. * eshell/esh-mode.el (eshell-handle-ansi-color): Require ansi-color at compile time too. * eshell/em-unix.el (eshell/info): Require info at compile time too. * w32-fns.el: Require w32-vars. * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile time too.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 21 Oct 2007 07:33:32 +0000
parents 9355f9b7bbff
children 589532be95ec
comparison
equal deleted inserted replaced
85502:0b3f2c1b1178 85503:59ee4068f60b
32 ;; [C-M-backspace] defined. 32 ;; [C-M-backspace] defined.
33 ;; mode-line-format defined to show buffer file type. 33 ;; mode-line-format defined to show buffer file type.
34 ;; audio bell initialized. 34 ;; audio bell initialized.
35 35
36 ;;; Code: 36 ;;; Code:
37 (require 'w32-vars)
37 38
38 (defvar explicit-shell-file-name) 39 (defvar explicit-shell-file-name)
39 40
40 ;; Map delete and backspace 41 ;; Map delete and backspace
41 (define-key function-key-map [backspace] "\177") 42 (define-key function-key-map [backspace] "\177")