emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/denote 39d85280ee 14/14: Define obsolete alias of fonti


From: ELPA Syncer
Subject: [elpa] externals/denote 39d85280ee 14/14: Define obsolete alias of fontification var
Date: Sat, 9 Jul 2022 02:57:37 -0400 (EDT)

branch: externals/denote
commit 39d85280eee205579e7b36889055c150d106ffc0
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Define obsolete alias of fontification var
    
    This is a follow-up to commit 3f2e078, which was contributed on the
    GitHub mirror as pull request 40:
    <https://github.com/protesilaos/denote/pull/40>.
---
 denote-faces.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/denote-faces.el b/denote-faces.el
index ad37cd1a65..12e2220922 100644
--- a/denote-faces.el
+++ b/denote-faces.el
@@ -100,6 +100,11 @@ and seconds."
      (7 'denote-faces-extension nil t )))
   "Keywords for fontification of file names.")
 
+(define-obsolete-variable-alias
+  'denote-faces-file-name-with-subdir-keywords
+  'denote-faces-file-name-keywords-for-backlinks
+  "0.3.0")
+
 (defconst denote-faces-file-name-keywords-for-backlinks
   `((,(concat "^\\(?8:.*/\\)?" denote-faces--file-name-regexp)
      (8 'denote-faces-subdirectory nil t)



reply via email to

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