branch: elpa/powershell
commit 6d14d87922738b16d76a787a14bb1fce7dd74bb3
Author: Kien Nguyen <[email protected]>
Commit: Kien Nguyen <[email protected]>

    replace obsoleted font-lock-reference-face with font-lock-constant face
---
 powershell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/powershell.el b/powershell.el
index 0bfe80c72ec..d4d59028ef2 100644
--- a/powershell.el
+++ b/powershell.el
@@ -541,7 +541,7 @@ characters that can't be set by the `syntax-table' alone.")
       (2 (cons font-lock-type-face '(underline)) t t))
      ;; function argument names
      (,powershell-function-switch-names-regexp
-      (0 font-lock-reference-face)
+      (0 font-lock-constant-face)
       (1 (cons font-lock-type-face '(underline)) t t)
       (2 (cons font-lock-type-face '(underline)) t t))
      ;; function names

Reply via email to