diff options
| -rw-r--r-- | lisp/term/haiku-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/haiku-win.el b/lisp/term/haiku-win.el index b7f1991381b..9fa50d62e85 100644 --- a/lisp/term/haiku-win.el +++ b/lisp/term/haiku-win.el | |||
| @@ -200,7 +200,7 @@ take effect on menu items until the menu bar is updated again." | |||
| 200 | (unless (cadr field) | 200 | (unless (cadr field) |
| 201 | ;; Add B_MIME_TYPE to the message if the type was not | 201 | ;; Add B_MIME_TYPE to the message if the type was not |
| 202 | ;; previously defined. | 202 | ;; previously defined. |
| 203 | (push 1296649641 (alist-get (car selection-result) message | 203 | (push 1296649541 (alist-get (car selection-result) message |
| 204 | nil nil #'equal)))) | 204 | nil nil #'equal)))) |
| 205 | (push (cadr selection-result) | 205 | (push (cadr selection-result) |
| 206 | (cdr (alist-get (car selection-result) message | 206 | (cdr (alist-get (car selection-result) message |