From 3563de3849c59f7b97fc9406960629a7258c8a84 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 24 Feb 2003 10:38:01 +0000 Subject: Fix some compile errors --- lego/lego.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lego') diff --git a/lego/lego.el b/lego/lego.el index 6a8b50d6..00a32319 100644 --- a/lego/lego.el +++ b/lego/lego.el @@ -350,11 +350,11 @@ Checks the width in the `proof-goals-buffer'" (setq outline-heading-end-regexp lego-outline-heading-end-regexp) ;; tags - (cond ((boundp 'tags-table-list) + (cond ((boundp 'tags-table-list) ;; GNU Emacs (make-local-variable 'tags-table-list) (setq tags-table-list (cons lego-tags tags-table-list)))) - (and (boundp 'tag-table-alist) + (and (boundp 'tag-table-alist) ;; XEmacs (setq tag-table-alist (append '(("\\.l$" . lego-tags) ("lego" . lego-tags)) -- cgit v1.2.3