Mercurial > hg > xemacs-beta
comparison lisp/edebug/custom-load.el @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | a2f645c6b9f8 |
children |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
1 ;;; custom-load.el --- automatically extracted custom dependencies | 1 ;;; custom-load.el --- automatically extracted custom dependencies |
2 | 2 |
3 ;; Created by SL Baur on Sat Sep 27 08:13:42 1997 | |
4 | 3 |
5 ;;; Code: | 4 ;;; Code: |
6 | 5 |
7 (custom-put 'lisp 'custom-loads '("edebug")) | 6 (custom-add-loads 'lisp '("edebug")) |
8 (custom-put 'edebug 'custom-loads '("edebug")) | 7 (custom-add-loads 'edebug '("edebug")) |
9 | 8 |
10 ;;; custom-load.el ends here | 9 ;;; custom-load.el ends here |