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.

32 lines
869 B

  1. ;;; shift-number-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 "shift-number" "shift-number.el" (0 0 0 0))
  7. ;;; Generated autoloads from shift-number.el
  8. (autoload 'shift-number-up "shift-number" "\
  9. Increase the number at point (or on the current line) by ARG.
  10. \(fn &optional ARG)" t nil)
  11. (autoload 'shift-number-down "shift-number" "\
  12. Decrease the number at point (or on the current line) by ARG.
  13. \(fn &optional ARG)" t nil)
  14. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "shift-number" '("shift-number")))
  15. ;;;***
  16. ;; Local Variables:
  17. ;; version-control: never
  18. ;; no-byte-compile: t
  19. ;; no-update-autoloads: t
  20. ;; coding: utf-8
  21. ;; End:
  22. ;;; shift-number-autoloads.el ends here