#!/bin/sh

if emacs --version | grep -q 'Emacs 2[56789]' ; then 
    emacs -f proof-splash-display-screen $*
fi
