From mboxrd@z Thu Jan 1 00:00:00 1970 From: Duianto - Subject: ol-notmuch.el first line, incorrect filename: org-notmuch.el Date: Fri, 10 Jan 2020 11:17:45 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39136) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iprMf-0007Yg-2k for emacs-orgmode@gnu.org; Fri, 10 Jan 2020 05:18:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iprMb-00034A-Hd for emacs-orgmode@gnu.org; Fri, 10 Jan 2020 05:17:58 -0500 Received: from mail-io1-xd33.google.com ([2607:f8b0:4864:20::d33]:40130) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iprMb-0002xg-BO for emacs-orgmode@gnu.org; Fri, 10 Jan 2020 05:17:57 -0500 Received: by mail-io1-xd33.google.com with SMTP id x1so1494830iop.7 for ; Fri, 10 Jan 2020 02:17:56 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Problem: The first line of `ol-notmuch.el` shows the filename as: `org-notmuch.el` https://code.orgmode.org/bzg/org-mode/src/3a6061e787efc9793ce1b7445a1f2502f679b40e/contrib/lisp/ol-notmuch.el#L1 Cause: It was overlooked when the other instances in the same file, were renamed in this commit: https://code.orgmode.org/bzg/org-mode/commit/499c0a50cc4b11e37b91374af23cb27ab8fc20d2#diff-6c345091b7fe5d259065a88d401cb738915e6f4R1 Solution: Before: ;;; org-notmuch.el --- Links to notmuch messages After: ;;; ol-notmuch.el --- Links to notmuch messages