From 6d0959581ad92f01df6c5e932bacf8cbe77cc372 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 3 Apr 2008 04:12:51 +0000 Subject: [PATCH] Add defvar -> defcustom. --- etc/TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/TODO b/etc/TODO index c8542374a6e..2701e0e5cbd 100644 --- a/etc/TODO +++ b/etc/TODO @@ -33,6 +33,9 @@ It can use the same icons as gud. ** Check what minor modes don't use define-minor-mode and convert them to use it. +** Convert all defvars with leading `*' in the doc-strings into defcustoms +of appropriate :type and :group. + * Small but important fixes needed in existing features: ** Flymake's customization mechanism needs to be both simpler (fewer -- 2.11.4.GIT