Merge from origin/emacs-24

e13e3bd * admin/update_autogen (commit): Prepend "# " to commit message.
This commit is contained in:
Fabián Ezequiel Gallina 2015-01-28 00:59:33 -03:00
commit 0b2014f9cb
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2015-01-03 Glenn Morris <rgm@gnu.org>
* update_autogen (commit): Prepend "# " to commit message.
2015-01-24 Paul Eggert <eggert@cs.ucla.edu>
Fix a couple of AM_V_GEN bugs

View file

@ -228,7 +228,7 @@ commit ()
echo "Committing..."
$vcs commit -m "Auto-commit of $type files." "$@" || return $?
$vcs commit -m "# Auto-commit of $type files." "$@" || return $?
[ "$vcs" = "git" ] && {
$vcs push || return $?