1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-28 07:50:48 -08:00
emacs/lisp/textmodes
Mattias Engdegård af085ef40b Use regexp type for regexps in defcustom declarations
* lisp/calendar/diary-lib.el (diary-face-attrs):
* lisp/cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-file-match):
* lisp/cedet/srecode/document.el
(srecode-document-autocomment-common-nouns-abbrevs)
(srecode-document-autocomment-function-alist)
(srecode-document-autocomment-return-first-alist)
(srecode-document-autocomment-return-last-alist)
(srecode-document-autocomment-param-alist)
(srecode-document-autocomment-param-type-alist):
* lisp/desktop.el (desktop-clear-preserve-buffers):
* lisp/elide-head.el (elide-head-headers-to-hide):
* lisp/erc/erc-backend.el (erc-encoding-coding-alist):
* lisp/erc/erc-ezbounce.el (erc-ezb-regexp):
* lisp/files.el (auto-save-file-name-transforms):
* lisp/gnus/deuglify.el (gnus-outlook-deuglify-attrib-cut-regexp)
(gnus-outlook-deuglify-attrib-verb-regexp)
(gnus-outlook-deuglify-attrib-end-regexp):
* lisp/gnus/gnus-fun.el (gnus-x-face-omit-files, gnus-face-omit-files):
* lisp/gnus/spam.el (spam-spamassassin-positive-spam-flag-header):
* lisp/htmlfontify.el (hfy-src-doc-link-unstyle):
* lisp/info-look.el (info-lookup-file-name-alist):
* lisp/international/rfc1843.el (rfc1843-newsgroups-regexp):
* lisp/mail/feedmail.el (feedmail-queue-slug-suspect-regexp):
* lisp/mail/rmail-spam-filter.el (rsf-white-list, rsf-definitions-alist):
* lisp/man.el (Man-name-local-regexp):
* lisp/net/ange-ftp.el (ange-ftp-dumb-unix-host-regexp):
* lisp/net/newst-backend.el (newsticker-auto-mark-filter-list):
* lisp/net/rcirc.el (rcirc-authinfo, rcirc-coding-system-alist):
* lisp/net/tramp-adb.el (tramp-adb-prompt):
* lisp/org/org-agenda.el (org-agenda-hide-tags-regexp)
(org-agenda-category-icon-alist):
* lisp/org/org-protocol.el (org-protocol-data-separator):
* lisp/org/org-table.el (org-table-number-regexp):
* lisp/org/ox-latex.el (org-latex-known-warnings):
* lisp/progmodes/bug-reference.el (bug-reference-bug-regexp):
* lisp/progmodes/hideif.el (hide-ifdef-header-regexp):
* lisp/progmodes/idlw-help.el (idlwave-help-doclib-name)
(idlwave-help-doclib-keyword):
* lisp/progmodes/idlwave.el (idlwave-no-change-comment):
* lisp/progmodes/python.el (python-shell-prompt-input-regexps)
(python-shell-prompt-output-regexps, python-shell-prompt-regexp)
(python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
(python-shell-prompt-pdb-regexp, python-shell-compilation-regexp-alist)
(python-pdbtrack-stacktrace-info-regexp):
* lisp/progmodes/sql.el (sql-send-terminator, sql-ansi-statement-starters):
* lisp/speedbar.el (speedbar-directory-unshown-regexp)
(speedbar-file-unshown-regexp):
* lisp/textmodes/flyspell.el (flyspell-mark-duplications-exceptions)
(flyspell-tex-command-regexp):
* lisp/textmodes/paragraphs.el (sentence-end-base):
* lisp/textmodes/tildify.el (tildify-pattern, tildify-space-pattern):
* lisp/vc/ediff-init.el (ediff-metachars):
* lisp/vc/vc-git.el (vc-git-root-log-format):
* lisp/vc/vc-hg.el (vc-hg-root-log-format):
* lisp/whitespace.el (whitespace-indentation-regexp)
(whitespace-space-after-tab-regexp):
* lisp/woman.el (woman-manpath-man-regexp)
(woman-imenu-generic-expression):
Use 'regexp' instead of 'string' as type for values that are regexps
in defcustom declarations.
2019-12-26 16:50:58 +01:00
..
artist.el
bib-mode.el
bibtex-style.el
bibtex.el Make bibtex-parse-keys more robust 2019-11-17 09:15:20 +01:00
conf-mode.el
css-mode.el
dns-mode.el
enriched.el
fill.el
flyspell.el Use regexp type for regexps in defcustom declarations 2019-12-26 16:50:58 +01:00
ispell.el Fix some quoting glitches in doc strings 2019-11-11 10:32:53 -08:00
less-css-mode.el
makeinfo.el
mhtml-mode.el * lisp/textmodes/mhtml-mode.el: Fix bug#38372 2019-11-29 11:51:48 -05:00
nroff-mode.el
page-ext.el
page.el
paragraphs.el Use regexp type for regexps in defcustom declarations 2019-12-26 16:50:58 +01:00
picture.el
po.el Remove commented out XEmacs compat code from po.el 2019-10-17 13:05:18 +02:00
refbib.el lisp/*.el: Force non-nil result to t, to match docstring 2019-10-17 02:08:43 +02:00
refer.el
refill.el
reftex-auc.el
reftex-cite.el Improve support for biblatex and cleveref macros 2019-10-26 20:38:55 +02:00
reftex-dcr.el Improve support for biblatex and cleveref macros 2019-10-26 20:38:55 +02:00
reftex-global.el
reftex-index.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
reftex-parse.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
reftex-ref.el Avoid infloop's by doing a case-sensitive match 2019-10-26 20:38:16 +02:00
reftex-sel.el
reftex-toc.el
reftex-vars.el Move entry for \Ref into LaTeX core 2019-10-22 07:48:08 +02:00
reftex.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
remember.el Fix a few more minor quoting problems. 2019-11-11 22:54:41 -08:00
rst.el Warn about missing executables in RST PDF preview 2019-10-09 18:12:02 +02:00
sgml-mode.el * lisp/textmodes/mhtml-mode.el: Fix bug#38372 2019-11-29 11:51:48 -05:00
table.el Fix preserving cell boundaries in table.el after <delete> 2019-11-30 13:55:02 +02:00
tex-mode.el tex-mode: paragraph separator groups text and comments 2019-11-16 08:15:48 +01:00
texinfmt.el
texinfo.el
texnfo-upd.el lisp/*.el: Force non-nil result to t, to match docstring 2019-10-17 02:08:43 +02:00
text-mode.el
tildify.el Use regexp type for regexps in defcustom declarations 2019-12-26 16:50:58 +01:00
two-column.el Use 'C-x t' for tab-prefix-map instead of 'C-x 6' still used by 2C-mode-map. 2019-10-20 01:06:38 +03:00
underline.el