From: Gerd Möllmann Date: Tue, 18 Oct 2022 06:55:11 +0000 (+0200) Subject: Revert some unimportant changes X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9b97a1f7d2525618c63b13b6f64a650d65a0021;p=emacs.git Revert some unimportant changes --- diff --git a/lisp/frameset.el b/lisp/frameset.el index 81dcbe4695e..a589f7b5d96 100644 --- a/lisp/frameset.el +++ b/lisp/frameset.el @@ -38,8 +38,6 @@ ;;; Code: -;;; FIXME: Do something about the face package name GUI. - (require 'cl-lib) diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 20588c5e31b..c9502fbb212 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -26592,7 +26592,7 @@ it is disabled. ;;; Generated autoloads from nxml/rng-xsd.el -(put 'http-//www.w3.org/2001/XMLSchema-datatypes 'rng-dt-compile #'rng-xsd-compile) +(put 'http://www.w3.org/2001/XMLSchema-datatypes 'rng-dt-compile #'rng-xsd-compile) (autoload 'rng-xsd-compile "rng-xsd" "\ Provide W3C XML Schema as a RELAX NG datatypes library. NAME is a symbol giving the local name of the datatype. PARAMS is a diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 571942a0a8e..ded5d2130e5 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -358,7 +358,6 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1)) \\([0-9]+\\)\\(?::\\([0-9]+\\)\\)?\\(?:\\([:,]\\|$\\)\\)?" 1 2 3 (nil . 4)) - ;; PKG-FIXME (ruby-Test::Unit "^ [[ ]?\\([^ (].*\\):\\([1-9][0-9]*\\)\\(\\]\\)?:in " 1 2)