Mercurial > emacs
comparison lisp/textmodes/reftex-index.el @ 65689:96187e7edd1b
2005-09-25 Romain Francoise <romain@orebokech.com>
* dired-aux.el (dired-copy-file-recursive):
* dired.el (dired-delete-file):
* ediff-mult.el (ediff-dir-diff-copy-file):
* ediff-util.el (ediff-test-save-region):
* forms.el (forms-mode):
* ido.el (ido-file-internal, ido-delete-file-at-head):
* log-edit.el (log-edit-done):
* ses.el (ses-yank-resize):
* play/gomoku.el (gomoku-human-plays, gomoku)
(gomoku-human-resigns, gomoku-prompt-for-other-game)
(gomoku-offer-a-draw):
* play/landmark.el (lm-human-resigns, lm):
* net/eudcb-ldap.el (eudc-ldap-check-base):
* play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
* progmodes/ebrowse.el (ebrowse-find-pattern):
* progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
* textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
space.
* vc.el (vc-delete-file):
* play/gomoku.el (gomoku-terminate-game, gomoku)
(gomoku-prompt-for-move, gomoku-human-takes-back):
* play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
(lm-start-robot, lm-human-plays): Remove extraneous spaces in
messages.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sat, 24 Sep 2005 23:26:28 +0000 |
parents | ed770a0a7846 |
children | 067115a6e738 ee12d75eb214 |
comparison
equal
deleted
inserted
replaced
65688:41260182da5b | 65689:96187e7edd1b |
---|---|
1237 (beginning-of-line 2)) | 1237 (beginning-of-line 2)) |
1238 (while (looking-at "^[ \t]*$") | 1238 (while (looking-at "^[ \t]*$") |
1239 (beginning-of-line 2)) | 1239 (beginning-of-line 2)) |
1240 (cond ((fboundp 'zmacs-activate-region) (zmacs-activate-region)) | 1240 (cond ((fboundp 'zmacs-activate-region) (zmacs-activate-region)) |
1241 ((boundp 'make-active) (setq mark-active t))) | 1241 ((boundp 'make-active) (setq mark-active t))) |
1242 (if (yes-or-no-p "Delete and rebuilt header ") | 1242 (if (yes-or-no-p "Delete and rebuild header? ") |
1243 (delete-region (point-min) (point)))) | 1243 (delete-region (point-min) (point)))) |
1244 | 1244 |
1245 ;; Insert the mode line | 1245 ;; Insert the mode line |
1246 (insert | 1246 (insert |
1247 (format "%% -*- mode: reftex-index-phrases; TeX-master: \"%s\" -*-\n" | 1247 (format "%% -*- mode: reftex-index-phrases; TeX-master: \"%s\" -*-\n" |