update packages
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "llama" "20250701.1529"
|
||||
(define-package "llama" "20251101.2002"
|
||||
"Compact syntax for short lambda."
|
||||
'((emacs "26.1")
|
||||
(compat "30.1"))
|
||||
:url "https://github.com/tarsius/llama"
|
||||
:commit "0cc2daffded18eea7f00a318cfa3e216977ffe50"
|
||||
:revdesc "0cc2daffded1"
|
||||
:commit "e4803de8ab85991b6a944430bb4f543ea338636d"
|
||||
:revdesc "e4803de8ab85"
|
||||
:keywords '("extensions"))
|
||||
|
||||
@@ -6,9 +6,11 @@
|
||||
;; Homepage: https://github.com/tarsius/llama
|
||||
;; Keywords: extensions
|
||||
|
||||
;; Package-Version: 20250701.1529
|
||||
;; Package-Revision: 0cc2daffded1
|
||||
;; Package-Requires: ((emacs "26.1") (compat "30.1"))
|
||||
;; Package-Version: 20251101.2002
|
||||
;; Package-Revision: e4803de8ab85
|
||||
;; Package-Requires: (
|
||||
;; (emacs "26.1")
|
||||
;; (compat "30.1"))
|
||||
|
||||
;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
@@ -353,7 +355,7 @@ expansion, and the looks of this face should hint at that.")
|
||||
(prog1 t
|
||||
(save-excursion
|
||||
(goto-char (match-beginning 0))
|
||||
(when-let (((save-match-data (not (nth 8 (syntax-ppss)))))
|
||||
(when-let ((_(save-match-data (not (nth 8 (syntax-ppss)))))
|
||||
(expr (ignore-errors
|
||||
(read-positioning-symbols (current-buffer)))))
|
||||
(put-text-property (match-beginning 0) (point)
|
||||
@@ -449,9 +451,6 @@ expansion, and the looks of this face should hint at that.")
|
||||
(defun llama--add-font-lock-keywords ()
|
||||
(font-lock-add-keywords nil llama-font-lock-keywords))
|
||||
|
||||
(define-obsolete-function-alias 'global-llama-fontify-mode
|
||||
#'llama-fontify-mode "Llama 0.6.2")
|
||||
|
||||
(defun lisp--el-match-keyword@llama (limit)
|
||||
"Highlight symbols following \"(##\" the same as if they followed \"(\"."
|
||||
(catch 'found
|
||||
|
||||
Reference in New Issue
Block a user