diff options
| author | Glenn Morris | 2007-08-08 07:37:59 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-08 07:37:59 +0000 |
| commit | 5453fa41122e3278a442f4fab855561e41f4034f (patch) | |
| tree | 17aa3a55b9e688a5fd839bac70e1749286468c99 | |
| parent | e7f767c25e3d7abd0a456c838d8c1747649aebff (diff) | |
| download | emacs-5453fa41122e3278a442f4fab855561e41f4034f.tar.gz emacs-5453fa41122e3278a442f4fab855561e41f4034f.zip | |
Remove time-stamp.
Replace `iff' in doc-strings and comments.
| -rw-r--r-- | lisp/winner.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/winner.el b/lisp/winner.el index bc7503b963c..ed840d37622 100644 --- a/lisp/winner.el +++ b/lisp/winner.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Ivar Rummelhoff <ivarru@math.uio.no> | 6 | ;; Author: Ivar Rummelhoff <ivarru@math.uio.no> |
| 7 | ;; Created: 27 Feb 1997 | 7 | ;; Created: 27 Feb 1997 |
| 8 | ;; Time-stamp: <2006-02-06 15:13:57 ttn> | ||
| 9 | ;; Keywords: convenience frames | 8 | ;; Keywords: convenience frames |
| 10 | 9 | ||
| 11 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| @@ -286,7 +285,7 @@ You may want to include buffer names such as *Help*, *Apropos*, | |||
| 286 | 285 | ||
| 287 | (defun winner-get-point (buf win) | 286 | (defun winner-get-point (buf win) |
| 288 | ;; Consult (and possibly extend) `winner-point-alist'. | 287 | ;; Consult (and possibly extend) `winner-point-alist'. |
| 289 | ;; Returns nil iff buf no longer exists. | 288 | ;; Returns nil if buf no longer exists. |
| 290 | (when (buffer-name buf) | 289 | (when (buffer-name buf) |
| 291 | (let ((entry (assq buf winner-point-alist))) | 290 | (let ((entry (assq buf winner-point-alist))) |
| 292 | (cond | 291 | (cond |
| @@ -306,7 +305,7 @@ You may want to include buffer names such as *Help*, *Apropos*, | |||
| 306 | 305 | ||
| 307 | ;; Make sure point does not end up in the minibuffer and delete | 306 | ;; Make sure point does not end up in the minibuffer and delete |
| 308 | ;; windows displaying dead or boring buffers | 307 | ;; windows displaying dead or boring buffers |
| 309 | ;; (c.f. `winner-boring-buffers'). Return nil iff all the windows | 308 | ;; (c.f. `winner-boring-buffers'). Return nil if all the windows |
| 310 | ;; should be deleted. Preserve correct points and marks. | 309 | ;; should be deleted. Preserve correct points and marks. |
| 311 | (defun winner-set (conf) | 310 | (defun winner-set (conf) |
| 312 | ;; For the format of `conf', see `winner-conf'. | 311 | ;; For the format of `conf', see `winner-conf'. |