From 082d147b669db9be90897ad6ceec3b5e05f22770 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 5 Jan 2002 18:51:11 +0000 Subject: [PATCH] (eudc-edit-hotlist): Avoid error when editing an empty hotlist. --- lisp/net/eudc-hotlist.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/net/eudc-hotlist.el b/lisp/net/eudc-hotlist.el index 4d9f07580ba..2496a28e633 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 ;; Maintainer: Oscar Figueiredo @@ -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) -- 2.39.5