emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/edebug.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/edebug.el
Date: Tue, 06 Dec 2005 17:10:08 -0500

Index: emacs/lisp/emacs-lisp/edebug.el
diff -c emacs/lisp/emacs-lisp/edebug.el:3.83 
emacs/lisp/emacs-lisp/edebug.el:3.84
*** emacs/lisp/emacs-lisp/edebug.el:3.83        Sat Aug  6 17:08:59 2005
--- emacs/lisp/emacs-lisp/edebug.el     Tue Dec  6 22:10:07 2005
***************
*** 733,740 ****
    ;; Leave point before the next token, skipping white space and comments.
    (skip-chars-forward " \t\r\n\f")
    (while (= (following-char) ?\;)
!     ;; \r is counted as a comment terminator to support selective display.
!     (skip-chars-forward "^\n\r")  ; skip the comment
      (skip-chars-forward " \t\r\n\f")))
  
  
--- 733,739 ----
    ;; Leave point before the next token, skipping white space and comments.
    (skip-chars-forward " \t\r\n\f")
    (while (= (following-char) ?\;)
!     (skip-chars-forward "^\n")  ; skip the comment
      (skip-chars-forward " \t\r\n\f")))
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]