mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* 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.
This commit is contained in:
parent
3b0664df03
commit
2f42c75fb0
9 changed files with 35 additions and 8 deletions
|
|
@ -34,6 +34,7 @@
|
|||
;; audio bell initialized.
|
||||
|
||||
;;; Code:
|
||||
(require 'w32-vars)
|
||||
|
||||
(defvar explicit-shell-file-name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue