1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 06:50:23 -08:00
emacs/lisp/textmodes
Mattias Engdegård 7c0c2b1bb5 Remove useless unwind-protect forms, or make them useful as intended
* lisp/imenu.el (imenu--generic-function):
* lisp/mail/yenc.el (yenc-decode-region):
* lisp/textmodes/table.el (table-recognize-region):
* test/lisp/dired-tests.el (dired-test-directory-files):
* test/lisp/hl-line-tests.el (hl-line-tests-sticky):
Fix unwind-protect bracketing mistakes that caused the unwind code to
be misplaced.
* lisp/strokes.el (strokes-read-stroke): Fix a bracketing mistake that
misplaced the unwind code, and another one that misplaced the
else-clause of an `if` form.
* test/lisp/gnus/mml-sec-tests.el (mml-secure-test-fixture): Fix a
bracketing mistake that misplaced the unwind code, and remove
superfluous condition-case.

* lisp/mwheel.el (mouse-wheel-global-text-scale):
* lisp/speedbar.el (speedbar-stealthy-updates)
(speedbar-fetch-dynamic-etags):
* lisp/emacs-lisp/edebug.el (edebug--recursive-edit):
* lisp/emacs-lisp/package.el (package--read-pkg-desc):
* lisp/cedet/semantic.el (semantic-refresh-tags-safe):
* lisp/emulation/viper-cmd.el (viper-escape-to-state):
* lisp/emulation/viper-cmd.el (viper-file-add-suffix):
* lisp/gnus/mail-source.el (mail-source-movemail):
* lisp/mail/feedmail.el (feedmail-send-it-immediately)
(feedmail-deduce-address-list):
* lisp/mail/mailclient.el (mailclient-send-it):
* lisp/mail/smtpmail.el (smtpmail-deduce-address-list):
* lisp/mh-e/mh-print.el (mh-ps-print-range):
* lisp/textmodes/reftex-index.el (reftex-index-this-phrase):
* test/lisp/emacs-lisp/ert-tests.el (ert-test-run-tests-batch):
(ert-test-run-tests-batch-expensive):
Remove unwind-protect forms that are apparently useless, some since a
prior edit that removed their purpose, some since their first
appearance.

* test/lisp/subr-tests.el (subr-test--frames-2):
Insert dummy unwind form in backtrace test code.
2023-04-07 19:08:33 +02:00
..
artist.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
bib-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
bibtex-style.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
bibtex.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
conf-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
css-mode.el Rename the newly added -ref- faces to -use- 2023-02-28 04:08:55 +02:00
dns-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
emacs-authors-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
emacs-news-mode.el Make 'emacs-news-cycle-tag' work at all levels 2023-02-21 15:25:36 +01:00
enriched.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
fill.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
flyspell.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
glyphless-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
html-ts-mode.el Swap tag and element in html-ts-mode (bug#60972) 2023-01-23 13:10:26 +01:00
ispell.el ; Mention Hunspell private-dictionary misfeature in doc strings 2023-02-12 14:05:44 +02:00
less-css-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
makeinfo.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mhtml-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
nroff-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
page-ext.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
page.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
paragraphs.el Merge from origin/emacs-29 2023-03-08 06:30:18 +01:00
picture.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pixel-fill.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
po.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
refbib.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
refer.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
refill.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
reftex-auc.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
reftex-cite.el Fix reftex-citation docstring (bug#60710) 2023-01-10 19:02:04 +02:00
reftex-dcr.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
reftex-global.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
reftex-index.el Remove useless unwind-protect forms, or make them useful as intended 2023-04-07 19:08:33 +02:00
reftex-parse.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
reftex-ref.el Use delete-char instead of backward-delete-char 2023-02-22 12:55:45 +01:00
reftex-sel.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
reftex-toc.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
reftex-vars.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
reftex.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
remember.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
rst.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sgml-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
string-edit.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
table.el Remove useless unwind-protect forms, or make them useful as intended 2023-04-07 19:08:33 +02:00
tex-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
texinfmt.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
texinfo.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
texnfo-upd.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
text-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tildify.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
toml-ts-mode.el Rename the newly added -ref- faces to -use- 2023-02-28 04:08:55 +02:00
two-column.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
underline.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
word-wrap-mode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
yaml-ts-mode.el Rename the newly added -ref- faces to -use- 2023-02-28 04:08:55 +02:00