aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-05-18 19:56:44 -0700
committerGlenn Morris2010-05-18 19:56:44 -0700
commit38b8b32648883e07cfeaeb3ee3bbad38c623242b (patch)
treea16ccc2fbcb984d9d5c431ea99b238187bbb07bf
parentd494e8f280d632eda3ed2feab993a97b104cd788 (diff)
downloademacs-38b8b32648883e07cfeaeb3ee3bbad38c623242b.tar.gz
emacs-38b8b32648883e07cfeaeb3ee3bbad38c623242b.zip
* etc/TODO: prog-mode updates.
-rw-r--r--etc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/TODO b/etc/TODO
index f21d105b2cd..00fbc625f77 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -40,9 +40,9 @@ make it.
40 fix_submap_inheritance hack and to more cleanly express the 40 fix_submap_inheritance hack and to more cleanly express the
41 relationship between minibuffer-local-*-map): I've had this locally 41 relationship between minibuffer-local-*-map): I've had this locally
42 for a long time, but the details of the semantics is somewhat ... delicate. 42 for a long time, but the details of the semantics is somewhat ... delicate.
43*** prog-mode (a parent-mode, like text-mode). Could/should provide 43*** Derive from prog-mode in more places, close bug#5532.
44 a better fill-paragraph default that uses syntax-tables to recognize 44*** prog-mode could/should provide a better fill-paragraph default
45 string/comment boundaries. 45 that uses syntax-tables to recognize string/comment boundaries.
46*** provide more completion-at-point-functions. Make existing 46*** provide more completion-at-point-functions. Make existing
47 in-buffer completion use completion-at-point. 47 in-buffer completion use completion-at-point.
48*** "functional" function-key-map that would make it easy to add (and 48*** "functional" function-key-map that would make it easy to add (and