]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove define-generic-mode entry (DONE).
authorLute Kamstra <lute@gnu.org>
Mon, 21 Mar 2005 18:18:54 +0000 (18:18 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 21 Mar 2005 18:18:54 +0000 (18:18 +0000)
etc/ChangeLog
etc/TODO

index 92667a1afff449aae1d6f1f2161d94b1f9a75a42..6544de330173592369975ba4a9d07ad27608a546 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-17  Lute Kamstra  <lute@gnu.org>
+
+       * TODO: Remove define-generic-mode entry (DONE).
+
 2005-03-10  Michael Albinus  <michael.albinus@gmx.de>
 
        * NEWS: Explain how to default Tramp to FTP.
index 546d8535ffb69641eea667326f9f653a7857f7fa..b45ee9b67446ce77970b3b325662cf3ca6572822 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -15,9 +15,6 @@ to the FSF.
   ought to be possible to omit text which is invisible (due to a
   text-property, overlay, or selective display) from the kill-ring.
 
-** Redefine define-generic-mode as a macro, so the compiler
-  sees the definitions it generates.
-
 ** Change the way define-minor-mode handles autoloading.
   It should not generate :require.  Or :require in defcustom
   should not be recorded in the user's custom-set-variables call.