summaryrefslogtreecommitdiffstats
path: root/scripts/kde-emacs/HACKING
blob: d3a87f22d10e4793393a39fc559e8ea42548a9f3 (plain)
1
2
3
4
5
6
7
Rules are simple:
1) Make sure that your functions work both on GNU/Emacs and XEmacs.
2) Put general variables in kde-emacs-vars.el, file related variables 
inside the related file.
3) Export general functions to kde-emacs-general.el.
4) Always provide documentation for both variables and functions that
you're adding.