Mercurial > emacs
changeset 65223:554ac3736464
(compile-auto-highlight, skeleton-further-elements): Add defvars.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 30 Aug 2005 10:27:54 +0000 |
parents | 7835e6fa14b1 |
children | 87efa9b46716 |
files | lisp/progmodes/ada-mode.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ada-mode.el Tue Aug 30 10:25:22 2005 +0000 +++ b/lisp/progmodes/ada-mode.el Tue Aug 30 10:27:54 2005 +0000 @@ -133,6 +133,9 @@ (require 'which-func nil t) (require 'compile nil t)) +(defvar compile-auto-highlight) +(defvar skeleton-further-elements) + ;; this function is needed at compile time (eval-and-compile (defun ada-check-emacs-version (major minor &optional is-xemacs)