diff lisp/emacs-lisp/debug.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents ab9a55b26bd4
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/emacs-lisp/debug.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/emacs-lisp/debug.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,5 @@
-;; Debuggers and related commands for Emacs
+;;; debug.el --- debuggers and related commands for Emacs
+
 ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -354,3 +355,5 @@
 	  (setq list (cdr list))))
       (princ "Note: if you have redefined a function, then it may no longer\n")
       (princ "be set to debug on entry, even if it is in the list."))))
+
+;;; debug.el ends here