branch: externals/caml
commit f5ba23380f93adbd6707f00027d55ec73fc6d649
Author: Gabriel Scherer <[email protected]>
Commit: Gabriel Scherer <[email protected]>

    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
---
 caml-help.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/caml-help.el b/caml-help.el
index 94bf621..82defad 100644
--- a/caml-help.el
+++ b/caml-help.el
@@ -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)

Reply via email to