/[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.45 by monnier, Fri Nov 2 04:57:54 2001 UTC revision 1.46 by monnier, Sun Dec 2 03:55:16 2001 UTC
# Line 493  Use \\[edit-tab-stops] to edit them inte Line 493  Use \\[edit-tab-stops] to edit them inte
493        (setq tabs (cdr tabs)))        (setq tabs (cdr tabs)))
494      (if tabs      (if tabs
495          (let ((opoint (point)))          (let ((opoint (point)))
496            (skip-chars-backward " \t")            (delete-horizontal-space t)
           (delete-region (point) opoint)  
497            (indent-to (car tabs)))            (indent-to (car tabs)))
498        (insert ?\ ))))        (insert ?\ ))))
499    

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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