Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
785 B

  1. ;;; masm-mode-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "masm-mode" "masm-mode.el" (0 0 0 0))
  7. ;;; Generated autoloads from masm-mode.el
  8. (autoload 'masm-mode "masm-mode" "\
  9. Major mode for editing MASM assembly programs.
  10. \(fn)" t nil)
  11. (add-to-list 'auto-mode-alist '("\\.asm\\'" . masm-mode))
  12. (add-to-list 'auto-mode-alist '("\\.inc\\'" . masm-mode))
  13. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "masm-mode" '("masm-")))
  14. ;;;***
  15. ;; Local Variables:
  16. ;; version-control: never
  17. ;; no-byte-compile: t
  18. ;; no-update-autoloads: t
  19. ;; coding: utf-8
  20. ;; End:
  21. ;;; masm-mode-autoloads.el ends here