Merge remote-tracking branch 'origin/master' into feature/android
This commit is contained in:
commit
fce2e2f264
2 changed files with 2 additions and 3 deletions
|
@ -626,8 +626,7 @@ The string represents the same events; Meta is indicated by bit 7.
|
|||
This function assumes that the events can be stored in a string."
|
||||
(setq seq (copy-sequence seq))
|
||||
(cl-loop for i below (length seq) do
|
||||
(when (/= (logand (aref seq i) 128) 0)
|
||||
(setf (aref seq i) (logand (aref seq i) 127))))
|
||||
(setf (aref seq i) (logand (aref seq i) 127)))
|
||||
seq)
|
||||
|
||||
;; These are needed in a --without-x build.
|
||||
|
|
|
@ -496,7 +496,7 @@ Assumes the caller has bound `macroexpand-all-environment'."
|
|||
;; Record which arguments expect functions, so we can warn when those
|
||||
;; are accidentally quoted with ' rather than with #'
|
||||
(dolist (f '( funcall apply mapcar mapatoms mapconcat mapc cl-mapcar maphash
|
||||
map-char-table map-keymap map-keymap-internal))
|
||||
mapcan map-char-table map-keymap map-keymap-internal))
|
||||
(put f 'funarg-positions '(1)))
|
||||
(dolist (f '( add-hook remove-hook advice-remove advice--remove-function
|
||||
defalias fset global-set-key run-after-idle-timeout
|
||||
|
|
Loading…
Add table
Reference in a new issue