[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/etc TODO
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs/etc TODO |
Date: |
Thu, 12 Mar 2009 06:27:21 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 09/03/12 06:27:21
Modified files:
etc : TODO
Log message:
Add defcustom trivia.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/etc/TODO?cvsroot=emacs&r1=1.203&r2=1.204
Patches:
Index: TODO
===================================================================
RCS file: /sources/emacs/emacs/etc/TODO,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -b -r1.203 -r1.204
--- TODO 8 Jan 2009 05:11:59 -0000 1.203
+++ TODO 12 Mar 2009 06:27:21 -0000 1.204
@@ -35,6 +35,13 @@
** Convert all defvars with leading `*' in the doc-strings into defcustoms
of appropriate :type and :group.
+** Remove any leading `*'s from defcustom doc-strings.
+
+** Remove unnecessary autoload cookies from defcustoms.
+This needs a bit of care, since often people have become used to
+expecting such variables to always be defined, eg when they modify
+things in their .emacs.
+
* Small but important fixes needed in existing features:
** Flymake's customization mechanism needs to be both simpler (fewer
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs/etc TODO,
Glenn Morris <=