From 9e65d8e57370a0b29e01348171d5c6b12e12a04f Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 23 Nov 2007 19:15:06 +0000 Subject: [PATCH] Remove. --- lisp/nxml/rng-auto.el | 244 ------------------------------------------ 1 file changed, 244 deletions(-) delete mode 100644 lisp/nxml/rng-auto.el diff --git a/lisp/nxml/rng-auto.el b/lisp/nxml/rng-auto.el deleted file mode 100644 index a0f95fc51a6..00000000000 --- a/lisp/nxml/rng-auto.el +++ /dev/null @@ -1,244 +0,0 @@ -;;; rng-auto.el --- automatically extracted autoloads for RELAX NG - -;; Copyright (C) 2003 Free Software Foundation, Inc. - -;; Author: James Clark -;; Keywords: XML, RelaxNG - -;; This program is free software; you can redistribute it and/or -;; modify it under the terms of the GNU General Public License as -;; published by the Free Software Foundation; either version 2 of -;; the License, or (at your option) any later version. - -;; This program is distributed in the hope that it will be -;; useful, but WITHOUT ANY WARRANTY; without even the implied -;; warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -;; PURPOSE. See the GNU General Public License for more details. - -;; You should have received a copy of the GNU General Public -;; License along with this program; if not, write to the Free -;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -;; MA 02111-1307 USA - -(setq nxml-version "20041004") - -(when (featurep 'mucs) - (error "nxml-mode is not compatible with Mule-UCS")) - -(let* ((dir (file-name-directory load-file-name)) - (schema-dir (file-name-as-directory - (expand-file-name "schemas" data-directory)))) - (unless (member dir load-path) - (setq load-path (cons dir load-path))) - (setq rng-schema-locating-files-default - (list "schemas.xml" - (abbreviate-file-name - (expand-file-name "schemas.xml" schema-dir)))) - (setq rng-schema-locating-file-schema-file - (expand-file-name "locate.rnc" schema-dir))) - -;; Users shouldn't edit this. -;; Instead they should customize `rng-preferred-prefix-alist'. - -(setq rng-preferred-prefix-alist-default - ;; For XHTML and RELAX NG, prefer no prefix - '(("http://www.w3.org/1999/XSL/Transform" . "xsl") - ("http://www.w3.org/1999/02/22-rdf-syntax-ns#" . "rdf"))) - -(add-hook 'nxml-mode-hook 'rng-nxml-mode-init) -(add-hook 'nxml-mode-hook 'nxml-enable-unicode-char-name-sets) - -(setq rng-schema-loader-alist '(("rnc" . rng-c-load-schema))) - -(require 'nxml-enc) -;; Install our own `set-auto-coding-function'. -(nxml-start-auto-coding) - - -;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml-glyph.el" -;;;;;; (16278 18099)) -;;; Generated autoloads from nxml-glyph.el - -(autoload (quote nxml-glyph-display-string) "nxml-glyph" "\ -Return a string that can display a glyph for Unicode code-point N. -FACE gives the face that will be used for displaying the string. -Return nil if the face cannot display a glyph for N." nil nil) - -;;;*** - -;;;### (autoloads (nxml-mode) "nxml-mode" "nxml-mode.el" (16702 54517)) -;;; Generated autoloads from nxml-mode.el - -(autoload (quote nxml-mode) "nxml-mode" "\ -Major mode for editing XML. - -Syntax highlighting is performed unless the variable -`nxml-syntax-highlight-flag' is nil. - -\\[nxml-finish-element] finishes the current element by inserting an end-tag. -C-c C-i closes a start-tag with `>' and then inserts a balancing end-tag -leaving point between the start-tag and end-tag. -\\[nxml-balanced-close-start-tag-block] is similar but for block rather than inline elements: -the start-tag, point, and end-tag are all left on separate lines. -If `nxml-slash-auto-complete-flag' is non-nil, then inserting a `