emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/octave-mod.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/octave-mod.el
Date: Sun, 02 Dec 2001 02:12:50 -0500

Index: emacs/lisp/progmodes/octave-mod.el
diff -c emacs/lisp/progmodes/octave-mod.el:1.16 
emacs/lisp/progmodes/octave-mod.el:1.17
*** emacs/lisp/progmodes/octave-mod.el:1.16     Thu Mar  9 08:29:44 2000
--- emacs/lisp/progmodes/octave-mod.el  Sun Dec  2 02:12:50 2001
***************
*** 734,740 ****
  (defun octave-indent-for-comment ()
    "Maybe insert and indent an Octave comment.
  If there is no comment already on this line, create a code-level comment
! (started by two comment characters) if the line is empty, or an in-line
  comment (started by one comment character) otherwise. 
  Point is left after the start of the comment which is properly aligned."
    (interactive)
--- 734,740 ----
  (defun octave-indent-for-comment ()
    "Maybe insert and indent an Octave comment.
  If there is no comment already on this line, create a code-level comment
! \(started by two comment characters) if the line is empty, or an in-line
  comment (started by one comment character) otherwise. 
  Point is left after the start of the comment which is properly aligned."
    (interactive)



reply via email to

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