]> git.eshelyaron.com Git - emacs.git/commitdiff
Derive `Info-mode' from `special-mode'
authorRichard Hansen <rhansen@rhansen.org>
Sun, 17 Jul 2022 04:56:10 +0000 (00:56 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 18 Jul 2022 01:58:54 +0000 (21:58 -0400)
* lisp/info.el (Info-mode): Derive `Info-mode' from `special-mode'.
This makes it easier to exclude it from globalized minor modes that
don't apply to special modes (such as `global-whitespace-mode' and
`global-display-fill-column-indicator-mode').

lisp/info.el

index 7fdb893edc59788bee91cb98f0d7c56915278860..fca4051224671ec266de278bf60e927242231a36 100644 (file)
@@ -4382,7 +4382,7 @@ a string of ASCII characters.")
 
 ;; Autoload cookie needed by desktop.el
 ;;;###autoload
-(define-derived-mode Info-mode nil "Info" ;FIXME: Derive from special-mode?
+(define-derived-mode Info-mode special-mode "Info"
   "Info mode provides commands for browsing through the Info documentation tree.
 Documentation in Info is divided into \"nodes\", each of which discusses
 one topic and contains references to other nodes which discuss related