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))))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to