wibble
authorPierre Habouzit <madcoder@debian.org>
Sun, 11 Nov 2007 22:34:54 +0000 (23:34 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sun, 11 Nov 2007 22:34:54 +0000 (23:34 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
lib-ui/history.h

index c053b96..8270092 100644 (file)
@@ -11,7 +11,8 @@
 #define _HISTORY_H
 
 enum history_class {
 #define _HISTORY_H
 
 enum history_class {
-  HC_CMD,
+  HC_FIRST,
+  HC_CMD = HC_FIRST,
   HC_ALIAS,
   HC_COMMAND,
   HC_FILE,
   HC_ALIAS,
   HC_COMMAND,
   HC_FILE,
@@ -20,8 +21,6 @@ enum history_class {
   HC_LAST
 };
 
   HC_LAST
 };
 
-#define HC_FIRST HC_CMD
-
 typedef enum history_class history_class_t;
 
 void mutt_init_history (void);
 typedef enum history_class history_class_t;
 
 void mutt_init_history (void);