aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2018-10-15 21:24:14 -0400
committerStefan Monnier2018-10-15 21:24:14 -0400
commitd9d5b2b7af69ff4697ab0be8e9c4a83e06eb8367 (patch)
tree233975d53e1f3f9f78fed410764d57ac8f776672 /etc
parent5a4bfbbd450b50908558b95fcc2080e0b3877cb1 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 946a823173a..b46dcae9c23 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
291The 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