X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ae940284fa77a6928f5162b7de859e67bdc7506c..d30550b193d253aa054816f21b6f6a190ee7b3a1:/lisp/cus-dep.el diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 0138e9a055..93462bd5ad 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -1,7 +1,7 @@ ;;; cus-dep.el --- find customization dependencies ;; ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen ;; Keywords: internal @@ -87,7 +87,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))