]> git.eshelyaron.com Git - emacs.git/commit
Make `global-so-long-mode' handle unrecognised file types
authorPhil Sainty <psainty@orcon.net.nz>
Sun, 10 Jan 2021 01:43:16 +0000 (14:43 +1300)
committerPhil Sainty <psainty@orcon.net.nz>
Tue, 3 Aug 2021 11:20:06 +0000 (23:20 +1200)
commite8718522c22db801a7a89266cc5a9ee40c3fcbe0
treed284bd38bc332b6a764cdde4e459d3865e9b5505
parent9df60d52d50b86639a82f22d7c0a07a81c3ba817
Make `global-so-long-mode' handle unrecognised file types

* lisp/so-long.el (so-long-target-modes): Add `fundamental-mode'

* etc/NEWS: Describe changes.

This doesn't affect buffers which are simply in `fundamental-mode' by
default.  It only affects buffers for which `set-auto-mode' has been
called (normally via `find-file') without establishing a different
major mode.
etc/NEWS
lisp/so-long.el