You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* change input-method-inactivate-hook to input-method-deactivate-hook
input-method-inactivate-hook obsolete since emacs 24 and removed on emacs
29. Use the new one.
https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29
Note that one in tc-sysdep.el kept intact, but it will be removed in a
following commit.
Reference: #17
* change inactivate-current-input-method-function to deactivate-current-input-method-function
inactivate-current-input-method-function obsolete since emacs 24 and
removed on emacs 29. Use the new one.
https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29
Note that one in tc-sysdep.el kept intact, but it will be removed in a
following commit.
Reference: #17
* change set-face-underline-p to set-face-underline
set-face-underline-p obsolete since emacs 24 and removed on emacs 29. Use
the new one.
https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29
Reference: #17
0 commit comments