emacs/lisp/textmodes
Paul Eggert f95a2b8301 Fix some broken conditional forms
Problem reported by Mattias Engdegård in:
https://lists.gnu.org/r/emacs-devel/2020-01/msg00088.html
* lisp/cedet/ede/cpp-root.el (ede-create-lots-of-projects-under-dir):
Remove this quick hack, which didn’t do anything anyway.
* lisp/cedet/ede/pconf.el (ede-proj-configure-test-required-file):
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-print-col):
* lisp/net/nsm.el (nsm-check-tls-connection):
Use ‘when’ rather than bypassing it.  This doesn’t affect behavior
and is better style.
* lisp/cedet/srecode/semantic.el (srecode-semantic-handle-:tag):
Fix typo that suppressed an error.
* lisp/filesets.el (filesets-run-cmd): Fix typo that mishandled spacing.
* lisp/gnus/gnus-cloud.el (gnus-cloud-update-newsrc-data):
Fix typo that caused “GROUP has older different info in the cloud
as of DATE, update it here?” prompt result to always be treated as
“yes”.
* lisp/gnus/mml-smime.el (mml-smime-openssl-encrypt): Simplify,
since smime-encrypt-buffer signals error on failure.
* lisp/international/titdic-cnv.el (tsang-quick-converter): Simplify.
The conversion of this file to utf-8-emacs in
2019-01-08T02:18:40Z!monnier@iro.umontreal.ca removed the
distinction between Big5 and CNS fulltitles in the generated docstring.
* lisp/org/org-agenda.el (org-agenda-show-and-scroll-up):
* lisp/textmodes/table.el (table--generate-source-cell-contents):
Simplify by removing useless code.
* lisp/org/ox-odt.el (org-odt--format-timestamp): Fix typo that
always output time-of-day even when the timestamp lacked it.
2020-01-04 11:18:13 -08:00
..
artist.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
bib-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
bibtex-style.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
bibtex.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
conf-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
css-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
dns-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
enriched.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
fill.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
flyspell.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ispell.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
less-css-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
makeinfo.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mhtml-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
nroff-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
page-ext.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
page.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
paragraphs.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
picture.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
po.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
refbib.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
refer.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
refill.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-auc.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-cite.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-dcr.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-global.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-index.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-parse.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-ref.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-sel.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-toc.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex-vars.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
reftex.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
remember.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rst.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
sgml-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
table.el Fix some broken conditional forms 2020-01-04 11:18:13 -08:00
tex-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
texinfmt.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
texinfo.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
texnfo-upd.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
text-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
tildify.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
two-column.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
underline.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00