Skip to content

Commit

Permalink
[Fix #1635] Update a define-obsolete-variable-alias usage for Emacs 28
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 4, 2021
1 parent 8e889af commit c31bd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -4873,7 +4873,7 @@ If the current buffer does not belong to a project, call `previous-buffer'."


;;; Projectile Minor mode
(define-obsolete-variable-alias 'projectile-mode-line-lighter 'projectile-mode-line-prefix)
(define-obsolete-variable-alias 'projectile-mode-line-lighter 'projectile-mode-line-prefix "0.12.0")
(defcustom projectile-mode-line-prefix
" Projectile"
"Mode line lighter prefix for Projectile.
Expand Down

0 comments on commit c31bd41

Please sign in to comment.