diff options
| author | Stefan Monnier | 2012-04-13 22:31:50 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-04-13 22:31:50 -0400 |
| commit | ab036cd7bdd7b087047d241ffb5607d14942179e (patch) | |
| tree | e23fcd09ae5352fc52ae4e8bbece56c61bea690a /etc | |
| parent | 1e103a7cd8a0210ad6d66d6105192e8ab8df19e5 (diff) | |
| download | emacs-ab036cd7bdd7b087047d241ffb5607d14942179e.tar.gz emacs-ab036cd7bdd7b087047d241ffb5607d14942179e.zip | |
* lisp/progmodes/which-func.el (which-func-modes): Change default.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -50,6 +50,8 @@ character when doing minibuffer filename prompts. | |||
| 50 | 50 | ||
| 51 | * Changes in Specialized Modes and Packages in Emacs 24.2 | 51 | * Changes in Specialized Modes and Packages in Emacs 24.2 |
| 52 | 52 | ||
| 53 | ** which-function-mode now applies to all applicable major modes by default. | ||
| 54 | |||
| 53 | ** erc will look up server/channel names via auth-source and use the | 55 | ** erc will look up server/channel names via auth-source and use the |
| 54 | channel keys found, if any. | 56 | channel keys found, if any. |
| 55 | 57 | ||