comparison lisp/view.el @ 107378:904ccd8f2acb

Reorganize Custom groups. * cus-edit.el (processes): Remove from development group. (oop, hypermedia): Delete group. (net): New group. * url/url-vars.el (url): * net/browse-url.el (browse-url): * net/xesam.el (xesam): * net/tramp.el (tramp): * net/goto-addr.el (goto-address): * net/ange-ftp.el (ange-ftp): Put in net group. * view.el (view): Remove from editing group. * uniquify.el (uniquify): Put in files group. * net/browse-url.el (browse-url): * ps-print.el (postscript): Put in external group. * cus-edit.el (outlines): * textmodes/text-mode.el (text-mode-hook): * textmodes/table.el (table): * textmodes/picture.el (picture): * outline.el (outlines): Put in wp group. * nxml/nxml-mode.el (nxml): Remove from wp group. * net/tramp-imap.el (tramp-imap): Put in tramp group. * mail/metamail.el (metamail): Remove from hypermedia group. * cus-edit.el (abbrev): * whitespace.el (whitespace): * vcursor.el (vcursor): * reveal.el (reveal): * hl-line.el (hl-line): Put in convenience group. * epg-config.el (epg): Put in data group. * emulation/pc-select.el (pc-select): Put in emulations group. * calculator.el (calculator): Put in applications group. * org/org.el (org): Remove from hypermedia group.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 12 Mar 2010 12:47:22 -0500
parents 1d1d5d9bd884
children 1721e4658521
comparison
equal deleted inserted replaced
107377:f5c46cf84e9f 107378:904ccd8f2acb
46 46
47 (defgroup view nil 47 (defgroup view nil
48 "Peruse file or buffer without editing." 48 "Peruse file or buffer without editing."
49 :link '(function-link view-mode) 49 :link '(function-link view-mode)
50 :link '(custom-manual "(emacs)Misc File Ops") 50 :link '(custom-manual "(emacs)Misc File Ops")
51 :group 'wp 51 :group 'wp)
52 :group 'editing)
53 52
54 (defcustom view-highlight-face 'highlight 53 (defcustom view-highlight-face 'highlight
55 "The face used for highlighting the match found by View mode search." 54 "The face used for highlighting the match found by View mode search."
56 :type 'face 55 :type 'face
57 :group 'view) 56 :group 'view)