]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-window-height): Use defvar.
authorRichard M. Stallman <rms@gnu.org>
Mon, 11 Jul 1994 00:24:26 +0000 (00:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 11 Jul 1994 00:24:26 +0000 (00:24 +0000)
(compilation-leave-directory-regexp): Likewise.
(compilation-enter-directory-regexp): Likewise.

lisp/progmodes/compile.el

index b217f9304ade5a8ecccc7bc3c3f89d6c3516f9ed..784b44d3921d16ab5954dcf17377c8bb1b111957 100644 (file)
@@ -34,7 +34,7 @@
   "*List of hook functions run by `compilation-mode' (see `run-hooks').")
 
 ;;;###autoload
-(defconst compilation-window-height nil
+(defvar compilation-window-height nil
   "*Number of lines in a compilation window.  If nil, use Emacs default.")
 
 (defvar compilation-error-list nil
@@ -208,14 +208,14 @@ You might also use mode hooks to specify it in certain modes, like this:
                                    (concat \"make -k \"
                                            buffer-file-name))))))")
 
-(defconst compilation-enter-directory-regexp
+(defvar compilation-enter-directory-regexp
   ": Entering directory `\\(.*\\)'$"
   "Regular expression matching lines that indicate a new current directory.
 This must contain one \\(, \\) pair around the directory name.
 
 The default value matches lines printed by the `-w' option of GNU Make.")
 
-(defconst compilation-leave-directory-regexp
+(defvar compilation-leave-directory-regexp
   ": Leaving directory `\\(.*\\)'$"
   "Regular expression matching lines that indicate restoring current directory.
 This may contain one \\(, \\) pair around the name of the directory