Skip to content

Commit 36b0e2e

Browse files
committed
Fix typo
1 parent 23cb7fd commit 36b0e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emacs-27.1-inline.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ diff -crN --exclude .git emacs_origin/lisp/term/ns-win.el emacs/lisp/term/ns-win
13301330
+ (defun mac-ime-active-p ()
13311331
+ "Non-nil if current input source is not Roman or `mac-default-input-ascii'."
13321332
+ (let ((input-source (mac-get-current-input-source)))
1333-
+ (not (or (string-match "\\.\\(Roman\\|US\\ABC\\)$" input-source)
1333+
+ (not (or (string-match "\\.\\(Roman\\|US\\|ABC\\)$" input-source)
13341334
+ (equal mac-default-input-ascii input-source)))))
13351335
+
13361336
+ (defun mac-ime-activate ()

0 commit comments

Comments
 (0)