summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2003-12-24 02:58:53 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2003-12-24 02:58:53 +0000
commitf74b529c5f57ee01ff437023ada6bd9f5f57c94b (patch)
tree64609a5e58eb4229f26d3de022d340128c8318d8 /lisp
parent4168a6108aee5c37046660d0fb9da017c00611ee (diff)
downloademacs-f74b529c5f57ee01ff437023ada6bd9f5f57c94b.tar.gz
emacs-f74b529c5f57ee01ff437023ada6bd9f5f57c94b.tar.bz2
emacs-f74b529c5f57ee01ff437023ada6bd9f5f57c94b.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7168e60ac43..b4f60092202 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -13,10 +13,10 @@
* ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
to `completing-read' on a recently fixed bug.
- * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt
- (instead of <SPACE>) to get the list of possible fringe modes.
- (<SPACE> only works if both `partial-completion-mode' and
- `completion-auto-help' are nil.)
+ * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
+ instead of SPACE, to get the list of possible fringe modes. SPACE
+ only works if both `partial-completion-mode' and
+ `completion-auto-help' are nil.
* complete.el (PC-is-complete-p): delete.
(PC-do-completion): Replace all calls to `PC-is-complete-p' with