aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-08-17 15:49:10 +0000
committerRichard M. Stallman2005-08-17 15:49:10 +0000
commit255a2507af915d86a3a071fc2895907dfcb84d63 (patch)
treeeeb70730ed907c4ea126f8aed1d2e2058c9e14c3
parentacf681d713f3b42bce29cd910911ef805e059472 (diff)
downloademacs-255a2507af915d86a3a071fc2895907dfcb84d63.tar.gz
emacs-255a2507af915d86a3a071fc2895907dfcb84d63.zip
(minibuffer-prompt-properties): Use "Don't Enter" as tag instead of "Inviolable".
-rw-r--r--lisp/ChangeLog10
-rw-r--r--lisp/cus-start.el2
2 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 76deb0bf913..5ff0bdd6e87 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-08-17 Richard M. Stallman <rms@gnu.org>
2
3 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
4 as tag instead of "Inviolable".
5
12005-08-17 Kim F. Storm <storm@cua.dk> 62005-08-17 Kim F. Storm <storm@cua.dk>
2 7
3 * windmove.el (windmove-coordinates-of-position): Remove. 8 * windmove.el (windmove-coordinates-of-position): Remove.
@@ -81,6 +86,11 @@
81 * ido.el (ido-buffer-internal): Use with-no-warnings. 86 * ido.el (ido-buffer-internal): Use with-no-warnings.
82 (ido-make-merged-file-list): Use while-no-input. 87 (ido-make-merged-file-list): Use while-no-input.
83 88
892005-08-15 Richard M. Stallman <rms@gnu.org>
90
91 * textmodes/flyspell.el (flyspell-large-region): Fix doc and custom type.
92 (flyspell-mark-duplications-flag): Doc fix.
93
842005-08-14 Richard M. Stallman <rms@gnu.org> 942005-08-14 Richard M. Stallman <rms@gnu.org>
85 95
86 * files.el (interpreter-mode-alist): Doc fix. 96 * files.el (interpreter-mode-alist): Doc fix.
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 9d562a3ef3d..6159604ef90 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -219,7 +219,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
219 :format "%t%n%h" 219 :format "%t%n%h"
220 :inline t 220 :inline t
221 (read-only t)) 221 (read-only t))
222 (const :tag "Inviolable" 222 (const :tag "Don't Enterx"
223 :doc "Prevent point from ever entering prompt" 223 :doc "Prevent point from ever entering prompt"
224 :format "%t%n%h" 224 :format "%t%n%h"
225 :inline t 225 :inline t