mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
* 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. |
||
|---|---|---|
| .. | ||
| binhex.el | ||
| blessmail.el | ||
| emacsbug.el | ||
| feedmail.el | ||
| flow-fill.el | ||
| footnote.el | ||
| hashcash.el | ||
| ietf-drums-date.el | ||
| ietf-drums.el | ||
| mail-extr.el | ||
| mail-hist.el | ||
| mail-parse.el | ||
| mail-prsvr.el | ||
| mail-utils.el | ||
| mailabbrev.el | ||
| mailalias.el | ||
| mailclient.el | ||
| mailheader.el | ||
| mspools.el | ||
| qp.el | ||
| reporter.el | ||
| rfc822.el | ||
| rfc2045.el | ||
| rfc2047.el | ||
| rfc2231.el | ||
| rfc6068.el | ||
| rmail-spam-filter.el | ||
| rmail.el | ||
| rmailedit.el | ||
| rmailkwd.el | ||
| rmailmm.el | ||
| rmailmsc.el | ||
| rmailout.el | ||
| rmailsort.el | ||
| rmailsum.el | ||
| sendmail.el | ||
| smtpmail.el | ||
| supercite.el | ||
| undigest.el | ||
| unrmail.el | ||
| uudecode.el | ||
| yenc.el | ||