1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
emacs/lisp/cedet
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
..
ede ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
semantic Merge from origin/emacs-29 2023-01-06 06:30:10 +01:00
srecode ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cedet-cscope.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cedet-files.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cedet-global.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cedet-idutils.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cedet.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.1 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
data-debug.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ede.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
mode-local.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pulse.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
semantic.el Remove useless unwind-protect forms, or make them useful as intended 2023-04-07 19:08:33 +02:00
srecode.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00