aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-04-06 16:10:51 -0400
committerChong Yidong2011-04-06 16:10:51 -0400
commita83ec3c99a6536a248c4806fbbafbc47c2047bc6 (patch)
tree2f32ccd9c93c0c7a0ddefb5f001f0544d919347d /etc
parent3e214b503eaf5c8a02b7153e5ddaf40a2d6efb13 (diff)
downloademacs-a83ec3c99a6536a248c4806fbbafbc47c2047bc6.tar.gz
emacs-a83ec3c99a6536a248c4806fbbafbc47c2047bc6.zip
* lisp/emacs-lisp/tabulated-list.el: New file.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b416e98de0c..08d94a4e9cb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -691,6 +691,9 @@ consult.
691** New global minor modes electric-pair-mode, electric-indent-mode, 691** New global minor modes electric-pair-mode, electric-indent-mode,
692and electric-layout-mode. 692and electric-layout-mode.
693 693
694** tabulated-list.el provides a generic major mode for tabulated data,
695from which other modes can be derived.
696
694** pcase.el provides the ML-style pattern matching macro `pcase'. 697** pcase.el provides the ML-style pattern matching macro `pcase'.
695 698
696** secrets.el is an implementation of the Secret Service API, an 699** secrets.el is an implementation of the Secret Service API, an