update packages

This commit is contained in:
2022-01-04 21:35:17 +01:00
parent 1d5275c946
commit 8de00e5202
700 changed files with 42441 additions and 85378 deletions

View File

@@ -551,10 +551,10 @@ most frequently used slots are:
(while (keywordp (setq keyw (car body)))
(setq body (cdr body))
(pcase keyw
(`:lighter (setq lighter (purecopy (pop body))))
(`:keymap (setq keymap (pop body)))
(`:after-hook (setq after-hook (pop body)))
(`:keylist (setq keylist (pop body)))
(:lighter (setq lighter (purecopy (pop body))))
(:keymap (setq keymap (pop body)))
(:after-hook (setq after-hook (pop body)))
(:keylist (setq keylist (pop body)))
(_ (push (pop body) slots) (push keyw slots))))