]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark H. Weaver <mhw at netris.org> (tiny change)
authorGlenn Morris <rgm@gnu.org>
Thu, 7 Jun 2007 06:46:12 +0000 (06:46 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 7 Jun 2007 06:46:12 +0000 (06:46 +0000)
(set-mark-command-repeat-pop): Fix duplicate entry.

etc/ChangeLog
etc/NEWS.22
lisp/ChangeLog

index 929f681c450c2dfd2b6b60dd0f150398840302c7..50de2b2d8560f73617e16b16f0e0d6d322df7ae7 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-07  Mark H. Weaver  <mhw@netris.org>  (tiny change)
+
+       * NEWS (set-mark-command-repeat-pop): Fix duplicate entry.
+
 2007-06-07  Michael Olson  <mwolson@gnu.org>
 
        * MORE.STUFF: Update eshell URL.
index 41c446ccae859aec341765b4cc501905dd01fd66..a6e430ee816b17a72b155cc8c2cb6fc66fe768d6 100644 (file)
@@ -280,11 +280,6 @@ too.  If you want to use just plain `*' as a wildcard, type `*""'; the
 doublequotes make no difference in the shell, but they prevent
 special treatment in `dired-do-shell-command'.
 
-** A prefix argument is no longer required to repeat a jump to a
-previous mark if you set `set-mark-command-repeat-pop' to t.  I.e. C-u
-C-SPC C-SPC C-SPC ... cycles through the mark ring.  Use C-u C-u C-SPC
-to set the mark immediately after a jump.
-
 ** The info-search bindings on C-h C-f, C-h C-k and C-h C-i
 have been moved to C-h F, C-h K and C-h S.
 
@@ -451,8 +446,9 @@ to one second.  This feature is turned off by default.
 ** Mark command changes:
 
 *** A prefix argument is no longer required to repeat a jump to a
-previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the
-mark ring.  Use C-u C-u C-SPC to set the mark immediately after a jump.
+previous mark if you set `set-mark-command-repeat-pop' to t.  I.e. C-u
+C-SPC C-SPC C-SPC ... cycles through the mark ring.  Use C-u C-u C-SPC
+to set the mark immediately after a jump.
 
 *** Marking commands extend the region when invoked multiple times.
 
index 76b1fbe01a2b847ac2605e0554f0816d2e1ccc68..ff3d37d584caa6fe4ee2dc34a0aa1c01f59047eb 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-07  Glenn Morris  <rgm@gnu.org>
+
+       * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
+       Rewrite compatibility functions to silence byte-compiler.
+
 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
 
        * mail/rmailsum.el (rmail-summary-save-buffer): New command.