emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/eudc-hotlist.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/net/eudc-hotlist.el
Date: Sat, 05 Jan 2002 13:51:11 -0500

Index: emacs/lisp/net/eudc-hotlist.el
diff -c emacs/lisp/net/eudc-hotlist.el:1.2 emacs/lisp/net/eudc-hotlist.el:1.3
*** emacs/lisp/net/eudc-hotlist.el:1.2  Mon Jul 16 03:46:48 2001
--- emacs/lisp/net/eudc-hotlist.el      Sat Jan  5 13:51:11 2002
***************
*** 1,6 ****
  ;;; eudc-hotlist.el --- hotlist management for EUDC
  
! ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
  
  ;; Author: Oscar Figueiredo <address@hidden>
  ;; Maintainer: Oscar Figueiredo <address@hidden>
--- 1,6 ----
  ;;; eudc-hotlist.el --- hotlist management for EUDC
  
! ;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
  
  ;; Author: Oscar Figueiredo <address@hidden>
  ;; Maintainer: Oscar Figueiredo <address@hidden>
***************
*** 62,68 ****
  (defun eudc-edit-hotlist ()
    "Edit the hotlist of directory servers in a specialized buffer."
    (interactive)
!   (let ((proto-col 0)
        gap)
      (switch-to-buffer (get-buffer-create "*EUDC Servers*"))
      (setq buffer-read-only nil)
--- 62,68 ----
  (defun eudc-edit-hotlist ()
    "Edit the hotlist of directory servers in a specialized buffer."
    (interactive)
!   (let ((proto-col 10)
        gap)
      (switch-to-buffer (get-buffer-create "*EUDC Servers*"))
      (setq buffer-read-only nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]