From 96db8a5b307d95719b7cd2886d82376bfd1f74c8 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 12 May 2014 02:27:31 -0400 Subject: [PATCH] Add "rudel" to the list of externals. --- GNUmakefile | 2 +- copyright_exceptions | 1 + externals-list | 1 + packages/lmc/lmc.el | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index eb3ce433a..4df319d6d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -132,7 +132,7 @@ elcs := $(call SET-diff, $(naive_elcs), $(patsubst %.el, %.elc, $(nbc_els))) @echo 'Byte compiling $<' @$(EMACS) \ --eval "(setq package-directory-list nil package-user-dir \"$(abspath packages)\")" \ - --eval '(package-initialize)' \ + -f package-initialize \ -L $(dir $@) -f batch-byte-compile $< .PHONY: elcs diff --git a/copyright_exceptions b/copyright_exceptions index 9df761a69..8775a940c 100644 --- a/copyright_exceptions +++ b/copyright_exceptions @@ -57,6 +57,7 @@ ./auctex/tex-info.el: '("copyright" nil) ./gnugo/gnugo.el: (CP "Copyright" game simpletext) ./muse/htmlize-hack.el +./rudel/rudel-loaddefs.el ./uni-confusables/gen-confusables.el:;; Copyright (C) 1991-2009, 2010 Unicode, Inc. ./uni-confusables/gen-confusables.el:;; for the copyright and permission notice. ./uni-confusables/uni-confusables.el diff --git a/externals-list b/externals-list index 6c9e0211a..8f0d7314b 100644 --- a/externals-list +++ b/externals-list @@ -32,6 +32,7 @@ ("ioccur" :subtree "https://github.com/thierryvolpiatto/ioccur.git") ("js2-mode" :subtree "https://github.com/mooz/js2-mode.git") ;;FIXME:("org" :external ??) ;; Need to introduce snapshots!! + ("rudel" :external "bzr::bzr://rudel.bzr.sourceforge.net/bzrroot/rudel/trunk") ("temp-buffer-browse" :subtree "https://github.com/leoliu/temp-buffer-browse") ;;FIXME:("vlf" :subtree ??) ("w3" :external nil) diff --git a/packages/lmc/lmc.el b/packages/lmc/lmc.el index 482e14a8a..db059d0d2 100644 --- a/packages/lmc/lmc.el +++ b/packages/lmc/lmc.el @@ -363,7 +363,7 @@ Also, when nil, evaluation is interrupted when the user hits a key.") (make-variable-buffer-local 'lmc-pc) (defvar lmc-acc nil "LMC accumulator.") (make-variable-buffer-local 'lmc-acc) -(defvar lmc-output nil "Past LMC output,") +(defvar lmc-output nil "Past LMC output.") (make-variable-buffer-local 'lmc-output) (defvar lmc--stopped nil "State where we stopped.") -- 2.39.2