mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
Merge from savannah/emacs-30
72cf9964f3Inaccuracy in efaq.texifc48e9e8ed; Fix typos in DOS Makefile scripts9b8d754579; * etc/NEWS: Explain Nextstep.8819e5a45dFix treesit crash (bug#71681)eaf2dc96c1; Fix SHR test on MS-Windows57880f597cDelete redundant mention of `with-eval-after-load'ea8ce98434* doc/misc/efaq.texi (New in Emacs 30): Fix typos.45a20d781a; Fix typos in symbolsd95f039af4Document security fixes in FAQd063af203cAdd "New in Emacs 30" to FAQca6b484162; * etc/NEWS: Move "Minibuffer and Completions"35c46663e4; * etc/NEWS: Move item to "Lisp Changes".0515b38d28; * etc/NEWS: Move keyboard macro items closer together.22af3a7103; * etc/NEWS: More copy-edits.000ef8876a; * etc/NEWS: Move items to "Incompatible Lisp Changes".4088dc8e4c; * etc/NEWS: Rearrange "Incompatible Lisp Changes".179800f36b; * lisp/epg.el (epg--start): Add commentary about encoding.73898f0214Fix non-ASCII filename operatiion on EasyPG (bug#71500)a65b6aac6bSilence warning with global minor mode :predicatef5f7343ac4; * etc/NEWS: Move an item to "Startup Changes"c95066bf18; * etc/NEWS: Move some Lisp items to better place.bf7db88ce1; * etc/NEWS: Rearrange "Editing Changes in Emacs 30.1"000424eb9e; * etc/NEWS: Make touch screen support more prominent.5b5671587f; * etc/NEWS: Rearrange "Changes in Emacs 30.1".31124abdef; * lisp/thingatpt.el (sexp-at-point): Doc fix (bug#71777).44f269d6e6Fix: make 'xwidget-webkit-scroll-backward' scroll backwards358085997cMerge branch 'emacs-30' of git.savannah.gnu.org:/srv/git/...736b7cad40Add jsdoc support to php-ts-mode in <script> element5f3d964e39Update to Transient v0.7.2-4-gf75bc48d # Conflicts: # etc/NEWS
This commit is contained in:
commit
e2561e267f
28 changed files with 1030 additions and 890 deletions
|
|
@ -1055,7 +1055,7 @@ If DST-N is specified, use it; otherwise assume it to be the current slot."
|
|||
"Set constant VAL to current slot."
|
||||
(comp--add-const-to-relocs val)
|
||||
;; Leave relocation index nil on purpose, will be fixed-up in final
|
||||
;; by `comp-finalize-relocs'.
|
||||
;; by `comp--finalize-relocs'.
|
||||
(comp--emit `(setimm ,(comp--slot) ,val)))
|
||||
|
||||
(defun comp--make-curr-block (block-name entry-sp &optional addr)
|
||||
|
|
|
|||
|
|
@ -524,7 +524,8 @@ on if the hook has explicitly disabled it.
|
|||
(progn
|
||||
(put ',global-mode 'globalized-minor-mode t)
|
||||
:autoload-end
|
||||
(defvar-local ,MODE-major-mode nil))
|
||||
(defvar-local ,MODE-major-mode nil)
|
||||
,@(when predicate `((defvar ,MODE-predicate))))
|
||||
;; The actual global minor-mode
|
||||
(define-minor-mode ,global-mode
|
||||
,(concat (format "Toggle %s in all buffers.\n" pretty-name)
|
||||
|
|
|
|||
|
|
@ -228,10 +228,9 @@ Usage example:
|
|||
(when (setq command
|
||||
(let ((current-key-remap-sequence
|
||||
(vector tchar)))
|
||||
;; Provide an empty prompt to `t-s-t-t' so
|
||||
;; that it may not repeatedly display
|
||||
;; and/or disable the on-screen keyboard,
|
||||
;; or move point.
|
||||
;; Provide an empty prompt so that it may
|
||||
;; not repeatedly display and/or disable
|
||||
;; the on-screen keyboard, or move point.
|
||||
(touch-screen-translate-touch "")))
|
||||
(setq command (if (> (length command) 0)
|
||||
(aref command 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue