emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emulation/cua-base.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/cua-base.el
Date: Wed, 09 Feb 2005 10:51:15 -0500

Index: emacs/lisp/emulation/cua-base.el
diff -c emacs/lisp/emulation/cua-base.el:1.39 
emacs/lisp/emulation/cua-base.el:1.40
*** emacs/lisp/emulation/cua-base.el:1.39       Mon Feb  7 11:44:40 2005
--- emacs/lisp/emulation/cua-base.el    Wed Feb  9 15:50:39 2005
***************
*** 267,273 ****
    :group 'editing-basics
    :group 'convenience
    :group 'emulations
!   :version "21.4"
    :link '(emacs-commentary-link :tag "Commentary" "cua-base.el")
    :link '(emacs-library-link :tag "Lisp File" "cua-base.el"))
  
--- 267,273 ----
    :group 'editing-basics
    :group 'convenience
    :group 'emulations
!   :version "22.1"
    :link '(emacs-commentary-link :tag "Commentary" "cua-base.el")
    :link '(emacs-library-link :tag "Lisp File" "cua-base.el"))
  
***************
*** 1371,1377 ****
    (setq cua--debug (not cua--debug)))
  
  ;; Install run-time check for older versions of CUA-mode which does not
! ;; work with GNU Emacs version 21.4 and newer.
  ;;
  ;; Except for version 1.2, all of the 1.x and 2.x version of cua-mode
  ;; provided the `CUA-mode' feature.  Since this is no longer true,
--- 1371,1377 ----
    (setq cua--debug (not cua--debug)))
  
  ;; Install run-time check for older versions of CUA-mode which does not
! ;; work with GNU Emacs version 22.1 and newer.
  ;;
  ;; Except for version 1.2, all of the 1.x and 2.x version of cua-mode
  ;; provided the `CUA-mode' feature.  Since this is no longer true,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]