summaryrefslogtreecommitdiff
path: root/dev-util/gtk-doc/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-util/gtk-doc/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-util/gtk-doc/files')
-rw-r--r--dev-util/gtk-doc/files/61gtk-doc-gentoo.el9
-rw-r--r--dev-util/gtk-doc/files/gtk-doc-1.8-emacs-keybindings.patch17
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-util/gtk-doc/files/61gtk-doc-gentoo.el b/dev-util/gtk-doc/files/61gtk-doc-gentoo.el
deleted file mode 100644
index 488a57c02555..000000000000
--- a/dev-util/gtk-doc/files/61gtk-doc-gentoo.el
+++ /dev/null
@@ -1,9 +0,0 @@
-
-;;; gtk-doc site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-
-(autoload 'gtk-doc-insert "gtk-doc"
- "Add a documentation header to the current function." t)
-(autoload 'gtk-doc-insert-section "gtk-doc"
- "Add a section documentation header at the current position." t)
diff --git a/dev-util/gtk-doc/files/gtk-doc-1.8-emacs-keybindings.patch b/dev-util/gtk-doc/files/gtk-doc-1.8-emacs-keybindings.patch
deleted file mode 100644
index bbc989afb2b7..000000000000
--- a/dev-util/gtk-doc/files/gtk-doc-1.8-emacs-keybindings.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- gtk-doc-1.8-orig/tools/gtk-doc.el 2007-01-03 16:04:14.000000000 +0100
-+++ gtk-doc-1.8/tools/gtk-doc.el 2007-07-29 21:56:45.000000000 +0200
-@@ -262,7 +262,7 @@
-
- ;; set global binding for this key (follows the format for
- ;; creating a changelog entry ...)
--(global-set-key "\C-x4h" 'gtk-doc-insert)
-+;;(global-set-key "\C-x4h" 'gtk-doc-insert)
-
-
- ;; Define another function for inserting a section header.
-@@ -280,4 +280,4 @@
- " */\n"))
-
- ;; Set the key binding.
--(global-set-key "\C-x4s" 'gtk-doc-insert-section)
-+;;(global-set-key "\C-x4s" 'gtk-doc-insert-section)