]> git.eshelyaron.com Git - emacs.git/commit
Remove ineffective uses of condition-case
authorMattias Engdegård <mattiase@acm.org>
Fri, 3 Mar 2023 10:32:34 +0000 (11:32 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 3 Mar 2023 10:36:09 +0000 (11:36 +0100)
commit7f740b87d8d18a64f578837096f5faf7c9e26ad8
tree25b04a84703f2df9b55506f427406bead9ad18c2
parent841614c72272146fff1b9afa05d52150da6d6e66
Remove ineffective uses of condition-case

* lisp/gnus/message.el (message-setup-1):
* lisp/progmodes/cc-engine.el (c-forward-single-comment):
* lisp/progmodes/ruby-mode.el (ruby-add-log-current-method):
Eliminate uses of condition-case without handlers.  These seem to have
been there for quite a long time.  This change does not affect the
behaviour of the code and makes some warnings go away.
lisp/gnus/message.el
lisp/progmodes/cc-engine.el
lisp/progmodes/ruby-mode.el