X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/f5fab556d45e13d12f83b2d8cd49fe343546c2f6..86444e1bf0767b5daf853e390f3ac30b3c01e47f:/lisp/progmodes/meta-mode.el diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el index f5bbb4d68d..a2fd9cdab0 100644 --- a/lisp/progmodes/meta-mode.el +++ b/lisp/progmodes/meta-mode.el @@ -1,6 +1,6 @@ ;;; meta-mode.el --- major mode for editing Metafont or MetaPost sources -;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005 +;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007 ;; Free Software Foundation, Inc. ;; Author: Ulrik Vieth @@ -11,7 +11,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, @@ -135,6 +135,7 @@ (defgroup meta-font nil "Major mode for editing Metafont or MetaPost sources." + :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces) :group 'languages) ;;; Fontification.