diff options
| author | Stefan Monnier | 2018-10-15 21:24:14 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2018-10-15 21:24:14 -0400 |
| commit | d9d5b2b7af69ff4697ab0be8e9c4a83e06eb8367 (patch) | |
| tree | 233975d53e1f3f9f78fed410764d57ac8f776672 /etc | |
| parent | 5a4bfbbd450b50908558b95fcc2080e0b3877cb1 (diff) | |
| download | emacs-d9d5b2b7af69ff4697ab0be8e9c4a83e06eb8367.tar.gz emacs-d9d5b2b7af69ff4697ab0be8e9c4a83e06eb8367.zip | |
* lisp/progmodes/octave.el: Register on auto-mode-alist
(octave-maybe-mode): New function.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -287,6 +287,10 @@ in (info "(emacs) Directory Variables") | |||
| 287 | 287 | ||
| 288 | * Changes in Specialized Modes and Packages in Emacs 27.1 | 288 | * Changes in Specialized Modes and Packages in Emacs 27.1 |
| 289 | 289 | ||
| 290 | ** Octave mode | ||
| 291 | The mode is automatically enabled in files that start with the | ||
| 292 | 'function' keyword. | ||
| 293 | |||
| 290 | ** project.el | 294 | ** project.el |
| 291 | *** New commands project-search and project-query-replace | 295 | *** New commands project-search and project-query-replace |
| 292 | 296 | ||