]> git.eshelyaron.com Git - emacs.git/commit
Fix some useless condition-case forms
authorMattias Engdegård <mattiase@acm.org>
Tue, 28 Feb 2023 16:07:06 +0000 (17:07 +0100)
committerMattias Engdegård <mattiase@acm.org>
Tue, 28 Feb 2023 16:12:54 +0000 (17:12 +0100)
commit68cc286c0495caaebc3f641f6b919109045c43dd
tree4fd84d599ca7491bdf3522584619ec77f02ff668
parent316ba78a737f0cc775b60775554591fb67722554
Fix some useless condition-case forms

* lisp/progmodes/cperl-mode.el (cperl-calculate-indent):
* lisp/progmodes/verilog-mode.el (verilog--suppressed-warnings):
Add error handler, seemingly the intention here.
* lisp/url/url-gw.el (url-open-stream): Remove condition-case;
it was neutered in 2006.
lisp/progmodes/cperl-mode.el
lisp/progmodes/verilog-mode.el
lisp/url/url-gw.el