From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-util/gtk-doc/files/61gtk-doc-gentoo.el | 9 +++++++++ .../gtk-doc/files/gtk-doc-1.8-emacs-keybindings.patch | 17 +++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 dev-util/gtk-doc/files/61gtk-doc-gentoo.el create mode 100644 dev-util/gtk-doc/files/gtk-doc-1.8-emacs-keybindings.patch (limited to 'dev-util/gtk-doc/files') diff --git a/dev-util/gtk-doc/files/61gtk-doc-gentoo.el b/dev-util/gtk-doc/files/61gtk-doc-gentoo.el new file mode 100644 index 000000000000..488a57c02555 --- /dev/null +++ b/dev-util/gtk-doc/files/61gtk-doc-gentoo.el @@ -0,0 +1,9 @@ + +;;; 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 new file mode 100644 index 000000000000..bbc989afb2b7 --- /dev/null +++ b/dev-util/gtk-doc/files/gtk-doc-1.8-emacs-keybindings.patch @@ -0,0 +1,17 @@ +--- 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) -- cgit v1.2.3