+2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
+
+ * macos.texi (Mac / GNUstep Customization): Remove text about
+ ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
+
2012-02-25 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
* buffers.texi (Select Buffer): Mention that saving in a new file
Useful in this context is the listing of all faces obtained by
@kbd{M-x list-faces-display}.
-@subsection Open files by dragging to an Emacs window
-
-The default behavior when a user drags files from another application
-into an Emacs frame is to insert the contents of all the dragged files
-into the current buffer. To remap the @code{ns-drag-file} event to
-open the dragged files in the current frame use the following line:
-
-@lisp
-(define-key global-map [ns-drag-file] 'ns-find-file)
-@end lisp
-
-
@subsection Customization options specific to Mac OS / GNUstep
The following customization options are specific to the Nextstep port.
+2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
+
+ * term/ns-win.el (global-map): Bind ns-drag-file to
+ ns-find-file (Bug#5855, Bug#10050).
+
+
2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
* calendar/parse-time.el (parse-time-string): Allow extractor to
(define-key global-map [ns-power-off] 'save-buffers-kill-emacs)
(define-key global-map [ns-open-file] 'ns-find-file)
(define-key global-map [ns-open-temp-file] [ns-open-file])
-(define-key global-map [ns-drag-file] 'ns-insert-file)
+(define-key global-map [ns-drag-file] 'ns-find-file)
(define-key global-map [ns-drag-color] 'ns-set-foreground-at-mouse)
(define-key global-map [S-ns-drag-color] 'ns-set-background-at-mouse)
(define-key global-map [ns-drag-text] 'ns-insert-text)