diff options
| -rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index ad69cdd960c..11d9ba756f1 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -228,13 +228,11 @@ | |||
| 228 | ;; Define support mode groups here to impose `font-lock' group order. | 228 | ;; Define support mode groups here to impose `font-lock' group order. |
| 229 | (defgroup fast-lock nil | 229 | (defgroup fast-lock nil |
| 230 | "Font Lock support mode to cache fontification." | 230 | "Font Lock support mode to cache fontification." |
| 231 | :link '(custom-manual "(emacs)Support Modes") | ||
| 232 | :load 'fast-lock | 231 | :load 'fast-lock |
| 233 | :group 'font-lock) | 232 | :group 'font-lock) |
| 234 | 233 | ||
| 235 | (defgroup lazy-lock nil | 234 | (defgroup lazy-lock nil |
| 236 | "Font Lock support mode to fontify lazily." | 235 | "Font Lock support mode to fontify lazily." |
| 237 | :link '(custom-manual "(emacs)Support Modes") | ||
| 238 | :load 'lazy-lock | 236 | :load 'lazy-lock |
| 239 | :group 'font-lock) | 237 | :group 'font-lock) |
| 240 | 238 | ||