/[emacs]/emacs/lisp/progmodes/tcl.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/tcl.el

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

revision 1.64 by monnier, Tue Jul 17 18:40:19 2001 UTC revision 1.64.4.1 by monnier, Wed Nov 21 02:04:45 2001 UTC
# Line 1877  Parts of this were taken from `indent-fo Line 1877  Parts of this were taken from `indent-fo
1877                  (backward-char))))))                  (backward-char))))))
1878    ;; Point is just after the "#" starting a comment.  Move it as    ;; Point is just after the "#" starting a comment.  Move it as
1879    ;; appropriate.    ;; appropriate.
1880    (let* ((indent (funcall comment-indent-function))    (let* ((indent (or (funcall comment-indent-function) comment-column))
1881           (begpos (progn           (begpos (progn
1882                     (backward-char)                     (backward-char)
1883                     (point))))                     (point))))

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.64.4.1

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