diff options
| author | Kim F. Storm | 2005-02-09 15:50:47 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-02-09 15:50:47 +0000 |
| commit | bf247b6ed0b5e96845e785302bdaa97fcf6a8b84 (patch) | |
| tree | 3e5225520dfe10e9394f68088de2fe22027aa53f /lisp/progmodes/cfengine.el | |
| parent | 1de0ae85b33c8d8cb77ab839f66d2df4f9aa7b94 (diff) | |
| download | emacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.tar.gz emacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.zip | |
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
Diffstat (limited to 'lisp/progmodes/cfengine.el')
| -rw-r--r-- | lisp/progmodes/cfengine.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cfengine.el b/lisp/progmodes/cfengine.el index 3f6c24c85c6..a9e86de44aa 100644 --- a/lisp/progmodes/cfengine.el +++ b/lisp/progmodes/cfengine.el | |||
| @@ -175,7 +175,7 @@ Intended as the value of `indent-line-function'." | |||
| 175 | (if (> (- (point-max) pos) (point)) | 175 | (if (> (- (point-max) pos) (point)) |
| 176 | (goto-char (- (point-max) pos))))) | 176 | (goto-char (- (point-max) pos))))) |
| 177 | 177 | ||
| 178 | ;; This doesn't work too well in Emacs 21.2. See 21.4 development | 178 | ;; This doesn't work too well in Emacs 21.2. See 22.1 development |
| 179 | ;; code. | 179 | ;; code. |
| 180 | (defun cfengine-fill-paragraph (&optional justify) | 180 | (defun cfengine-fill-paragraph (&optional justify) |
| 181 | "Fill `paragraphs' in Cfengine code." | 181 | "Fill `paragraphs' in Cfengine code." |