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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/edebug.el
Date: Fri, 05 Nov 2004 14:12:50 -0500

Index: emacs/lisp/emacs-lisp/edebug.el
diff -c emacs/lisp/emacs-lisp/edebug.el:3.69 
emacs/lisp/emacs-lisp/edebug.el:3.70
*** emacs/lisp/emacs-lisp/edebug.el:3.69        Thu Jun 10 04:18:04 2004
--- emacs/lisp/emacs-lisp/edebug.el     Fri Nov  5 19:07:07 2004
***************
*** 714,721 ****
    (if (and (eq (following-char) ?.)
           (save-excursion
             (forward-char 1)
!            (and (>= (following-char) ?0)
!                 (<= (following-char) ?9))))
        'symbol
      (aref edebug-read-syntax-table (following-char))))
  
--- 714,723 ----
    (if (and (eq (following-char) ?.)
           (save-excursion
             (forward-char 1)
!            (or (and (eq (aref edebug-read-syntax-table (following-char))
!                         'symbol)
!                     (not (= (following-char) ?\;)))
!                (memq (following-char) '(?\, ?\.)))))
        'symbol
      (aref edebug-read-syntax-table (following-char))))
  




reply via email to

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