Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ http://www.emacswiki.org/emacs/ActionScriptMode
Insert a print statement immediately after the nearest function
definition before point.

This is bound to `F5`.
This is unbound by default. You might want to bind to `F5`.

### as-insert-trace

Expand Down
1 change: 0 additions & 1 deletion actionscript-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,4 @@ with a directory named 'as' from which it builds package names."
(visit-tags-table (concat default-directory "/TAGS"))))

;; Keybindings
(define-key actionscript-mode-map [f5] 'as-print-func-info)
(define-key actionscript-mode-map "\C-c\C-t" 'as-insert-trace)
1 change: 0 additions & 1 deletion actionscript-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -575,5 +575,4 @@ whitespace. Keep point at same relative point in the line."
(actionscript-mode)
(message "actionscript-mode reloaded.")))

(define-key global-map [f5] 'reload-actionscript-mode)
;;; actionscript-mode.el ends here