/[emacs]/emacs/lisp/emulation/edt.el
ViewVC logotype

Diff of /emacs/lisp/emulation/edt.el

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

revision 1.38 by pj, Thu Dec 20 18:54:05 2001 UTC revision 1.39 by pj, Sat Jan 12 21:41:26 2002 UTC
# Line 1233  Argument NUM is the number of form feeds Line 1233  Argument NUM is the number of form feeds
1233    
1234  (defun edt-tab-insert (num)  (defun edt-tab-insert (num)
1235    "Insert tab character at cursor position.    "Insert tab character at cursor position.
1236  Argument NUM is the the number of tabs to insert."  Argument NUM is the number of tabs to insert."
1237    (interactive "*p")    (interactive "*p")
1238    (edt-check-prefix num)    (edt-check-prefix num)
1239    (while (> num 0)    (while (> num 0)

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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