mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-15 11:21:19 -07:00
* lisp/term/haiku-win.el (x-begin-drag): Fix type code of B_MIME_TYPE.
This commit is contained in:
parent
00172ae0c8
commit
dfdd2f6f23
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ take effect on menu items until the menu bar is updated again."
|
|||
(unless (cadr field)
|
||||
;; Add B_MIME_TYPE to the message if the type was not
|
||||
;; previously defined.
|
||||
(push 1296649641 (alist-get (car selection-result) message
|
||||
(push 1296649541 (alist-get (car selection-result) message
|
||||
nil nil #'equal))))
|
||||
(push (cadr selection-result)
|
||||
(cdr (alist-get (car selection-result) message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue