diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-18 07:07:33 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-18 07:07:33 +0000 |
commit | 6188ea494da2e58456588e63a4ff105696c98c60 (patch) | |
tree | 93fa88e89c7f342b27bdb6a4cc04a174fea5bd69 /lisp/net/eudc-bob.el | |
parent | eddbf5ff0871ab77f33b35000d76d02a6c8e9fd6 (diff) | |
download | emacs-6188ea494da2e58456588e63a4ff105696c98c60.tar.gz |
Fix typos in condition-case handlers.
Diffstat (limited to 'lisp/net/eudc-bob.el')
-rw-r--r-- | lisp/net/eudc-bob.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eudc-bob.el b/lisp/net/eudc-bob.el index 8c30819dd23..d65f0f12423 100644 --- a/lisp/net/eudc-bob.el +++ b/lisp/net/eudc-bob.el @@ -252,7 +252,7 @@ display a button." (car (cdr viewer)) (cdr (cdr viewer))) (call-process-region (point-min) (point-max) program))) - (t + (error (kill-buffer buffer))))) (defun eudc-bob-menu () |