From a752457a6278ea1e3e5f91dfa34f531bbf8083e4 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 24 Jul 2013 16:26:19 +0300 Subject: [PATCH] Rename prelude-add-comment-annotations to prelude-font-lock-comment-annotations --- modules/prelude-programming.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/prelude-programming.el b/modules/prelude-programming.el index 271fa9a..1027511 100644 --- a/modules/prelude-programming.el +++ b/modules/prelude-programming.el @@ -90,7 +90,7 @@ (defun prelude-local-comment-auto-fill () (set (make-local-variable 'comment-auto-fill-only-comments) t)) -(defun prelude-add-comment-annotations () +(defun prelude-font-lock-comment-annotations () "Highlight a bunch of well known comment annotations. This functions should be added to the hooks of major modes for programming." @@ -122,7 +122,7 @@ This functions should be added to the hooks of major modes for programming." (guru-mode +1)) (prelude-enable-whitespace) (prelude-local-comment-auto-fill) - (prelude-add-comment-annotations)) + (prelude-font-lock-comment-annotations)) (setq prelude-prog-mode-hook 'prelude-prog-mode-defaults)