mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Merge from origin/emacs-29
3bdbb66efb; CONTRIBUTE: Minor stylistic changes.d0eb12e8d3Fix typo in section 14.1 of Emacs Manualb2fbec37f3; * etc/EGLOT-NEWS: Clarify scope of topmost section131ec049dbEglot: unbreak eglot-extend-to-xref on w320622e1f29fEglot: ensure server shutdown turns off eglot-inlay-hints...59f66ea302; * lisp/emacs-lisp/package-vc.el: Remove completed item ...d23dc3dd7e; * lisp/emacs-lisp/package-vc.el (package-vc): Fix manua...4508a024e8; Clarify documentation of 'cursor' text propertyd2e82817a3Add two typescript-ts-mode faces (bug#62429)10918fc9d2Fix scrolling window when point moves up9b32bc134cImprove documentation of 'defcustom's :set keywordab4273056eComp fix calls to redefined primtives with op-bytecode (b...c98929c7e1; Fix last changea14c3f62a6; Fix last change09fece5722Fix duplicate defcustom in eww.ele45bd10a3dFix indentation regression in 'C-h l'46fd10a760* doc/misc/tramp.texi (Remote shell setup): Clarify use o...
This commit is contained in:
commit
c108132d3b
16 changed files with 126 additions and 62 deletions
|
|
@ -41,9 +41,6 @@
|
|||
|
||||
;; - Allow maintaining patches that are ported back onto regular
|
||||
;; packages and maintained between versions.
|
||||
;;
|
||||
;; - Add a heuristic for guessing a `:lisp-dir' when cloning directly
|
||||
;; from a URL.
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
@ -58,7 +55,7 @@
|
|||
(defgroup package-vc nil
|
||||
"Manage packages from VC checkouts."
|
||||
:group 'package
|
||||
:link '(custom-manual "(emacs) Package from Source")
|
||||
:link '(custom-manual "(emacs) Fetching Package Sources")
|
||||
:prefix "package-vc-"
|
||||
:version "29.1")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue