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

Diff of /emacs/lisp/simple.el

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

revision 1.590 by kfstorm, Mon Jan 27 21:44:48 2003 UTC revision 1.591 by rms, Tue Feb 4 10:41:10 2003 UTC
# Line 368  useful for editing binary files." Line 368  useful for editing binary files."
368    "Move point to the first non-whitespace character on this line."    "Move point to the first non-whitespace character on this line."
369    (interactive)    (interactive)
370    (beginning-of-line 1)    (beginning-of-line 1)
371    (skip-chars-forward " \t"))    (let ((limit (line-end-position)))
372        (skip-syntax-forward " " limit)))
373    
374  (defun fixup-whitespace ()  (defun fixup-whitespace ()
375    "Fixup white space between objects around point.    "Fixup white space between objects around point.

Legend:
Removed from v.1.590  
changed lines
  Added in v.1.591

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