comparison lisp/net/goto-addr.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 3c0cd76e49ff
comparison
equal deleted inserted replaced
107377:f5c46cf84e9f 107378:904ccd8f2acb
74 (defalias 'match-string-no-properties 'match-string)) 74 (defalias 'match-string-no-properties 'match-string))
75 75
76 (defgroup goto-address nil 76 (defgroup goto-address nil
77 "Click to browse URL or to send to e-mail address." 77 "Click to browse URL or to send to e-mail address."
78 :group 'mouse 78 :group 'mouse
79 :group 'hypermedia) 79 :group 'net)
80 80
81 81
82 ;; I don't expect users to want fontify'ing without highlighting. 82 ;; I don't expect users to want fontify'ing without highlighting.
83 (defcustom goto-address-fontify-p t 83 (defcustom goto-address-fontify-p t
84 "*Non-nil means URLs and e-mail addresses in buffer are fontified. 84 "*Non-nil means URLs and e-mail addresses in buffer are fontified.