summaryrefslogtreecommitdiff
path: root/lisp/follow.el
diff options
context:
space:
mode:
authorDan Nicolaescu <done@ece.arizona.edu>1998-05-26 09:23:23 +0000
committerDan Nicolaescu <done@ece.arizona.edu>1998-05-26 09:23:23 +0000
commitf5f727f8ffa2e674601875b2f2fe7ce3f0030c93 (patch)
tree2ce075c3ef33cbd16429784b1d91ca265315b293 /lisp/follow.el
parent18baef8fa993d19a8af279a92b2f4efcb82fd199 (diff)
downloademacs-f5f727f8ffa2e674601875b2f2fe7ce3f0030c93.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/follow.el')
-rw-r--r--lisp/follow.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/follow.el b/lisp/follow.el
index 2d818708c63..fcdfd4db2e9 100644
--- a/lisp/follow.el
+++ b/lisp/follow.el
@@ -6,7 +6,7 @@
;; Maintainer: Anders Lindgren <andersl@csd.uu.se>
;; Created: 25 May 1995
;; Version: 1.7
-;; Keywords: display, window, minor-mode
+;; Keywords: display, window, minor-mode, convenience
;; Date: 4 Jun 1997
;; This file is part of GNU Emacs.
@@ -281,7 +281,8 @@
(defgroup follow nil
"Synchronize windows showing the same buffer."
:prefix "follow-"
- :group 'windows)
+ :group 'windows
+ :group 'convenience)
(defvar follow-mode nil
"Variable indicating if Follow mode is active.")