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, v [EMACS_22_BA


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/edebug.el, v [EMACS_22_BASE]
Date: Mon, 04 Feb 2008 16:54:06 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       08/02/04 16:54:05

Index: edebug.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/edebug.el,v
retrieving revision 3.97.2.4
retrieving revision 3.97.2.5
diff -u -b -r3.97.2.4 -r3.97.2.5
--- edebug.el   7 Jan 2008 01:07:42 -0000       3.97.2.4
+++ edebug.el   4 Feb 2008 16:54:05 -0000       3.97.2.5
@@ -1496,7 +1496,7 @@
     (cond
      ((symbolp head)
       (cond
-       ((null head) nil) ; () is legal.
+       ((null head) nil) ; () is valid.
        ((eq head 'interactive-p)
        ;; Special case: replace (interactive-p) with variable
        (setq edebug-def-interactive 'check-it)
@@ -2076,7 +2076,7 @@
    ;; doesn't handle (a . ,b).  The straightforward fix:
    ;;   (backquote-form . [&or nil backquote-form])
    ;; uses up too much stack space.
-   ;; Note that `(foo . ,@bar) is not legal, so we don't need to handle it.
+   ;; Note that `(foo . ,@bar) is not valid, so we don't need to handle it.
    (backquote-form [&rest [&not ","] backquote-form]
                   . [&or nil backquote-form])
    ;; If you use dotted forms in backquotes, replace the previous line




reply via email to

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