emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emulation/edt.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/edt.el
Date: Tue, 18 Jun 2002 10:24:16 -0400

Index: emacs/lisp/emulation/edt.el
diff -c emacs/lisp/emulation/edt.el:1.38 emacs/lisp/emulation/edt.el:1.39
*** emacs/lisp/emulation/edt.el:1.38    Thu Dec 20 13:54:05 2001
--- emacs/lisp/emulation/edt.el Sat Jan 12 16:41:26 2002
***************
*** 1233,1239 ****
  
  (defun edt-tab-insert (num)
    "Insert tab character at cursor position.
! Argument NUM is the the number of tabs to insert."
    (interactive "*p")
    (edt-check-prefix num)
    (while (> num 0)
--- 1233,1239 ----
  
  (defun edt-tab-insert (num)
    "Insert tab character at cursor position.
! Argument NUM is the number of tabs to insert."
    (interactive "*p")
    (edt-check-prefix num)
    (while (> num 0)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]