aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4d9f07580ba..2496a28e633 100644
--- a/lisp/net/eudc-hotlist.el
+++ b/lisp/net/eudc-hotlist.el
@@ -1,6 +1,6 @@
1;;; eudc-hotlist.el --- hotlist management for EUDC 1;;; eudc-hotlist.el --- hotlist management for EUDC
2 2
3;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. 3;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
4 4
5;; Author: Oscar Figueiredo <oscar@xemacs.org> 5;; Author: Oscar Figueiredo <oscar@xemacs.org>
6;; Maintainer: Oscar Figueiredo <oscar@xemacs.org> 6;; Maintainer: Oscar Figueiredo <oscar@xemacs.org>
@@ -62,7 +62,7 @@ These are the special commands of this mode:
62(defun eudc-edit-hotlist () 62(defun eudc-edit-hotlist ()
63 "Edit the hotlist of directory servers in a specialized buffer." 63 "Edit the hotlist of directory servers in a specialized buffer."
64 (interactive) 64 (interactive)
65 (let ((proto-col 0) 65 (let ((proto-col 10)
66 gap) 66 gap)
67 (switch-to-buffer (get-buffer-create "*EUDC Servers*")) 67 (switch-to-buffer (get-buffer-create "*EUDC Servers*"))
68 (setq buffer-read-only nil) 68 (setq buffer-read-only nil)