emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] externals/caml f5ba233 152/197: PR#5954 fix 'defface' use in em


From: Stefan Monnier
Subject: [nongnu] externals/caml f5ba233 152/197: PR#5954 fix 'defface' use in emacs/caml-help.el (patched by 'zakkak')
Date: Sat, 21 Nov 2020 01:19:57 -0500 (EST)

branch: externals/caml
commit f5ba23380f93adbd6707f00027d55ec73fc6d649
Author: Gabriel Scherer <gabriel.scherer@gmail.com>
Commit: Gabriel Scherer <gabriel.scherer@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]