# HG changeset patch # User Jim Meyering # Date 885296044 0 # Node ID 4a1aab12ab378fcaaa850e74743a3de930337d0e # Parent 51cf07183c6716107a95fc93c660717aff38a62f [enum backup_type]: Set `none' to 1. diff --git a/lib/backupfile.h b/lib/backupfile.h --- a/lib/backupfile.h +++ b/lib/backupfile.h @@ -1,5 +1,5 @@ /* backupfile.h -- declarations for making Emacs style backup file names - Copyright (C) 1990, 1991, 1992, 1997 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1997, 1998 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ enum backup_type { /* Never make backups. */ - none, + none = 1, /* Make simple backups of every file. */ simple,