diff options
Diffstat (limited to 'lisp/international/robin.el')
-rw-r--r-- | lisp/international/robin.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/international/robin.el b/lisp/international/robin.el index 0ef90b18932..94d2bf18088 100644 --- a/lisp/international/robin.el +++ b/lisp/international/robin.el @@ -20,7 +20,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: @@ -413,9 +413,7 @@ While this input method is active, the variable (progn (setq robin-mode nil) (setq describe-current-input-method-function nil) - (run-hooks - 'robin-inactivate-hook ; for backward compatibility - 'robin-deactivate-hook)) + (run-hooks 'robin-deactivate-hook)) (kill-local-variable 'input-method-function)) ;; activate robin input method. |