X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/3c0d7a5e5f60e7873fc711c5a64d7b8207047e5e..e24ad6dd2b3499a367fff0dfd9c9c8a4bdaeb4fd:/lisp/cus-dep.el diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index e49d86a9ec..230410772a 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -1,10 +1,11 @@ ;;; cus-dep.el --- find customization dependencies ;; ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008 Free Software Foundation, Inc. +;; 2008, 2009, 2010 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen ;; Keywords: internal +;; Package: emacs ;; This file is part of GNU Emacs. @@ -87,7 +88,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS" (setq buffer-undo-list t) (erase-buffer) (insert (autoload-rubric generated-custom-dependencies-file - "custom dependencies")) + "custom dependencies" t)) (search-backward " ") (mapatoms (lambda (symbol) (let ((members (get symbol 'custom-group))