1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

Fix typos in condition-case handlers.

This commit is contained in:
Glenn Morris 2009-09-18 07:07:33 +00:00
parent eddbf5ff08
commit 6188ea494d
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,10 @@
2009-09-18 Glenn Morris <rgm@gnu.org>
* net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
* net/eudc.el (eudc-expand-inline):
* net/newst-backend.el (newsticker--cache-read-feed): Fix typos in
condition-case handlers.
2009-09-18 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-mi.el (gdb-frame-address): New variable.

View File

@ -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 ()

View File

@ -1,7 +1,7 @@
;;; eudc.el --- Emacs Unified Directory Client
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
;; 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Oscar Figueiredo <oscar@cpe.fr>
;; Maintainer: Pavel Janík <Pavel@Janik.cz>
@ -931,7 +931,7 @@ see `eudc-inline-expansion-servers'"
(or (and (equal eudc-server eudc-former-server)
(equal eudc-protocol eudc-former-protocol))
(eudc-set-server eudc-former-server eudc-former-protocol t)))
(t
(error
(or (and (equal eudc-server eudc-former-server)
(equal eudc-protocol eudc-former-protocol))
(eudc-set-server eudc-former-server eudc-former-protocol t))

View File

@ -2177,8 +2177,8 @@ FEED is a symbol!"
(read (current-buffer))))
(error
(message "Error while reading newsticker cache file %s!"
file-name))
(setq newsticker--cache nil))))))
file-name)
(setq newsticker--cache nil)))))))
;; ======================================================================
;;; Statistics