X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2db38a6f98c2abb42b746064ce97417cccc27e68..95a2cb24b0697558e6629460d8bc693b394f0138:/lisp/nxml/rng-util.el diff --git a/lisp/nxml/rng-util.el b/lisp/nxml/rng-util.el index 180f91f013..cde41248be 100644 --- a/lisp/nxml/rng-util.el +++ b/lisp/nxml/rng-util.el @@ -1,9 +1,9 @@ ;;; rng-util.el --- utility functions for RELAX NG library -;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. ;; Author: James Clark -;; Keywords: XML, RelaxNG +;; Keywords: wp, hypermedia, languages, XML, RelaxNG ;; This file is part of GNU Emacs. @@ -165,7 +165,8 @@ HIST, if non-nil, specifies a history list as with `completing-read'." (setq string (substring string 0 -1))) string) +(define-error 'rng-error nil) + (provide 'rng-util) -;; arch-tag: 2dc233e0-5e7a-488f-bfc4-5909512dbaf0 ;;; rng-util.el ends here