[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/net/eudc.el
From: |
John Paul Wallington |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/net/eudc.el |
Date: |
Sun, 15 Sep 2002 22:49:22 -0400 |
Index: emacs/lisp/net/eudc.el
diff -c emacs/lisp/net/eudc.el:1.6 emacs/lisp/net/eudc.el:1.7
*** emacs/lisp/net/eudc.el:1.6 Wed Jan 16 03:21:29 2002
--- emacs/lisp/net/eudc.el Sun Sep 15 22:49:21 2002
***************
*** 134,140 ****
(defun eudc-plist-get (plist prop &optional default)
"Extract a value from a property list.
PLIST is a property list, which is a list of the form
! (PROP1 VALUE1 PROP2 VALUE2...). This function returns the value
corresponding to the given PROP, or DEFAULT if PROP is not
one of the properties on the list."
(if (eudc-plist-member plist prop)
--- 134,140 ----
(defun eudc-plist-get (plist prop &optional default)
"Extract a value from a property list.
PLIST is a property list, which is a list of the form
! \(PROP1 VALUE1 PROP2 VALUE2...). This function returns the value
corresponding to the given PROP, or DEFAULT if PROP is not
one of the properties on the list."
(if (eudc-plist-member plist prop)
- [Emacs-diffs] Changes to emacs/lisp/net/eudc.el,
John Paul Wallington <=