PR#5954 fix 'defface' use in emacs/caml-help.el (patched by 'zakkak')

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13402 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Gabriel Scherer 2013-03-17 17:17:21 +00:00
parent 839741049c
commit 0b2eaffff3
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ buffer positions."
(defface ocaml-link-face
'(((class color) :foreground "Purple"))
'((((class color)) :foreground "Purple"))
"Face to highlight hyperlinks.")
(defun ocaml-link-activate (section)