Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184588 | Differences between
and this patch

Collapse All | Expand All

(-)gtk-doc-1.8-orig/tools/gtk-doc.el (-2 / +2 lines)
Lines 262-268 Link Here
262
262
263
;; set global binding for this key (follows the format for
263
;; set global binding for this key (follows the format for
264
;;   creating a changelog entry ...)
264
;;   creating a changelog entry ...)
265
(global-set-key "\C-x4h"  'gtk-doc-insert)
265
;;(global-set-key "\C-x4h"  'gtk-doc-insert)
266
266
267
267
268
;; Define another function for inserting a section header.
268
;; Define another function for inserting a section header.
Lines 280-283 Link Here
280
	  " */\n"))
280
	  " */\n"))
281
281
282
;; Set the key binding.
282
;; Set the key binding.
283
(global-set-key "\C-x4s" 'gtk-doc-insert-section)
283
;;(global-set-key "\C-x4s" 'gtk-doc-insert-section)

Return to bug 184588