From 74fd89fe1747b14688aff1b61088551a5d261628 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 11 Sep 2021 09:15:46 +0200 Subject: [PATCH] * lisp/info.el (Info-streamline-headings): Add entry. --- lisp/info.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/info.el b/lisp/info.el index 62202d342c5..c09c75ad484 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1455,6 +1455,7 @@ is non-nil)." (defvar Info-streamline-headings '(("Emacs" . "Emacs") ("Software development\\|Programming" . "Software development") + ("Compression\\|Data Compression" . "Compression") ("Libraries" . "Libraries") ("Network applications\\|World Wide Web\\|Net Utilities" . "Network applications")) -- 2.39.5