diff options
| author | Dmitry Gutov | 2013-11-24 23:23:47 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2013-11-24 23:23:47 +0200 |
| commit | ee4f026188438f2531364fb042af91b427c0b944 (patch) | |
| tree | 9906d9a6dbd4c40e1a4b816df02ecfdf66c78fc5 /etc | |
| parent | 740bcff0c1de06859c8139dd8e23e82aa28401a0 (diff) | |
| download | emacs-ee4f026188438f2531364fb042af91b427c0b944.tar.gz emacs-ee4f026188438f2531364fb042af91b427c0b944.zip | |
* lisp/imenu.el (imenu-generic-skip-comments-and-strings):
New option.
(imenu--generic-function): Use it.
Fixes: debbugs:15560
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -639,6 +639,10 @@ whether it is safe to use Bash's --noediting option. These days | |||
| 639 | +++ | 639 | +++ |
| 640 | ** There is a new macro `skip-unless' for skipping ERT tests. See the manual. | 640 | ** There is a new macro `skip-unless' for skipping ERT tests. See the manual. |
| 641 | 641 | ||
| 642 | ** Imenu | ||
| 643 | |||
| 644 | *** New option `imenu-generic-skip-comments-and-strings'. | ||
| 645 | |||
| 642 | 646 | ||
| 643 | * New Modes and Packages in Emacs 24.4 | 647 | * New Modes and Packages in Emacs 24.4 |
| 644 | 648 | ||