Mercurial > hg > xemacs-beta
comparison lisp/modes/auto-autoloads.el @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 5a88923fcbfe |
children | 929b76928fce |
comparison
equal
deleted
inserted
replaced
166:7a77eb660975 | 167:85ec50267440 |
---|---|
613 Turning on Icon mode calls the value of the variable `icon-mode-hook' | 613 Turning on Icon mode calls the value of the variable `icon-mode-hook' |
614 with no args, if that value is non-nil." t nil) | 614 with no args, if that value is non-nil." t nil) |
615 | 615 |
616 ;;;*** | 616 ;;;*** |
617 | 617 |
618 ;;;### (autoloads (image-decode-xpm image-decode-png image-decode-gif image-decode-jpeg image-mode) "image-mode" "modes/image-mode.el") | |
619 | |
620 (autoload 'image-mode "image-mode" "\ | |
621 \\{image-mode-map}" t nil) | |
622 | |
623 (autoload 'image-decode-jpeg "image-mode" "\ | |
624 Decode JPEG image between START and END." nil nil) | |
625 | |
626 (autoload 'image-decode-gif "image-mode" "\ | |
627 Decode GIF image between START and END." nil nil) | |
628 | |
629 (autoload 'image-decode-png "image-mode" "\ | |
630 Decode PNG image between START and END." nil nil) | |
631 | |
632 (autoload 'image-decode-xpm "image-mode" "\ | |
633 Decode XPM image between START and END." nil nil) | |
634 | |
635 ;;;*** | |
636 | |
618 ;;;### (autoloads (imenu imenu-add-to-menubar) "imenu" "modes/imenu.el") | 637 ;;;### (autoloads (imenu imenu-add-to-menubar) "imenu" "modes/imenu.el") |
619 | 638 |
620 (defvar imenu-generic-expression nil "\ | 639 (defvar imenu-generic-expression nil "\ |
621 The regex pattern to use for creating a buffer index. | 640 The regex pattern to use for creating a buffer index. |
622 | 641 |
659 ;;;*** | 678 ;;;*** |
660 | 679 |
661 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 680 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
662 | 681 |
663 (autoload 'ksh-mode "ksh-mode" "\ | 682 (autoload 'ksh-mode "ksh-mode" "\ |
664 ksh-mode $Revision: 1.2 $ - Major mode for editing (Bourne, Korn or Bourne again) | 683 ksh-mode $Revision: 1.3 $ - Major mode for editing (Bourne, Korn or Bourne again) |
665 shell scripts. | 684 shell scripts. |
666 Special key bindings and commands: | 685 Special key bindings and commands: |
667 \\{ksh-mode-map} | 686 \\{ksh-mode-map} |
668 Variables controlling indentation style: | 687 Variables controlling indentation style: |
669 ksh-indent | 688 ksh-indent |
767 (setq ksh-brace-offset -8) | 786 (setq ksh-brace-offset -8) |
768 (setq ksh-tab-always-indent t) | 787 (setq ksh-tab-always-indent t) |
769 (setq ksh-match-and-tell t) | 788 (setq ksh-match-and-tell t) |
770 (setq ksh-align-to-keyword t) ;; Turn on keyword alignment | 789 (setq ksh-align-to-keyword t) ;; Turn on keyword alignment |
771 )))" t nil) | 790 )))" t nil) |
791 | |
792 ;;;*** | |
793 | |
794 ;;;### (autoloads (linuxdoc-sgml-mode) "linuxdoc-sgml" "modes/linuxdoc-sgml.el") | |
795 | |
796 (autoload 'linuxdoc-sgml-mode "linuxdoc-sgml" "\ | |
797 Major mode based on SGML mode for editing linuxdoc-sgml documents. | |
798 See the documentation on sgml-mode for more info. This mode | |
799 understands the linuxdoc-sgml tags." t nil) | |
772 | 800 |
773 ;;;*** | 801 ;;;*** |
774 | 802 |
775 ;;;### (autoloads (define-mail-alias build-mail-aliases mail-aliases-setup) "mail-abbrevs" "modes/mail-abbrevs.el") | 803 ;;;### (autoloads (define-mail-alias build-mail-aliases mail-aliases-setup) "mail-abbrevs" "modes/mail-abbrevs.el") |
776 | 804 |
1582 | 1610 |
1583 (add-hook 'same-window-buffer-names "*mail*") | 1611 (add-hook 'same-window-buffer-names "*mail*") |
1584 | 1612 |
1585 ;;;*** | 1613 ;;;*** |
1586 | 1614 |
1615 ;;;### (autoloads nil "sgml-mode" "modes/sgml-mode.el") | |
1616 | |
1617 ;;;*** | |
1618 | |
1587 ;;;### (autoloads (sh-mode) "sh-script" "modes/sh-script.el") | 1619 ;;;### (autoloads (sh-mode) "sh-script" "modes/sh-script.el") |
1588 | 1620 |
1589 (put 'sh-mode 'mode-class 'special) | 1621 (put 'sh-mode 'mode-class 'special) |
1590 | 1622 |
1591 (autoload 'sh-mode "sh-script" "\ | 1623 (autoload 'sh-mode "sh-script" "\ |
2003 | 2035 |
2004 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 2036 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
2005 | 2037 |
2006 (autoload 'vhdl-mode "vhdl-mode" "\ | 2038 (autoload 'vhdl-mode "vhdl-mode" "\ |
2007 Major mode for editing VHDL code. | 2039 Major mode for editing VHDL code. |
2008 vhdl-mode $Revision: 1.2 $ | 2040 vhdl-mode $Revision: 1.3 $ |
2009 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 2041 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
2010 vhdl-mode buffer. This automatically sets up a mail buffer with version | 2042 vhdl-mode buffer. This automatically sets up a mail buffer with version |
2011 information already added. You just need to add a description of the | 2043 information already added. You just need to add a description of the |
2012 problem, including a reproducible test case and send the message. | 2044 problem, including a reproducible test case and send the message. |
2013 | 2045 |