Mercurial > emacs
changeset 21670:808ecc2eaa84
*** empty log message ***
author | Dan Nicolaescu <done@ece.arizona.edu> |
---|---|
date | Mon, 20 Apr 1998 03:35:05 +0000 |
parents | 9861518505cb |
children | c359a549f2d2 |
files | 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 |
diffstat | 8 files changed, 19 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/avoid.el Mon Apr 20 02:34:53 1998 +0000 +++ b/lisp/avoid.el Mon Apr 20 03:35:05 1998 +0000 @@ -89,7 +89,8 @@ (const animate) (const exile) (const proteus) ) :group 'avoid - :require 'avoid) + :require 'avoid + :version "20.3") (defcustom mouse-avoidance-nudge-dist 15
--- a/lisp/bindings.el Mon Apr 20 02:34:53 1998 +0000 +++ b/lisp/bindings.el Mon Apr 20 03:35:05 1998 +0000 @@ -269,6 +269,9 @@ "^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$"
--- a/lisp/hscroll.el Mon Apr 20 02:34:53 1998 +0000 +++ b/lisp/hscroll.el Mon Apr 20 03:35:05 1998 +0000 @@ -67,7 +67,8 @@ :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
--- a/lisp/mail/mailabbrev.el Mon Apr 20 02:34:53 1998 +0000 +++ b/lisp/mail/mailabbrev.el Mon Apr 20 03:35:05 1998 +0000 @@ -141,7 +141,8 @@ :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.
--- a/lisp/msb.el Mon Apr 20 02:34:53 1998 +0000 +++ b/lisp/msb.el Mon Apr 20 03:35:05 1998 +0000 @@ -278,7 +278,8 @@ "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.
--- a/lisp/rsz-mini.el Mon Apr 20 02:34:53 1998 +0000 +++ b/lisp/rsz-mini.el Mon Apr 20 03:35:05 1998 +0000 @@ -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 @@ :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
--- a/lisp/time.el Mon Apr 20 02:34:53 1998 +0000 +++ b/lisp/time.el Mon Apr 20 03:35:05 1998 +0000 @@ -42,7 +42,8 @@ :initialize 'custom-initialize-default :type 'boolean :group 'display-time - :require 'time) + :require 'time + :version "20.3") (defcustom display-time-mail-file nil
--- a/lisp/type-break.el Mon Apr 20 02:34:53 1998 +0000 +++ b/lisp/type-break.el Mon Apr 20 03:35:05 1998 +0000 @@ -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 @@ :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)