branch: elpa/llama commit bf586c02ddf5cf2eb0bab468b99436018887bbec Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
global-llama-fontify-mode: Remove obsolete alias --- llama.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/llama.el b/llama.el index f7775068538..5fe55b9d46a 100644 --- a/llama.el +++ b/llama.el @@ -448,9 +448,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