]> code.delx.au - gnu-emacs-elpa/commitdiff
Add Emacs/W3 as external
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 25 Aug 2013 03:55:48 +0000 (23:55 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 25 Aug 2013 03:55:48 +0000 (23:55 -0400)
.gitignore
copyright_exceptions
externals-list

index 548f54c949612613955ee9604f16eaf4e6dd7237..70caf06b11534583e2ab8cdc357e9e6ab18450c3 100644 (file)
@@ -5,3 +5,4 @@ core
 packages/*/*-autoloads.el
 packages/*/*-pkg.el
 packages/dismal
+packages/w3
index 7f669a96a70ca1be1fd36efb1c48f64fd1a3087e..4fc04a61ef6f29609c6f6975ae991c31ecd71926 100644 (file)
@@ -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")
index f3cce41b658e51bf08b826e1907269b160d99b32..2714f5ee5459e2d3252ce8e8c925cce2f8645ce5 100644 (file)
@@ -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")
  )