summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
f2f7e6c)
And have done for a while. So notice them when deciding whether to
clobber $PAGER.
## Turn off pagers inside Emacs shell buffers.
case "$INSIDE_EMACS" in
## Turn off pagers inside Emacs shell buffers.
case "$INSIDE_EMACS" in
- 22.*,comint) export PAGER=cat ;;
+ 2[2-9].*,comint | [3-9][0-9].*,comint) export PAGER=cat ;;
esac
###--------------------------------------------------------------------------
esac
###--------------------------------------------------------------------------