dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

nhexl-mode-autoloads.el (1299B)


      1 ;;; nhexl-mode-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from nhexl-mode.el
     13 
     14 (autoload 'nhexl-mode "nhexl-mode" "\
     15 Minor mode to edit files via hex-dump format
     16 
     17 This is a minor mode.  If called interactively, toggle the `Nhexl
     18 mode' mode.  If the prefix argument is positive, enable the mode,
     19 and if it is zero or negative, disable the mode.
     20 
     21 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     22 the mode if ARG is nil, omitted, or is a positive number.
     23 Disable the mode if ARG is a negative number.
     24 
     25 To check whether the minor mode is enabled in the current buffer,
     26 evaluate `nhexl-mode'.
     27 
     28 The mode's hook is called both when the mode is enabled and when
     29 it is disabled.
     30 
     31 (fn &optional ARG)" t)
     32 (register-definition-prefixes "nhexl-mode" '("nhexl-"))
     33 
     34 ;;; End of scraped data
     35 
     36 (provide 'nhexl-mode-autoloads)
     37 
     38 ;; Local Variables:
     39 ;; version-control: never
     40 ;; no-byte-compile: t
     41 ;; no-update-autoloads: t
     42 ;; no-native-compile: t
     43 ;; coding: utf-8-emacs-unix
     44 ;; End:
     45 
     46 ;;; nhexl-mode-autoloads.el ends here