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/cfengine.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cfengine.el
Date: Wed, 09 Feb 2005 10:52:30 -0500

Index: emacs/lisp/progmodes/cfengine.el
diff -c emacs/lisp/progmodes/cfengine.el:1.5 
emacs/lisp/progmodes/cfengine.el:1.6
*** emacs/lisp/progmodes/cfengine.el:1.5        Fri Dec 31 14:52:42 2004
--- emacs/lisp/progmodes/cfengine.el    Wed Feb  9 15:50:36 2005
***************
*** 175,181 ****
      (if (> (- (point-max) pos) (point))
        (goto-char (- (point-max) pos)))))
  
! ;; This doesn't work too well in Emacs 21.2.  See 21.4 development
  ;; code.
  (defun cfengine-fill-paragraph (&optional justify)
    "Fill `paragraphs' in Cfengine code."
--- 175,181 ----
      (if (> (- (point-max) pos) (point))
        (goto-char (- (point-max) pos)))))
  
! ;; This doesn't work too well in Emacs 21.2.  See 22.1 development
  ;; code.
  (defun cfengine-fill-paragraph (&optional justify)
    "Fill `paragraphs' in Cfengine code."




reply via email to

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