Make version checking in emacs.texi consistent with how we set it there.
This commit is contained in:
parent
d1c1661b89
commit
ad4c2ff25d
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ echo Version numbers are $version and $shortversion
|
|||
|
||||
if [ $update = yes ];
|
||||
then
|
||||
if grep -s "GNU Emacs version ${shortversion}" ./man/emacs.texi > /dev/null; then
|
||||
if grep -s "@set EMACSVER *${shortversion}" ./man/emacs.texi > /dev/null; then
|
||||
true
|
||||
else
|
||||
echo "You must update the version number in \`./man/emacs.texi'"
|
||||
|
|
Loading…
Add table
Reference in a new issue