[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/edebug.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/edebug.el |
Date: |
Sun, 03 Jul 2005 22:43:00 -0400 |
Index: emacs/lisp/emacs-lisp/edebug.el
diff -c emacs/lisp/emacs-lisp/edebug.el:3.77
emacs/lisp/emacs-lisp/edebug.el:3.78
*** emacs/lisp/emacs-lisp/edebug.el:3.77 Mon Jul 4 01:06:17 2005
--- emacs/lisp/emacs-lisp/edebug.el Mon Jul 4 02:43:00 2005
***************
*** 61,67 ****
;;; Options
(defgroup edebug nil
! "A source-level debugger for Emacs Lisp"
:group 'lisp)
--- 61,67 ----
;;; Options
(defgroup edebug nil
! "A source-level debugger for Emacs Lisp."
:group 'lisp)
***************
*** 4224,4230 ****
(- (current-column)
(if (= ?\( (following-char)) 0 1)))))
(insert (make-string
! (max 0 (- col (- (point) start-of-count-line))) ?\ )
(if (and (< 0 count)
(not (memq coverage
'(unknown ok-coverage))))
--- 4224,4230 ----
(- (current-column)
(if (= ?\( (following-char)) 0 1)))))
(insert (make-string
! (max 0 (- col (- (point) start-of-count-line))) ?\s)
(if (and (< 0 count)
(not (memq coverage
'(unknown ok-coverage))))