Use numeric prefixes on source files

This commit is contained in:
Laurence Withers 2007-08-08 12:03:18 +00:00
commit 32f26f386a
63 changed files with 60 additions and 60 deletions

View file

@ -40,4 +40,4 @@ then
fi
# kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@
# vim: syntax=sh:@VIM_MODELINE@

View file

@ -18,4 +18,4 @@ done
print_success "Documentation installed"
# kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@
# vim: syntax=sh:@VIM_MODELINE@

View file

@ -9,4 +9,4 @@ add_config_option "DOCSDIR" "${COPT_DOCSDIR_DEFAULT}"
true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
# vim: expandtab:ts=4:sw=4
# vim: syntax=sh:expandtab:ts=4:sw=4