[macemacsjp-cvs 338] CVS update: CarbonEmacsPackage/GPL

Back to archive index

Seiji Zenitani zenit****@users*****
2006年 5月 3日 (水) 23:21:11 JST


Index: CarbonEmacsPackage/GPL/smart-dnd.el
diff -u CarbonEmacsPackage/GPL/smart-dnd.el:1.7 CarbonEmacsPackage/GPL/smart-dnd.el:1.8
--- CarbonEmacsPackage/GPL/smart-dnd.el:1.7	Sun Jan  8 12:54:09 2006
+++ CarbonEmacsPackage/GPL/smart-dnd.el	Wed May  3 23:21:11 2006
@@ -4,7 +4,7 @@
 
 ;; Author: Seiji Zenitani <zenit****@mac*****>
 ;; Based on: mac-drag-N-drop.el by Seiji Zenitani
-;; Version: v20060108
+;; Version: v20060423
 ;; Keywords: tools
 ;; Created: 2003-04-27
 ;; Compatibility: Emacs 22
@@ -50,7 +50,8 @@
 ;;
 ;; String elements will be formatted by `smart-dnd-string'.
 ;; You can also put elisp expression into the alist.
-;; A local variable 'f' will be replaced by the dropped filename.
+;; In the case of ".exe" in the above list, a local variable 'f'
+;; will be replaced by the dropped filename in the expression.
 ;;
 ;; Major-mode-hook would be good place to install your own configuration.
 ;; For example,
@@ -152,6 +153,7 @@
         )
       succeed)))
 
+;;;###autoload
 (defun smart-dnd-setup (alist)
   "Install smart-dnd feature to the local buffer."
   (interactive)


macemacsjp-cvs メーリングリストの案内
Back to archive index