Mercurial > emacs
view vpath.sed @ 37430:a0e805e3a7f1
(diary-entry-marker, calendar-today-marker, calendar-holiday-marker): Use
display-color-p instead of window-system.
(calendar-mode-map, calendar-mode): Use display-popup-menus-p instead of
window-system.
(calendar-hide-window): Use display-multi-frame-p instead of window-system.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 23 Apr 2001 14:19:57 +0000 |
parents | 4e736dcf8065 |
children | 695cf19ef79e |
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)\ \