emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/forms-d2.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/forms-d2.el
Date: Tue, 04 Feb 2003 06:20:55 -0500

Index: emacs/lisp/forms-d2.el
diff -c emacs/lisp/forms-d2.el:2.3 emacs/lisp/forms-d2.el:2.4
*** emacs/lisp/forms-d2.el:2.3  Tue Oct  1 12:56:34 2002
--- emacs/lisp/forms-d2.el      Tue Feb  4 06:20:55 2003
***************
*** 40,46 ****
        (concat "\n" (make-string target fill))
      (make-string (- target (current-column)) fill)))
  ;;
! (defun arch-rj (target field &optional fill) 
    "Produces a string to skip to column TARGET minus the width of field FIELD.
  Prepends newline if needed. The optional FILL should be a character,
  used to fill to the column."
--- 40,46 ----
        (concat "\n" (make-string target fill))
      (make-string (- target (current-column)) fill)))
  ;;
! (defun arch-rj (target field &optional fill)
    "Produces a string to skip to column TARGET minus the width of field FIELD.
  Prepends newline if needed. The optional FILL should be a character,
  used to fill to the column."




reply via email to

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