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/lisp-mode.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el
Date: Wed, 03 Jul 2002 07:45:48 -0400

Index: emacs/lisp/emacs-lisp/lisp-mode.el
diff -c emacs/lisp/emacs-lisp/lisp-mode.el:1.134 
emacs/lisp/emacs-lisp/lisp-mode.el:1.135
*** emacs/lisp/emacs-lisp/lisp-mode.el:1.134    Sun Jan 13 00:40:59 2002
--- emacs/lisp/emacs-lisp/lisp-mode.el  Wed Jul  3 07:25:14 2002
***************
*** 821,827 ****
      (parse-partial-sexp (point) calculate-lisp-indent-last-sexp 0 t)
      (if (and (elt state 2)
               (not (looking-at "\\sw\\|\\s_")))
!         ;; car of form doesn't seem to be a a symbol
          (progn
            (if (not (> (save-excursion (forward-line 1) (point))
                        calculate-lisp-indent-last-sexp))
--- 821,827 ----
      (parse-partial-sexp (point) calculate-lisp-indent-last-sexp 0 t)
      (if (and (elt state 2)
               (not (looking-at "\\sw\\|\\s_")))
!         ;; car of form doesn't seem to be a symbol
          (progn
            (if (not (> (save-excursion (forward-line 1) (point))
                        calculate-lisp-indent-last-sexp))



reply via email to

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