config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

sql-indent-autoloads.el (2442B)


      1 ;;; sql-indent-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 (directory-file-name (file-name-directory load-file-name))) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from sql-indent.el
     13 
     14 (autoload 'sqlind-minor-mode "sql-indent" "\
     15 Toggle SQL syntactic indentation on or off.
     16 
     17 With syntactic indentation, hitting TAB on a line in a SQL buffer
     18 will indent the line according to the syntactic context of the
     19 SQL statement being edited.
     20 
     21 A set of alignment rules are also enabled with this minor mode.
     22 Selecting a region of text and typing `M-x align RET' will align
     23 the statements.  This can be used, for example, to align the `as'
     24 column aliases in select statements.
     25 
     26 This is a minor mode.  If called interactively, toggle the
     27 `sqlind minor mode' mode.  If the prefix argument is positive,
     28 enable the mode, and if it is zero or negative, disable the mode.
     29 
     30 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
     31 the mode if ARG is nil, omitted, or is a positive number.
     32 Disable the mode if ARG is a negative number.
     33 
     34 To check whether the minor mode is enabled in the current buffer,
     35 evaluate `sqlind-minor-mode'.
     36 
     37 The mode's hook is called both when the mode is enabled and when
     38 it is disabled.
     39 
     40 (fn &optional ARG)" t)
     41 (autoload 'sqlind-setup "sql-indent" "\
     42 Enable SQL syntactic indentation unconditionally.
     43 This function is deprecated, consider using the function
     44 `sqlind-minor-mode' instead.")
     45 (register-definition-prefixes "sql-indent" '("sqlind-"))
     46 
     47 
     48 ;;; Generated autoloads from sql-indent-left.el
     49 
     50 (autoload 'sqlind-setup-style-left "sql-indent-left" "\
     51 Define an sql-indentation style where keywords are left aligned." t)
     52 (autoload 'sqlind-setup-style-right "sql-indent-left" "\
     53 Define an sql-indentation style where keywords are right aligned." t)
     54 (autoload 'sqlind-setup-style-default "sql-indent-left" "\
     55 Define an sql-indentation style where keywords are right aligned." t)
     56 (register-definition-prefixes "sql-indent-left" '("indent-case-statement-items" "sqlind-indent"))
     57 
     58 ;;; End of scraped data
     59 
     60 (provide 'sql-indent-autoloads)
     61 
     62 ;; Local Variables:
     63 ;; version-control: never
     64 ;; no-byte-compile: t
     65 ;; no-update-autoloads: t
     66 ;; no-native-compile: t
     67 ;; coding: utf-8-emacs-unix
     68 ;; End:
     69 
     70 ;;; sql-indent-autoloads.el ends here