Mercurial > emacs
changeset 42553:e34193f03ff3
(eudc-edit-hotlist): Avoid error when editing an empty hotlist.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 05 Jan 2002 18:51:11 +0000 |
parents | 27d9f14cc4af |
children | bbfc062c0b51 |
files | lisp/net/eudc-hotlist.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <oscar@xemacs.org> ;; Maintainer: Oscar Figueiredo <oscar@xemacs.org> @@ -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)