/[emacs]/emacs/lisp/indent.el
ViewVC logotype

Diff of /emacs/lisp/indent.el

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

revision 1.43 by eliz, Fri Jun 22 11:46:52 2001 UTC revision 1.43.4.1 by monnier, Sun Dec 2 03:56:26 2001 UTC
# Line 468  Use \\[edit-tab-stops] to edit them inte Line 468  Use \\[edit-tab-stops] to edit them inte
468        (setq tabs (cdr tabs)))        (setq tabs (cdr tabs)))
469      (if tabs      (if tabs
470          (let ((opoint (point)))          (let ((opoint (point)))
471            (skip-chars-backward " \t")            (delete-horizontal-space t)
           (delete-region (point) opoint)  
472            (indent-to (car tabs)))            (indent-to (car tabs)))
473        (insert ?\ ))))        (insert ?\ ))))
474    

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.43.4.1

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