]> git.eshelyaron.com Git - emacs.git/commit
Use regexp type for regexps in defcustom declarations
authorMattias Engdegård <mattiase@acm.org>
Sat, 21 Dec 2019 17:52:06 +0000 (18:52 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 26 Dec 2019 15:50:58 +0000 (16:50 +0100)
commitaf085ef40b961ca3466e8b2dfb7f722573e5a4cc
tree406b79cc7431083a76eeab312e18e1064641eec9
parentc980d21ae11beb1eca1f3cb373cdddda8a580913
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.
40 files changed:
lisp/calendar/diary-lib.el
lisp/cedet/semantic/db-ebrowse.el
lisp/cedet/srecode/document.el
lisp/desktop.el
lisp/elide-head.el
lisp/erc/erc-backend.el
lisp/erc/erc-ezbounce.el
lisp/files.el
lisp/gnus/deuglify.el
lisp/gnus/gnus-fun.el
lisp/gnus/spam.el
lisp/htmlfontify.el
lisp/info-look.el
lisp/international/rfc1843.el
lisp/mail/feedmail.el
lisp/mail/rmail-spam-filter.el
lisp/man.el
lisp/net/ange-ftp.el
lisp/net/newst-backend.el
lisp/net/rcirc.el
lisp/net/tramp-adb.el
lisp/org/org-agenda.el
lisp/org/org-protocol.el
lisp/org/org-table.el
lisp/org/ox-latex.el
lisp/progmodes/bug-reference.el
lisp/progmodes/hideif.el
lisp/progmodes/idlw-help.el
lisp/progmodes/idlwave.el
lisp/progmodes/python.el
lisp/progmodes/sql.el
lisp/speedbar.el
lisp/textmodes/flyspell.el
lisp/textmodes/paragraphs.el
lisp/textmodes/tildify.el
lisp/vc/ediff-init.el
lisp/vc/vc-git.el
lisp/vc/vc-hg.el
lisp/whitespace.el
lisp/woman.el