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
###--------------------------------------------------------------------------