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.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/net/eudc.el
Date: Sat, 22 Jan 2005 05:33:51 -0500

Index: emacs/lisp/net/eudc.el
diff -c emacs/lisp/net/eudc.el:1.11 emacs/lisp/net/eudc.el:1.12
*** emacs/lisp/net/eudc.el:1.11 Mon Nov  1 07:47:18 2004
--- emacs/lisp/net/eudc.el      Sat Jan 22 10:33:50 2005
***************
*** 1214,1220 ****
  ;;; Load the options file
  (if (and (not noninteractive)
         (and (locate-library eudc-options-file)
!             (message ""))             ; Remove modeline message
         (not (featurep 'eudc-options-file)))
      (load eudc-options-file))
  
--- 1214,1220 ----
  ;;; Load the options file
  (if (and (not noninteractive)
         (and (locate-library eudc-options-file)
!             (progn (message "") t))   ; Remove modeline message
         (not (featurep 'eudc-options-file)))
      (load eudc-options-file))
  




reply via email to

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