/[emacs]/emacs/lisp/textmodes/picture.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/picture.el

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

revision 1.35 by monnier, Sat Oct 13 19:11:32 2001 UTC revision 1.36 by monnier, Mon Nov 19 23:45:15 2001 UTC
# Line 130  With argument, move that many lines." Line 130  With argument, move that many lines."
130      (if (> current-column picture-desired-column)      (if (> current-column picture-desired-column)
131          (forward-char -1))))          (forward-char -1))))
132    
133  (defconst picture-vertical-step 0  (defvar picture-vertical-step 0
134    "Amount to move vertically after text character in Picture mode.")    "Amount to move vertically after text character in Picture mode.")
135    
136  (defconst picture-horizontal-step 1  (defvar picture-horizontal-step 1
137    "Amount to move horizontally after text character in Picture mode.")    "Amount to move horizontally after text character in Picture mode.")
138    
139  (defun picture-move-up (arg)  (defun picture-move-up (arg)

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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