/[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.132 by walters, Tue Dec 4 07:09:47 2001 UTC revision 1.133 by rms, Fri Dec 21 14:07:45 2001 UTC
# Line 530  Interactively, with prefix argument, pri Line 530  Interactively, with prefix argument, pri
530  Likewise for other constructs as necessary."  Likewise for other constructs as necessary."
531    ;; The code in edebug-defun should be consistent with this, but not    ;; The code in edebug-defun should be consistent with this, but not
532    ;; the same, since this gets a macroexpended form.    ;; the same, since this gets a macroexpended form.
533    (cond ((and (eq (car form) 'defvar)    (cond ((not (listp form))
534             form)
535            ((and (eq (car form) 'defvar)
536                (cdr-safe (cdr-safe form)))                (cdr-safe (cdr-safe form)))
537           ;; Force variable to be bound.           ;; Force variable to be bound.
538           (cons 'defconst (cdr form)))           (cons 'defconst (cdr form)))

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133

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