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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/edebug.el [lexbind]
Date: Thu, 11 Nov 2004 23:44:23 -0500

Index: emacs/lisp/emacs-lisp/edebug.el
diff -c emacs/lisp/emacs-lisp/edebug.el:3.53.2.7 
emacs/lisp/emacs-lisp/edebug.el:3.53.2.8
*** emacs/lisp/emacs-lisp/edebug.el:3.53.2.7    Tue Jul  6 10:00:20 2004
--- emacs/lisp/emacs-lisp/edebug.el     Fri Nov 12 04:21:19 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]