bbatsov / solarized-emacs

The Solarized colour theme, ported to Emacs.
772 stars 176 forks source link

define-obsolete-function-alias added required 3rd parameter #410

Closed wlharvey4 closed 3 years ago

wlharvey4 commented 3 years ago

The function define-obsolete-function-alias changed its optional third parameter into a required parameter, which is a string indicating when or at which version the old function became obsolete. This change simply adds the required third parameter using "26". Without this change, solarized.el creates an error which prevents the theme from being loaded, but also prevents any other theme from being loaded via the `customize-themes' function.


Before submitting a PR make sure the following things have been done (and denote this by checking the relevant checkboxes):

Thanks!

wlharvey4 commented 3 years ago

I have corrected that version number to 1.3.0, from 48290fc53337d3c92acc1c8111aed07222f0ee51 added on 11/3/2019.

bbatsov commented 3 years ago

Thanks!