Mercurial > hg > xemacs-beta
diff lisp/w3/w3-forms.el @ 36:c53a95d3c46d r19-15b101
Import from CVS: tag r19-15b101
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:53:38 +0200 |
parents | ec9a17fef872 |
children | 1a767b41a199 |
line wrap: on
line diff
--- a/lisp/w3/w3-forms.el Mon Aug 13 08:53:21 2007 +0200 +++ b/lisp/w3/w3-forms.el Mon Aug 13 08:53:38 2007 +0200 @@ -1,7 +1,7 @@ ;;; w3-forms.el --- Emacs-w3 forms parsing code for new display engine ;; Author: wmperry -;; Created: 1997/03/07 14:26:02 -;; Version: 1.77 +;; Created: 1997/03/15 00:31:11 +;; Version: 1.78 ;; Keywords: faces, help, comm, data, languages ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -249,7 +249,9 @@ (make-variable-buffer-local 'w3-custom-options) (defun w3-form-create-custom (el face) - (require 'custom-edit) + (condition-case () + (require 'cus-edit) + (error (require 'custom-edit))) (let* ((name (w3-form-element-name el)) (var-name (w3-form-element-value el)) (type (plist-get (w3-form-element-plist el) 'custom-type))