Changeset 4018 for vendor/emacs-CVS_HEAD/lisp/cus-dep.el
- Timestamp:
- 01/28/06 09:46:44 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/lisp/cus-dep.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/lisp/cus-dep.el
r3988 r4018 1 1 ;;; cus-dep.el --- find customization dependencies 2 2 ;; 3 ;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 3 ;; Copyright (C) 1997, 2002, 2003, 2004, 2005, 4 ;; 2006 Free Software Foundation, Inc. 4 5 ;; 5 6 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> … … 32 33 33 34 (defvar generated-custom-dependencies-file "cus-load.el" 34 " File \\[cusom-make-dependencies] puts custom dependencies into.")35 "Output file for \\[custom-make-dependencies].") 35 36 36 37 (defun custom-make-dependencies ()
