diff options
| author | Chong Yidong | 2011-04-06 16:10:51 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-04-06 16:10:51 -0400 |
| commit | a83ec3c99a6536a248c4806fbbafbc47c2047bc6 (patch) | |
| tree | 2f32ccd9c93c0c7a0ddefb5f001f0544d919347d /etc | |
| parent | 3e214b503eaf5c8a02b7153e5ddaf40a2d6efb13 (diff) | |
| download | emacs-a83ec3c99a6536a248c4806fbbafbc47c2047bc6.tar.gz emacs-a83ec3c99a6536a248c4806fbbafbc47c2047bc6.zip | |
* lisp/emacs-lisp/tabulated-list.el: New file.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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, |
| 692 | and electric-layout-mode. | 692 | and electric-layout-mode. |
| 693 | 693 | ||
| 694 | ** tabulated-list.el provides a generic major mode for tabulated data, | ||
| 695 | from 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 |