From 3950c4888525c67aa73c5132afd7ef1e97e64d3a Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 31 Dec 2020 16:18:56 +0000 Subject: [PATCH] ; Fix typo in version of recent obsoletion --- dash.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash.el b/dash.el index d57feed..162680c 100644 --- a/dash.el +++ b/dash.el @@ -2913,7 +2913,7 @@ See also `dash-fontify-mode-lighter' and 'dash-enable-fontlock #'global-dash-fontify-mode "2.18.0") (define-obsolete-function-alias - 'dash-enable-font-lock #'global-dash-fontify-mode "2.17.0") + 'dash-enable-font-lock #'global-dash-fontify-mode "2.18.0") (provide 'dash) ;;; dash.el ends here