aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDan Nicolaescu1998-04-20 03:35:05 +0000
committerDan Nicolaescu1998-04-20 03:35:05 +0000
commitf9e9ac1ddebce30fd644f9c854edfbc40a93d4d5 (patch)
tree75ee7cf00f0f2a187b80b6ba0a783936bdaf3eb9 /lisp
parentcd32a7baa4746f699fa4d945c1b1b9e50a9486da (diff)
downloademacs-f9e9ac1ddebce30fd644f9c854edfbc40a93d4d5.tar.gz
emacs-f9e9ac1ddebce30fd644f9c854edfbc40a93d4d5.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/avoid.el3
-rw-r--r--lisp/bindings.el3
-rw-r--r--lisp/hscroll.el3
-rw-r--r--lisp/mail/mailabbrev.el3
-rw-r--r--lisp/msb.el3
-rw-r--r--lisp/rsz-mini.el5
-rw-r--r--lisp/time.el3
-rw-r--r--lisp/type-break.el5
8 files changed, 19 insertions, 9 deletions
diff --git a/lisp/avoid.el b/lisp/avoid.el
index e9351844989..0ce9e479229 100644
--- a/lisp/avoid.el
+++ b/lisp/avoid.el
@@ -89,7 +89,8 @@ You must modify via \\[customize] for this variable to have an effect."
89 (const animate) (const exile) (const proteus) 89 (const animate) (const exile) (const proteus)
90 ) 90 )
91 :group 'avoid 91 :group 'avoid
92 :require 'avoid) 92 :require 'avoid
93 :version "20.3")
93 94
94 95
95(defcustom mouse-avoidance-nudge-dist 15 96(defcustom mouse-avoidance-nudge-dist 15
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 94b698f62e4..ae7a9d218a0 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -269,6 +269,9 @@ is okay. See `mode-line-format'.")
269 "^Buffer .* doesn't exist$" 269 "^Buffer .* doesn't exist$"
270 "^There is no file to merge$" 270 "^There is no file to merge$"
271 "^Version control package .*.el not found. Use vc.el instead$" 271 "^Version control package .*.el not found. Use vc.el instead$"
272
273 ;; cus-edit
274 "^No user options have changed defaults in recent Emacs versions$"
272 275
273 ;; BBDB 276 ;; BBDB
274 "^no previous record$" 277 "^no previous record$"
diff --git a/lisp/hscroll.el b/lisp/hscroll.el
index a3da7913ced..0bcac3a1fa0 100644
--- a/lisp/hscroll.el
+++ b/lisp/hscroll.el
@@ -67,7 +67,8 @@ You must modify via \\[customize] for this variable to have an effect."
67 :initialize 'custom-initialize-default 67 :initialize 'custom-initialize-default
68 :group 'hscroll 68 :group 'hscroll
69 :type 'boolean 69 :type 'boolean
70 :require 'hscroll) 70 :require 'hscroll
71 :version "20.3")
71 72
72(defcustom hscroll-margin 5 73(defcustom hscroll-margin 5
73 "*How many columns away from the edge of the window point is allowed to get 74 "*How many columns away from the edge of the window point is allowed to get
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el
index fa7775c122c..14ca13b8b17 100644
--- a/lisp/mail/mailabbrev.el
+++ b/lisp/mail/mailabbrev.el
@@ -141,7 +141,8 @@
141 :set '(lambda (symbol value) 141 :set '(lambda (symbol value)
142 (setq mail-abbrevs-mode value) 142 (setq mail-abbrevs-mode value)
143 (if value (mail-abbrevs-enable) (mail-abbrevs-disable))) 143 (if value (mail-abbrevs-enable) (mail-abbrevs-disable)))
144 :initialize 'custom-initialize-default) 144 :initialize 'custom-initialize-default
145 :version "20.3")
145 146
146(defcustom mail-abbrevs-only nil 147(defcustom mail-abbrevs-only nil
147 "*Non-nil means only mail abbrevs should expand automatically. 148 "*Non-nil means only mail abbrevs should expand automatically.
diff --git a/lisp/msb.el b/lisp/msb.el
index 6c4e472ec9e..95d0fc1b302 100644
--- a/lisp/msb.el
+++ b/lisp/msb.el
@@ -278,7 +278,8 @@ error every time you do \\[msb]."
278 "The sort key for files sorted by mode." 278 "The sort key for files sorted by mode."
279 :type 'integer 279 :type 'integer
280 :set 'msb-custom-set 280 :set 'msb-custom-set
281 :group 'msb) 281 :group 'msb
282 :version "20.3")
282 283
283(defcustom msb-separator-diff 100 284(defcustom msb-separator-diff 100
284 "*Non-nil means use separators. 285 "*Non-nil means use separators.
diff --git a/lisp/rsz-mini.el b/lisp/rsz-mini.el
index d1f7e441a59..f1cc6d6e95b 100644
--- a/lisp/rsz-mini.el
+++ b/lisp/rsz-mini.el
@@ -7,7 +7,7 @@
7;; Maintainer: friedman@prep.ai.mit.edu 7;; Maintainer: friedman@prep.ai.mit.edu
8;; Keywords: minibuffer, window, frame, display 8;; Keywords: minibuffer, window, frame, display
9 9
10;; $Id: rsz-mini.el,v 1.18 1998/01/03 07:17:25 rms Exp $ 10;; $Id: rsz-mini.el,v 1.19 1998/03/23 13:18:54 schwab Exp done $
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
13 13
@@ -69,7 +69,8 @@ You must modify via \\[customize] for this variable to have an effect."
69 :initialize 'custom-initialize-default 69 :initialize 'custom-initialize-default
70 :type 'boolean 70 :type 'boolean
71 :group 'resize-minibuffer 71 :group 'resize-minibuffer
72 :require 'rsz-mini) 72 :require 'rsz-mini
73 :version "20.3")
73 74
74;;;###autoload 75;;;###autoload
75(defcustom resize-minibuffer-window-max-height nil 76(defcustom resize-minibuffer-window-max-height nil
diff --git a/lisp/time.el b/lisp/time.el
index 9c405c2a1aa..d03b033884a 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -42,7 +42,8 @@ You must modify via \\[customize] for this variable to have an effect."
42 :initialize 'custom-initialize-default 42 :initialize 'custom-initialize-default
43 :type 'boolean 43 :type 'boolean
44 :group 'display-time 44 :group 'display-time
45 :require 'time) 45 :require 'time
46 :version "20.3")
46 47
47 48
48(defcustom display-time-mail-file nil 49(defcustom display-time-mail-file nil
diff --git a/lisp/type-break.el b/lisp/type-break.el
index d3070544d0b..2e0025ce888 100644
--- a/lisp/type-break.el
+++ b/lisp/type-break.el
@@ -8,7 +8,7 @@
8;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs 8;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs
9;; Created: 1994-07-13 9;; Created: 1994-07-13
10 10
11;; $Id: type-break.el,v 1.13 1998/01/29 09:26:38 stephen Exp rms $ 11;; $Id: type-break.el,v 1.14 1998/03/14 04:47:44 rms Exp done $
12 12
13;; This file is part of GNU Emacs. 13;; This file is part of GNU Emacs.
14 14
@@ -84,7 +84,8 @@ You must modify via \\[customize] for this variable to have an effect."
84 :initialize 'custom-initialize-default 84 :initialize 'custom-initialize-default
85 :type 'boolean 85 :type 'boolean
86 :group 'type-break 86 :group 'type-break
87 :require 'type-break) 87 :require 'type-break
88 :version "20.3")
88 89
89;;;###autoload 90;;;###autoload
90(defcustom type-break-interval (* 60 60) 91(defcustom type-break-interval (* 60 60)