emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106142: * emulation/cua-base.el (cua


From: Christoph Scholtes
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106142: * emulation/cua-base.el (cua-set-mark): Fix case of string.
Date: Wed, 19 Oct 2011 19:40:32 -0600
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106142
committer: Christoph Scholtes <address@hidden>
branch nick: trunk
timestamp: Wed 2011-10-19 19:40:32 -0600
message:
  * emulation/cua-base.el (cua-set-mark): Fix case of string.
modified:
  lisp/ChangeLog
  lisp/emulation/cua-base.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-20 00:26:14 +0000
+++ b/lisp/ChangeLog    2011-10-20 01:40:32 +0000
@@ -1,3 +1,7 @@
+2011-10-20  Christoph Scholtes  <address@hidden>
+
+       * emulation/cua-base.el (cua-set-mark): Fix case of string.
+
 2011-10-20  Chong Yidong  <address@hidden>
 
        * emulation/cua-base.el (cua-mode):

=== modified file 'lisp/emulation/cua-base.el'
--- a/lisp/emulation/cua-base.el        2011-10-20 00:26:14 +0000
+++ b/lisp/emulation/cua-base.el        2011-10-20 01:40:32 +0000
@@ -1121,7 +1121,7 @@
        (pop-to-mark-command)))
    ((and cua-toggle-set-mark mark-active)
     (cua--deactivate)
-    (message "Mark Cleared"))
+    (message "Mark cleared"))
    (t
     (push-mark-command nil nil)
     (setq cua--explicit-region-start t)


reply via email to

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