diff lisp/view.el @ 107640:a744b1df50bd

Merge from mainline.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 13 Mar 2010 04:02:01 -0500
parents 904ccd8f2acb
children 1721e4658521
line wrap: on
line diff
--- a/lisp/view.el	Sat Mar 06 11:06:24 2010 -0500
+++ b/lisp/view.el	Sat Mar 13 04:02:01 2010 -0500
@@ -48,8 +48,7 @@
   "Peruse file or buffer without editing."
   :link '(function-link view-mode)
   :link '(custom-manual "(emacs)Misc File Ops")
-  :group 'wp
-  :group 'editing)
+  :group 'wp)
 
 (defcustom view-highlight-face 'highlight
    "The face used for highlighting the match found by View mode search."