From: Stefan Monnier Date: Sun, 25 Aug 2013 03:55:48 +0000 (-0400) Subject: Add Emacs/W3 as external X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/49afed8fcb923cba668de9d4d734cfe49cd415bf Add Emacs/W3 as external --- diff --git a/.gitignore b/.gitignore index 548f54c94..70caf06b1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ core packages/*/*-autoloads.el packages/*/*-pkg.el packages/dismal +packages/w3 diff --git a/copyright_exceptions b/copyright_exceptions index 7f669a96a..4fc04a61e 100644 --- a/copyright_exceptions +++ b/copyright_exceptions @@ -47,3 +47,9 @@ ./uni-confusables/uni-confusables.el ./uni-confusables/uni-confusables.el:;; Copyright (C) 1991-2009, 2010 Unicode, Inc. ./uni-confusables/uni-confusables.el:;; for the copyright and permission notice. +./w3/w3-cus.el: "copyright" "bookmark" "help" "made" "contents" "top") +./w3/w3-cus.el: ;; Glossary, Copyright, Chapter, Section, Subsection, Appendix, +./w3/w3-latex.el: (copy . "\\copyright ") +./w3/w3-toolbar.el: "Copyright"] +./w3/w3-toolbar.el: (w3-fetch (w3-link-is-defined "copyright")) +./w3/w3-toolbar.el: (w3-link-is-defined "copyright") diff --git a/externals-list b/externals-list index f3cce41b6..2714f5ee5 100644 --- a/externals-list +++ b/externals-list @@ -31,6 +31,7 @@ ;;FIXME:("org" :external ??) ;; Need to introduce snapshots!! ("temp-buffer-browse" :subtree "https://github.com/leoliu/temp-buffer-browse") ;;FIXME:("vlf" :subtree ??) + ("w3" :external nil) ("websocket" :subtree "https://github.com/ahyatt/emacs-websocket.git") ;;FIXME:("yasnippet" :subtree "https://github.com/capitaomorte/yasnippet.git") )