/[emacs]/emacs/lisp/emacs-lisp/lisp-mode.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/lisp-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.119.4.2 by rms, Tue Nov 6 04:46:18 2001 UTC revision 1.119.4.3 by rms, Fri Dec 21 14:13:37 2001 UTC
# Line 453  Interactively, with prefix argument, pri Line 453  Interactively, with prefix argument, pri
453  Likewise for other constructs as necessary."  Likewise for other constructs as necessary."
454    ;; The code in edebug-defun should be consistent with this, but not    ;; The code in edebug-defun should be consistent with this, but not
455    ;; the same, since this gets a macroexpended form.    ;; the same, since this gets a macroexpended form.
456    (cond ((and (eq (car form) 'defvar)    (cond ((not (listp form))
457             form)
458            ((and (eq (car form) 'defvar)
459                (cdr-safe (cdr-safe form)))                (cdr-safe (cdr-safe form)))
460           ;; Force variable to be bound.           ;; Force variable to be bound.
461           (cons 'defconst (cdr form)))           (cons 'defconst (cdr form)))

Legend:
Removed from v.1.119.4.2  
changed lines
  Added in v.1.119.4.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26