# HG changeset patch # User Pavel Jank # Date 1010256671 0 # Node ID e34193f03ff3e8965ca4e77c28d9fab351e1b788 # Parent 27d9f14cc4af8761900fe6bfad6287b0770053e1 (eudc-edit-hotlist): Avoid error when editing an empty hotlist. diff -r 27d9f14cc4af -r e34193f03ff3 lisp/net/eudc-hotlist.el --- a/lisp/net/eudc-hotlist.el Sat Jan 05 18:43:58 2002 +0000 +++ b/lisp/net/eudc-hotlist.el Sat Jan 05 18:51:11 2002 +0000 @@ -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 ;; Maintainer: Oscar Figueiredo @@ -62,7 +62,7 @@ (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)