aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-01-05 18:51:11 +0000
committerPavel Janík <[email protected]>2002-01-05 18:51:11 +0000
commit082d147b669db9be90897ad6ceec3b5e05f22770 (patch)
tree0d76dc54b911117c248c5bec645d16f88c3b34b7
parent91fc6577b0a09a707a737097c1e6d2563833a098 (diff)
(eudc-edit-hotlist): Avoid error when editing an empty hotlist.
-rw-r--r--lisp/net/eudc-hotlist.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/eudc-hotlist.el b/lisp/net/eudc-hotlist.el
index 4d9f07580b..2496a28e63 100644
--- a/lisp/net/eudc-hotlist.el
+++ b/lisp/net/eudc-hotlist.el
@@ -1,6 +1,6 @@
;;; eudc-hotlist.el --- hotlist management for EUDC
-;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
;; Author: Oscar Figueiredo <[email protected]>
;; Maintainer: Oscar Figueiredo <[email protected]>
@@ -62,7 +62,7 @@ These are the special commands of this mode:
(defun eudc-edit-hotlist ()
"Edit the hotlist of directory servers in a specialized buffer."
(interactive)
- (let ((proto-col 0)
+ (let ((proto-col 10)
gap)
(switch-to-buffer (get-buffer-create "*EUDC Servers*"))
(setq buffer-read-only nil)