[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/octave-mod.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/octave-mod.el |
Date: |
Mon, 21 Oct 2002 05:13:23 -0400 |
Index: emacs/lisp/progmodes/octave-mod.el
diff -c emacs/lisp/progmodes/octave-mod.el:1.19
emacs/lisp/progmodes/octave-mod.el:1.20
*** emacs/lisp/progmodes/octave-mod.el:1.19 Sun Dec 30 17:20:58 2001
--- emacs/lisp/progmodes/octave-mod.el Fri Oct 18 04:44:04 2002
***************
*** 1183,1189 ****
(beginning-of-line)
(looking-at "^\\s-*\\s<+\\s-*$"))))
;; This is a nonempty comment line which does not extend
! ;; past the fill column. If it is followed by an nonempty
;; comment line with the same comment prefix, try to
;; combine them, and repeat this until either we reach the
;; fill-column or there is nothing more to combine.
--- 1183,1189 ----
(beginning-of-line)
(looking-at "^\\s-*\\s<+\\s-*$"))))
;; This is a nonempty comment line which does not extend
! ;; past the fill column. If it is followed by a nonempty
;; comment line with the same comment prefix, try to
;; combine them, and repeat this until either we reach the
;; fill-column or there is nothing more to combine.