summaryrefslogtreecommitdiff
path: root/lisp/progmodes/compile.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-02-09 15:50:47 +0000
committerKim F. Storm <storm@cua.dk>2005-02-09 15:50:47 +0000
commitbf247b6ed0b5e96845e785302bdaa97fcf6a8b84 (patch)
tree3e5225520dfe10e9394f68088de2fe22027aa53f /lisp/progmodes/compile.el
parent1de0ae85b33c8d8cb77ab839f66d2df4f9aa7b94 (diff)
downloademacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.tar.gz
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
Diffstat (limited to 'lisp/progmodes/compile.el')
-rw-r--r--lisp/progmodes/compile.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 7b401da794e..79a6b4b43be 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -459,7 +459,7 @@ starting the compilation process.")
(t (:weight bold)))
"Face used to highlight compiler warnings."
:group 'font-lock-highlighting-faces
- :version "21.4")
+ :version "22.1")
(defface compilation-info-face
'((((class color) (min-colors 16) (background light))
@@ -470,7 +470,7 @@ starting the compilation process.")
(t (:weight bold)))
"Face used to highlight compiler warnings."
:group 'font-lock-highlighting-faces
- :version "21.4")
+ :version "22.1")
(defvar compilation-message-face nil
"Face name to use for whole messages.
@@ -1133,7 +1133,7 @@ info, are considered errors."
(const :tag "Info" 1)
(const :tag "None" 0))
:group 'compilation
- :version "21.4")
+ :version "22.1")
(defcustom compilation-skip-visited nil
"*Compilation motion commands skip visited messages if this is t.
@@ -1142,7 +1142,7 @@ to from the current content in the current compilation buffer, even if it was
from a different message."
:type 'boolean
:group 'compilation
- :version "21.4")
+ :version "22.1")
;;;###autoload
(defun compilation-mode (&optional name-of-mode)
@@ -1557,7 +1557,7 @@ region and the first line of the next region."
If nil, don't scroll the compilation output window."
:type '(choice integer (const :tag "No window scrolling" nil))
:group 'compilation
- :version "21.4")
+ :version "22.1")
(defsubst compilation-set-window (w mk)
"Align the compilation output window W with marker MK near top."