]> git.eshelyaron.com Git - emacs.git/commitdiff
* nsterm.m (check_native_fs): Remove erroneous comment.
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 5 Oct 2013 14:41:10 +0000 (16:41 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 5 Oct 2013 14:41:10 +0000 (16:41 +0200)
src/ChangeLog
src/nsterm.m

index 28f201b857fb99b29ccac89b9d42d78597999ab4..b503389c53dd33e1bd12985d6afae149a1416c5f 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-05  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * nsterm.m (check_native_fs): Remove erroneous comment.
+
 2013-10-04  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * xdisp.c (redisplay_internal): Simplify because scan_for_column now
index 47000da94da08c670da7e97165f371e96ccd5531..4a486aa4018a063e80f4a4c9001c86a30ac791ed 100644 (file)
@@ -3385,7 +3385,6 @@ check_native_fs ()
 
   ns_last_use_native_fullscreen = ns_use_native_fullscreen;
 
-  /* Clear the mouse-moved flag for every frame on this display.  */
   FOR_EACH_FRAME (tail, frame)
     {
       struct frame *f = XFRAME (frame);