update packages
This commit is contained in:
+6
-6
@@ -2,15 +2,15 @@
|
||||
|
||||
;; Copyright (C) 2020-2026 Jonas Bernoulli
|
||||
|
||||
;; Authors: Jonas Bernoulli <emacs.llama@jonas.bernoulli.dev>
|
||||
;; Author: Jonas Bernoulli <emacs.llama@jonas.bernoulli.dev>
|
||||
;; Homepage: https://github.com/tarsius/llama
|
||||
;; Keywords: extensions
|
||||
|
||||
;; Package-Version: 20260301.1253
|
||||
;; Package-Revision: d430d48e0b5a
|
||||
;; Package-Version: 20260601.1455
|
||||
;; Package-Revision: 4d4024048053
|
||||
;; Package-Requires: (
|
||||
;; (emacs "26.1")
|
||||
;; (compat "30.1"))
|
||||
;; (compat "31.0"))
|
||||
|
||||
;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
@@ -362,7 +362,7 @@ expansion, and the looks of this face should hint at that.")
|
||||
(put-text-property (match-beginning 0) (point)
|
||||
'font-lock-multiline t)
|
||||
(llama--fontify (cdr expr) nil nil t)))))
|
||||
(list re end))) ; Silence compiler.
|
||||
(progn re end nil))) ; Silence compiler.
|
||||
|
||||
(defun llama--fontify (expr &optional fnpos backquoted top)
|
||||
(static-if (fboundp 'bare-symbol)
|
||||
@@ -419,7 +419,7 @@ expansion, and the looks of this face should hint at that.")
|
||||
(throw t nil))))
|
||||
(when expr
|
||||
(llama--fontify expr fnpos))))))
|
||||
(list expr fnpos backquoted top)) ; Silence compiler.
|
||||
(and expr fnpos backquoted top nil)) ; Silence compiler.
|
||||
|
||||
(defvar llama-fontify-mode-lighter nil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user