changeset 1219:4a1aab12ab37

[enum backup_type]: Set `none' to 1.
author Jim Meyering <jim@meyering.net>
date Tue, 20 Jan 1998 11:34:04 +0000
parents 51cf07183c67
children 6ec465c0d5c4
files lib/backupfile.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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,