1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-26 07:00:35 -08:00
emacs/lisp/org
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
..
ChangeLog.1 lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
ob-abc.el
ob-asymptote.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-awk.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-C.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-calc.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-clojure.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-comint.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-coq.el
ob-core.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-css.el
ob-ditaa.el
ob-dot.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-ebnf.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-emacs-lisp.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-eshell.el Silence warnings in Org 9.3 2019-12-04 07:05:14 +01:00
ob-eval.el
ob-exp.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-forth.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-fortran.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-gnuplot.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-groovy.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-haskell.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-hledger.el
ob-io.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-J.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-java.el
ob-js.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-latex.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-ledger.el
ob-lilypond.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-lisp.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-lob.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-lua.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-makefile.el
ob-matlab.el
ob-maxima.el
ob-mscgen.el
ob-ocaml.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-octave.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-org.el
ob-perl.el
ob-picolisp.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-plantuml.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-processing.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-python.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-R.el
ob-ref.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-ruby.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-sass.el
ob-scheme.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-screen.el
ob-sed.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-shell.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-shen.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ob-sql.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-sqlite.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-stan.el
ob-table.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-tangle.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob-vala.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ob.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ol-bbdb.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ol-bibtex.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ol-docview.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ol-eshell.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ol-eww.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ol-gnus.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ol-info.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ol-irc.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ol-mhe.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ol-rmail.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ol-w3m.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ol.el ; Fix copyright years and license notices for recent org files 2019-12-03 17:19:14 -08:00
org-agenda.el Use regexp type for regexps in defcustom declarations 2019-12-26 16:50:58 +01:00
org-archive.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-attach-git.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-attach.el ; Spelling fixes 2019-12-10 20:05:49 -08:00
org-capture.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-clock.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-colview.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-compat.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-crypt.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-ctags.el
org-datetree.el
org-duration.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-element.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-entities.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-faces.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-feed.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-footnote.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-goto.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-habit.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-id.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-indent.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-inlinetask.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-install.el
org-keys.el Silence warnings in Org 9.3 2019-12-04 07:05:14 +01:00
org-lint.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-list.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-macro.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-macs.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-mobile.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-mouse.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-num.el ; Fix copyright years and license notices for recent org files 2019-12-03 17:19:14 -08:00
org-pcomplete.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-plot.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-protocol.el Use regexp type for regexps in defcustom declarations 2019-12-26 16:50:58 +01:00
org-src.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-table.el Use regexp type for regexps in defcustom declarations 2019-12-26 16:50:58 +01:00
org-tempo.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-timer.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org-version.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
org.el ; Spelling fixes 2019-12-10 20:05:49 -08:00
ox-ascii.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ox-beamer.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ox-html.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ox-icalendar.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ox-latex.el Use regexp type for regexps in defcustom declarations 2019-12-26 16:50:58 +01:00
ox-man.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ox-md.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ox-odt.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ox-org.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ox-publish.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ox-texinfo.el Update Org to 9.3 2019-12-03 23:27:04 +01:00
ox.el Update Org to 9.3 2019-12-03 23:27:04 +01:00