]> git.eshelyaron.com Git - emacs.git/commitdiff
(eudc-edit-hotlist): Avoid error when editing an empty hotlist.
authorPavel Janík <Pavel@Janik.cz>
Sat, 5 Jan 2002 18:51:11 +0000 (18:51 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 5 Jan 2002 18:51:11 +0000 (18:51 +0000)
lisp/net/eudc-hotlist.el

index 4d9f07580baf7f2a81e47cb1d813ab6b9ea0b93c..2496a28e633987f456be2fa456e8999dc366e230 100644 (file)
@@ -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 @@ 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)