# HG changeset patch # User Markus Rost # Date 1037592467 0 # Node ID 59fc5f0777316b2f2181763dc84858d61c30911a # Parent a885153e42b4f92f67f818df6eecf9bbbe1fc765 (global-reveal-mode): Add group. diff -r a885153e42b4 -r 59fc5f077731 lisp/reveal.el --- a/lisp/reveal.el Mon Nov 18 00:54:30 2002 +0000 +++ b/lisp/reveal.el Mon Nov 18 04:07:47 2002 +0000 @@ -156,7 +156,7 @@ Interactively, with no prefix argument, toggle the mode. With universal prefix ARG (or if ARG is nil) turn mode on. With zero or negative ARG turn mode off." - :global t + :global t :group 'reveal (setq-default reveal-mode global-reveal-mode) (if global-reveal-mode (progn @@ -166,4 +166,5 @@ (remove-hook 'post-command-hook 'reveal-post-command))) (provide 'reveal) + ;;; reveal.el ends here