]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDan Nicolaescu <done@ece.arizona.edu>
Mon, 20 Apr 1998 03:35:05 +0000 (03:35 +0000)
committerDan Nicolaescu <done@ece.arizona.edu>
Mon, 20 Apr 1998 03:35:05 +0000 (03:35 +0000)
lisp/avoid.el
lisp/bindings.el
lisp/hscroll.el
lisp/mail/mailabbrev.el
lisp/msb.el
lisp/rsz-mini.el
lisp/time.el
lisp/type-break.el

index e9351844989f09a075477cf4e561d4fcc8a82df4..0ce9e479229334343760ba900cd2724bb9e77b52 100644 (file)
@@ -89,7 +89,8 @@ You must modify via \\[customize] for this variable to have an effect."
                 (const animate) (const exile) (const proteus)
                 )
   :group 'avoid
-  :require 'avoid)
+  :require 'avoid
+  :version "20.3")
 
 
 (defcustom mouse-avoidance-nudge-dist 15
index 94b698f62e4b0cbcedb1b9fcdda4856e2cc5706f..ae7a9d218a01563aabbd933ff0ed108821f1ee12 100644 (file)
@@ -269,6 +269,9 @@ is okay.  See `mode-line-format'.")
        "^Buffer .* doesn't exist$"
        "^There is no file to merge$"
        "^Version control package .*.el not found. Use vc.el instead$"
+       
+       ;; cus-edit
+       "^No user options have changed defaults in recent Emacs versions$"
 
        ;; BBDB
        "^no previous record$"
index a3da7913ced4fe7e8bc25be355a031b4cf436656..0bcac3a1fa02af6c14e12c161c291387a654d8b6 100644 (file)
@@ -67,7 +67,8 @@ You must modify via \\[customize] for this variable to have an effect."
   :initialize 'custom-initialize-default
   :group 'hscroll
   :type 'boolean
-  :require 'hscroll)
+  :require 'hscroll
+  :version "20.3")
 
 (defcustom hscroll-margin 5 
   "*How many columns away from the edge of the window point is allowed to get
index fa7775c122cacf5dfe95531789aab6e8866ecf50..14ca13b8b17b0f776bf8802f3071b50c7abdd383 100644 (file)
   :set '(lambda (symbol value)
          (setq mail-abbrevs-mode value)
          (if value (mail-abbrevs-enable) (mail-abbrevs-disable)))
-  :initialize 'custom-initialize-default)
+  :initialize 'custom-initialize-default
+  :version "20.3")
 
 (defcustom mail-abbrevs-only nil
   "*Non-nil means only mail abbrevs should expand automatically.
index 6c4e472ec9ef63dbf5a757d981738fbdef6a99c4..95d0fc1b302052588d63de6a71f646063f8c4711 100644 (file)
@@ -278,7 +278,8 @@ error every time you do \\[msb]."
   "The sort key for files sorted by mode."
   :type 'integer
   :set 'msb-custom-set
-  :group 'msb)
+  :group 'msb
+  :version "20.3")
 
 (defcustom msb-separator-diff 100
   "*Non-nil means use separators.
index d1f7e441a59f4b09699ac0050fff08e5e615346e..f1cc6d6e95b42831da771c843b1b68fb164f3674 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: friedman@prep.ai.mit.edu
 ;; Keywords: minibuffer, window, frame, display
 
-;; $Id: rsz-mini.el,v 1.18 1998/01/03 07:17:25 rms Exp $
+;; $Id: rsz-mini.el,v 1.19 1998/03/23 13:18:54 schwab Exp done $
 
 ;; This file is part of GNU Emacs.
 
@@ -69,7 +69,8 @@ You must modify via \\[customize] for this variable to have an effect."
   :initialize 'custom-initialize-default
   :type 'boolean
   :group 'resize-minibuffer
-  :require 'rsz-mini)
+  :require 'rsz-mini
+  :version "20.3")
 
 ;;;###autoload
 (defcustom resize-minibuffer-window-max-height nil
index 9c405c2a1aaf89b198596ec3e2cce6810654f235..d03b033884ad0ad144e1f5e96275510909119906 100644 (file)
@@ -42,7 +42,8 @@ You must modify via \\[customize] for this variable to have an effect."
   :initialize 'custom-initialize-default
   :type 'boolean
   :group 'display-time
-  :require 'time)
+  :require 'time
+  :version "20.3")
 
 
 (defcustom display-time-mail-file nil
index d3070544d0b50a940374ea619361ecc5dda6f8a0..2e0025ce88852dcc9472c14e7d653ae26bd11d4b 100644 (file)
@@ -8,7 +8,7 @@
 ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs
 ;; Created: 1994-07-13
 
-;; $Id: type-break.el,v 1.13 1998/01/29 09:26:38 stephen Exp rms $
+;; $Id: type-break.el,v 1.14 1998/03/14 04:47:44 rms Exp done $
 
 ;; This file is part of GNU Emacs.
 
@@ -84,7 +84,8 @@ You must modify via \\[customize] for this variable to have an effect."
   :initialize 'custom-initialize-default  
   :type 'boolean
   :group 'type-break
-  :require 'type-break)
+  :require 'type-break
+  :version "20.3")
 
 ;;;###autoload
 (defcustom type-break-interval (* 60 60)