diff options
| author | Damien Cassou | 2019-08-23 06:30:46 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-08-23 06:30:46 +0200 |
| commit | 1071dfe18175ecf48d98ea9d3fd1468a7a5e9568 (patch) | |
| tree | 9c34aa6a355db545ed43cdb98c6587ba429d3092 /etc | |
| parent | fbbc257190d115dc76e1a8cf4e4992d52d7f55b9 (diff) | |
| download | emacs-1071dfe18175ecf48d98ea9d3fd1468a7a5e9568.tar.gz emacs-1071dfe18175ecf48d98ea9d3fd1468a7a5e9568.zip | |
Add imenu support to xref
* lisp/progmodes/xref.el (xref--imenu-prev-index-position)
(xref--imenu-extract-index-name): Add functions to get imenu support.
(xref--xref-buffer-mode): Set imenu variables to the new functions.
* etc/NEWS: Add corresponding entry (bug#36974).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1849,6 +1849,11 @@ and 'gravatar-force-default'. | |||
| 1849 | *** The built-in ada-mode is now deleted. The Gnu ELPA package is a | 1849 | *** The built-in ada-mode is now deleted. The Gnu ELPA package is a |
| 1850 | good replacement, even in very large source files. | 1850 | good replacement, even in very large source files. |
| 1851 | 1851 | ||
| 1852 | ** xref | ||
| 1853 | |||
| 1854 | --- | ||
| 1855 | *** Imenu support has been added to 'xref--xref-buffer-mode'. | ||
| 1856 | |||
| 1852 | 1857 | ||
| 1853 | * New Modes and Packages in Emacs 27.1 | 1858 | * New Modes and Packages in Emacs 27.1 |
| 1854 | 1859 | ||