24 lines
642 B
EmacsLisp
24 lines
642 B
EmacsLisp
;;; go-rename-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
|
||
|
||
;;;### (autoloads nil "go-rename" "go-rename.el" (22922 22461 0 0))
|
||
;;; Generated autoloads from go-rename.el
|
||
|
||
(autoload 'go-rename "go-rename" "\
|
||
Rename the entity denoted by the identifier at point, using
|
||
the `gorename' tool. With FORCE, call `gorename' with the
|
||
`-force' flag.
|
||
|
||
\(fn NEW-NAME &optional FORCE)" t nil)
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; End:
|
||
;;; go-rename-autoloads.el ends here
|