Index: emacs/lisp/progmodes/modula2.el
diff -c emacs/lisp/progmodes/modula2.el:1.26
emacs/lisp/progmodes/modula2.el:1.27
*** emacs/lisp/progmodes/modula2.el:1.26 Thu May 26 16:39:28 2005
--- emacs/lisp/progmodes/modula2.el Thu Jun 16 16:24:28 2005
***************
*** 309,315 ****
"Build skeleton FOR loop statement, prompting for the loop parameters."
(interactive)
(insert "FOR ")
! (let ((name (read-string "Loop Initialiser: ")) limit by)
(insert name " TO ")
(setq limit (read-string "Limit: "))
(insert limit)
--- 309,315 ----
"Build skeleton FOR loop statement, prompting for the loop parameters."
(interactive)
(insert "FOR ")
! (let ((name (read-string "Loop Initializer: ")) limit by)
(insert name " TO ")
(setq limit (read-string "Limit: "))
(insert limit)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs