lisp/loadhist.el (unload-feature-special-hooks): Add comint-output-filter-functions.
[bpt/emacs.git] / lisp / cus-dep.el
index 0138e9a..93462bd 100644 (file)
@@ -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 <abraham@dina.kvl.dk>
 ;; 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 "\f")
   (mapatoms (lambda (symbol)
              (let ((members (get symbol 'custom-group))