update of packages

This commit is contained in:
2023-11-04 19:26:41 +01:00
parent e162a12b58
commit 3b54a3236d
726 changed files with 297673 additions and 34585 deletions

View File

@@ -1002,7 +1002,8 @@ Parents' hooks are run first."
;; multiple-cursors stores here a command in a pre-command-hook
;; and executes it for all cursors in a post-command-hook so we
;; need to transfer in case the buffer was switched.
mc--this-command)
mc--this-command
char-property-alias-alist)
"Variables transferred from old buffer to new buffer on buffer switch.")
(defvar polymode-move-these-minor-modes-from-base-buffer nil

View File

@@ -655,7 +655,7 @@ to indent."
;; for instance.
(goto-char sbeg)))
(back-to-indentation)
(- (point) (point-at-bol))))))
(current-column)))))
(defun pm--+-indent-offset-on-this-line (span)
(if (re-search-forward "\\([+-]\\)indent" (point-at-eol) t)

View File

@@ -1,6 +1,8 @@
(define-package "polymode" "20220820.1630" "Extensible framework for multiple major modes"
(define-package "polymode" "20230317.1218" "Extensible framework for multiple major modes"
'((emacs "25"))
:commit "63d2c2184941902e2358d0e9b0deb17b943db61a" :maintainer
:commit "ca060e081a1f849a880732670dc15370ac987b89" :maintainers
'(("Vitalie Spinu" . "spinuvit@gmail.com"))
:maintainer
'("Vitalie Spinu" . "spinuvit@gmail.com")
:keywords
'("languages" "multi-modes" "processes")