/[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.134 by walters, Sun Jan 13 05:40:59 2002 UTC revision 1.135 by lektu, Wed Jul 3 11:25:14 2002 UTC
# Line 821  This function also returns nil meaning d Line 821  This function also returns nil meaning d
821      (parse-partial-sexp (point) calculate-lisp-indent-last-sexp 0 t)      (parse-partial-sexp (point) calculate-lisp-indent-last-sexp 0 t)
822      (if (and (elt state 2)      (if (and (elt state 2)
823               (not (looking-at "\\sw\\|\\s_")))               (not (looking-at "\\sw\\|\\s_")))
824          ;; car of form doesn't seem to be a a symbol          ;; car of form doesn't seem to be a symbol
825          (progn          (progn
826            (if (not (> (save-excursion (forward-line 1) (point))            (if (not (> (save-excursion (forward-line 1) (point))
827                        calculate-lisp-indent-last-sexp))                        calculate-lisp-indent-last-sexp))

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135

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