emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patch to suppress "deprecated cl" warnings plus few others


From: Richard Kim
Subject: patch to suppress "deprecated cl" warnings plus few others
Date: Sat, 22 Aug 2020 11:14:01 -0700

Attached patch suppresses byte compiler warnings.

Most changes are to replace (require 'cl) with (require 'cl-lib). Few other changes were also made simply by following messages printed by the byte compiler, e.g., replacing show-branches with outline-show-branches, org-pop-to-buffer-same-window with pop-to-buffer-same-window, and declaring new-of as a dynamic variable to prevent it from being a free variable.

Attachment: 0001-Suppressed-all-deprecated-cl-warnings-plus-few-other.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]