view vpath.sed @ 74333:b77f0a410819

(hl-line-range-function, hl-line-face): Declare variables to avoid bytecomp warnings. (hexl-mode-old-ruler-function): New variable. (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function' and `hl-line-range-function' after `require' hl-line. Then bind `hl-line-range-function' and `hl-line-face'. Don't require frame. Don't use `with-no-warnings'. (hexl-activate-ruler): Store the original value of `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'. (hexl-mode-exit): Restore the original value of `ruler-mode-ruler-function'.
author Masatake YAMATO <jet@gyve.org>
date Thu, 30 Nov 2006 16:10:03 +0000
parents 695cf19ef79e
children 375f2633d815
line wrap: on
line source

/^VPATH *=/c\
# This works only in GNU make.  Using the patterns avoids\
# object files being found by VPATH, and thus permits building\
# when $srcdir is configured itself.\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\

# arch-tag: 56a64b50-e4e8-443a-960f-f13af0f1a545