mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Deprecate 'wp' group and introduce a new group 'text'
* lisp/textmodes/tildify.el (tildify): * lisp/textmodes/text-mode.el (text-mode-hook): * lisp/textmodes/table.el (table): * lisp/textmodes/rst.el (rst): * lisp/textmodes/refer.el (refer): * lisp/textmodes/refbib.el (refbib): * lisp/textmodes/picture.el (picture): * lisp/textmodes/nroff-mode.el (nroff): * lisp/textmodes/enriched.el (enriched): * lisp/textmodes/bib-mode.el (bib): * lisp/progmodes/ebnf2ps.el (ebnf2ps): * lisp/nxml/rng-valid.el (relax-ng): * lisp/view.el (view): * lisp/ps-print.el (ps-print): * lisp/printing.el (printing): * lisp/outline.el (outlines): * lisp/lpr.el (lpr): * lisp/delim-col.el (columns): Use 'text' group instead of 'wp'. * lisp/cus-edit.el (wp): Remove the "text" tag. (text): New defgroup, inherits from the deprecated 'wp'. (outlines): Remove, in favor of the definition in outline.el. (tex): Inherit from 'text'. Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#24549)
This commit is contained in:
parent
2913fa2d47
commit
67d14c8222
20 changed files with 31 additions and 25 deletions
|
|
@ -48,7 +48,7 @@
|
|||
"Peruse file or buffer without editing."
|
||||
:link '(function-link view-mode)
|
||||
:link '(custom-manual "(emacs)Misc File Ops")
|
||||
:group 'wp)
|
||||
:group 'text)
|
||||
|
||||
(defcustom view-highlight-face 'highlight
|
||||
"The face used for highlighting the match found by View mode search."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue