diff options
Diffstat (limited to 'lisp/emacs-lisp/cust-print.el')
-rw-r--r-- | lisp/emacs-lisp/cust-print.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cust-print.el b/lisp/emacs-lisp/cust-print.el index 16f8b5479bd..435465f427b 100644 --- a/lisp/emacs-lisp/cust-print.el +++ b/lisp/emacs-lisp/cust-print.el @@ -1,4 +1,4 @@ -;;; cust-print.el --- handles print-level and print-circle. +;;; cust-print.el --- handles print-level and print-circle ;; Copyright (C) 1992 Free Software Foundation, Inc. @@ -689,4 +689,3 @@ See `custom-format' for the details." (provide 'cust-print) ;;; cust-print.el ends here - |