diff options
| author | Gerd Moellmann | 2000-06-08 12:49:10 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-08 12:49:10 +0000 |
| commit | f75a0f7a6031d9110332a45cece9beb568e59040 (patch) | |
| tree | 7e0a30f9e9392a030c4576e8cb99d695bfec5204 | |
| parent | 136e48e4ac0e15a6bf0e915d07be701dd4d7e0d0 (diff) | |
| download | emacs-f75a0f7a6031d9110332a45cece9beb568e59040.tar.gz emacs-f75a0f7a6031d9110332a45cece9beb568e59040.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/cus-load.el | 23 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 459 |
2 files changed, 319 insertions, 163 deletions
diff --git a/lisp/cus-load.el b/lisp/cus-load.el index 583c764df07..807cd49d71f 100644 --- a/lisp/cus-load.el +++ b/lisp/cus-load.el | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | (put 'f90 'custom-loads '("f90")) | 27 | (put 'f90 'custom-loads '("f90")) |
| 28 | (put 'allout 'custom-loads '("allout")) | 28 | (put 'allout 'custom-loads '("allout")) |
| 29 | (put 'ediff-hook 'custom-loads '("ediff-init")) | 29 | (put 'ediff-hook 'custom-loads '("ediff-init")) |
| 30 | (put 'woman-faces 'custom-loads '("woman")) | ||
| 30 | (put 'ps-print-vertical 'custom-loads '("ps-print")) | 31 | (put 'ps-print-vertical 'custom-loads '("ps-print")) |
| 31 | (put 'supercite-hooks 'custom-loads '("supercite")) | 32 | (put 'supercite-hooks 'custom-loads '("supercite")) |
| 32 | (put 'vhdl-menu 'custom-loads '("vhdl-mode")) | 33 | (put 'vhdl-menu 'custom-loads '("vhdl-mode")) |
| @@ -185,7 +186,7 @@ | |||
| 185 | (put 'idlwave-shell-initial-commands 'custom-loads '("idlw-shell")) | 186 | (put 'idlwave-shell-initial-commands 'custom-loads '("idlw-shell")) |
| 186 | (put 'tildify 'custom-loads '("tildify")) | 187 | (put 'tildify 'custom-loads '("tildify")) |
| 187 | (put 'cperl-autoinsert-details 'custom-loads '("cperl-mode")) | 188 | (put 'cperl-autoinsert-details 'custom-loads '("cperl-mode")) |
| 188 | (put 'help 'custom-loads '("help" "apropos" "cus-edit" "help-macro" "info-look" "info" "man" "tooltip")) | 189 | (put 'help 'custom-loads '("help" "apropos" "cus-edit" "help-macro" "info-look" "info" "man" "tooltip" "woman")) |
| 189 | (put 'forms 'custom-loads '("forms")) | 190 | (put 'forms 'custom-loads '("forms")) |
| 190 | (put 'widget-documentation 'custom-loads '("wid-edit")) | 191 | (put 'widget-documentation 'custom-loads '("wid-edit")) |
| 191 | (put 'gnus-score-various 'custom-loads '("gnus-score" "gnus")) | 192 | (put 'gnus-score-various 'custom-loads '("gnus-score" "gnus")) |
| @@ -275,6 +276,7 @@ | |||
| 275 | (put 'keyboard 'custom-loads '("simple" "chistory" "type-break")) | 276 | (put 'keyboard 'custom-loads '("simple" "chistory" "type-break")) |
| 276 | (put 'viper-mouse 'custom-loads '("viper-mous")) | 277 | (put 'viper-mouse 'custom-loads '("viper-mous")) |
| 277 | (put 'ps-print-horizontal 'custom-loads '("ps-print")) | 278 | (put 'ps-print-horizontal 'custom-loads '("ps-print")) |
| 279 | (put 'woman 'custom-loads '("woman")) | ||
| 278 | (put 'decipher 'custom-loads '("decipher")) | 280 | (put 'decipher 'custom-loads '("decipher")) |
| 279 | (put 'ps-print-face 'custom-loads '("ps-print")) | 281 | (put 'ps-print-face 'custom-loads '("ps-print")) |
| 280 | (put 'rmail-summary 'custom-loads '("rmail" "rmailsum")) | 282 | (put 'rmail-summary 'custom-loads '("rmail" "rmailsum")) |
| @@ -410,8 +412,7 @@ | |||
| 410 | (put 'archive-zoo 'custom-loads '("arc-mode")) | 412 | (put 'archive-zoo 'custom-loads '("arc-mode")) |
| 411 | (put 'gnus-group-level 'custom-loads '("gnus")) | 413 | (put 'gnus-group-level 'custom-loads '("gnus")) |
| 412 | (put 'bibtex 'custom-loads '("bibtex")) | 414 | (put 'bibtex 'custom-loads '("bibtex")) |
| 413 | (put 'faces 'custom-loads '("faces" "facemenu" "cus-edit" "font-lock" "hilit-chg" "paren" "ps-print" "speedbar" "wid-edit" "gnus" "message" "cwarn" "make-mode")) | 415 | (put 'faces 'custom-loads '("faces" "facemenu" "cus-edit" "font-lock" "hilit-chg" "paren" "ps-print" "speedbar" "time" "wid-edit" "woman" "gnus" "message" "cwarn" "make-mode")) |
| 414 | (put 'fill-comments 'custom-loads '("simple")) | ||
| 415 | (put 'gnus-summary-various 'custom-loads '("gnus-sum")) | 416 | (put 'gnus-summary-various 'custom-loads '("gnus-sum")) |
| 416 | (put 'applications 'custom-loads '("calendar" "cus-edit" "uniquify" "spell")) | 417 | (put 'applications 'custom-loads '("calendar" "cus-edit" "uniquify" "spell")) |
| 417 | (put 'ebrowse-member 'custom-loads '("ebrowse")) | 418 | (put 'ebrowse-member 'custom-loads '("ebrowse")) |
| @@ -456,7 +457,7 @@ | |||
| 456 | (put 'customize 'custom-loads '("wid-edit" "cus-edit")) | 457 | (put 'customize 'custom-loads '("wid-edit" "cus-edit")) |
| 457 | (put 'dired 'custom-loads '("files" "dired-aux" "dired-x" "dired" "find-dired")) | 458 | (put 'dired 'custom-loads '("files" "dired-aux" "dired-x" "dired" "find-dired")) |
| 458 | (put 'recentf 'custom-loads '("recentf")) | 459 | (put 'recentf 'custom-loads '("recentf")) |
| 459 | (put 'fill 'custom-loads '("simple" "fill" "align")) | 460 | (put 'fill 'custom-loads '("simple" "newcomment" "fill" "align")) |
| 460 | (put 'outlines 'custom-loads '("allout" "outline")) | 461 | (put 'outlines 'custom-loads '("allout" "outline")) |
| 461 | (put 'paragraphs 'custom-loads '("paragraphs")) | 462 | (put 'paragraphs 'custom-loads '("paragraphs")) |
| 462 | (put 'ebrowse 'custom-loads '("ebrowse")) | 463 | (put 'ebrowse 'custom-loads '("ebrowse")) |
| @@ -467,6 +468,7 @@ | |||
| 467 | (put 'diff-mode 'custom-loads '("diff-mode")) | 468 | (put 'diff-mode 'custom-loads '("diff-mode")) |
| 468 | (put 'isearch-lazy-highlight 'custom-loads '("isearch")) | 469 | (put 'isearch-lazy-highlight 'custom-loads '("isearch")) |
| 469 | (put 'gnus-asynchronous 'custom-loads '("gnus" "gnus-async")) | 470 | (put 'gnus-asynchronous 'custom-loads '("gnus" "gnus-async")) |
| 471 | (put 'woman-formatting 'custom-loads '("woman")) | ||
| 470 | (put 'vcursor 'custom-loads '("vcursor")) | 472 | (put 'vcursor 'custom-loads '("vcursor")) |
| 471 | (put 'iso-ascii 'custom-loads '("iso-ascii")) | 473 | (put 'iso-ascii 'custom-loads '("iso-ascii")) |
| 472 | (put 'gnus-dribble-file 'custom-loads '("gnus-start")) | 474 | (put 'gnus-dribble-file 'custom-loads '("gnus-start")) |
| @@ -479,6 +481,7 @@ | |||
| 479 | (put 'spook 'custom-loads '("spook")) | 481 | (put 'spook 'custom-loads '("spook")) |
| 480 | (put 'tex-file 'custom-loads '("tex-mode")) | 482 | (put 'tex-file 'custom-loads '("tex-mode")) |
| 481 | (put 'time-stamp 'custom-loads '("time-stamp")) | 483 | (put 'time-stamp 'custom-loads '("time-stamp")) |
| 484 | (put 'todo 'custom-loads '("todo-mode")) | ||
| 482 | (put 'ebnf-special 'custom-loads '("ebnf2ps")) | 485 | (put 'ebnf-special 'custom-loads '("ebnf2ps")) |
| 483 | (put 'gnus-article-highlight 'custom-loads '("gnus-art" "gnus")) | 486 | (put 'gnus-article-highlight 'custom-loads '("gnus-art" "gnus")) |
| 484 | (put 'tooltip 'custom-loads '("tooltip")) | 487 | (put 'tooltip 'custom-loads '("tooltip")) |
| @@ -492,6 +495,7 @@ | |||
| 492 | (put 'gnus-article 'custom-loads '("gnus-art" "gnus-cite")) | 495 | (put 'gnus-article 'custom-loads '("gnus-art" "gnus-cite")) |
| 493 | (put 'fortran-indent 'custom-loads '("fortran")) | 496 | (put 'fortran-indent 'custom-loads '("fortran")) |
| 494 | (put 'idlwave-routine-info-and-completion 'custom-loads '("idlwave")) | 497 | (put 'idlwave-routine-info-and-completion 'custom-loads '("idlwave")) |
| 498 | (put 'comment 'custom-loads '("newcomment")) | ||
| 495 | (put 'hardware 'custom-loads '("battery")) | 499 | (put 'hardware 'custom-loads '("battery")) |
| 496 | (put 'edebug 'custom-loads '("edebug")) | 500 | (put 'edebug 'custom-loads '("edebug")) |
| 497 | (put 'emerge 'custom-loads '("emerge")) | 501 | (put 'emerge 'custom-loads '("emerge")) |
| @@ -502,7 +506,7 @@ | |||
| 502 | (put 'sh-script 'custom-loads '("sh-script")) | 506 | (put 'sh-script 'custom-loads '("sh-script")) |
| 503 | (put 'cperl-speed 'custom-loads '("cperl-mode")) | 507 | (put 'cperl-speed 'custom-loads '("cperl-mode")) |
| 504 | (put 'PostScript-edit 'custom-loads '("ps-mode")) | 508 | (put 'PostScript-edit 'custom-loads '("ps-mode")) |
| 505 | (put 'calendar 'custom-loads '("midnight" "calendar" "solar")) | 509 | (put 'calendar 'custom-loads '("midnight" "calendar" "solar" "todo-mode")) |
| 506 | (put 'programming 'custom-loads '("cus-edit")) | 510 | (put 'programming 'custom-loads '("cus-edit")) |
| 507 | (put 'meta-font 'custom-loads '("meta-mode")) | 511 | (put 'meta-font 'custom-loads '("meta-mode")) |
| 508 | (put 'ps-print-zebra 'custom-loads '("ps-print")) | 512 | (put 'ps-print-zebra 'custom-loads '("ps-print")) |
| @@ -526,6 +530,7 @@ | |||
| 526 | (put 'delphi 'custom-loads '("delphi")) | 530 | (put 'delphi 'custom-loads '("delphi")) |
| 527 | (put 're-builder 'custom-loads '("re-builder")) | 531 | (put 're-builder 'custom-loads '("re-builder")) |
| 528 | (put 'killing 'custom-loads '("simple")) | 532 | (put 'killing 'custom-loads '("simple")) |
| 533 | (put 'woman-interface 'custom-loads '("woman")) | ||
| 529 | (put 'gnus-group-various 'custom-loads '("gnus-group" "gnus")) | 534 | (put 'gnus-group-various 'custom-loads '("gnus-group" "gnus")) |
| 530 | ;;; These are for handling :version. We need to have a minimum of | 535 | ;;; These are for handling :version. We need to have a minimum of |
| 531 | ;;; information so `custom-changed-variables' could do its job. | 536 | ;;; information so `custom-changed-variables' could do its job. |
| @@ -594,6 +599,8 @@ | |||
| 594 | (custom-put-if-not 'mouse 'group-documentation "Input from the mouse.") | 599 | (custom-put-if-not 'mouse 'group-documentation "Input from the mouse.") |
| 595 | (custom-put-if-not 'snmp 'custom-version "20.4") | 600 | (custom-put-if-not 'snmp 'custom-version "20.4") |
| 596 | (custom-put-if-not 'snmp 'group-documentation "Mode for editing SNMP MIB files.") | 601 | (custom-put-if-not 'snmp 'group-documentation "Mode for editing SNMP MIB files.") |
| 602 | (custom-put-if-not 'widget-image-enable 'custom-version "21.1") | ||
| 603 | (custom-put-if-not 'widget-image-enable 'standard-value t) | ||
| 597 | (custom-put-if-not 'help-highlight-p 'custom-version "20.3") | 604 | (custom-put-if-not 'help-highlight-p 'custom-version "20.3") |
| 598 | (custom-put-if-not 'help-highlight-p 'standard-value t) | 605 | (custom-put-if-not 'help-highlight-p 'standard-value t) |
| 599 | (custom-put-if-not 'browse-url-mosaic-program 'custom-version "20.3") | 606 | (custom-put-if-not 'browse-url-mosaic-program 'custom-version "20.3") |
| @@ -662,6 +669,8 @@ | |||
| 662 | (custom-put-if-not 'eval-expression-print-length 'standard-value t) | 669 | (custom-put-if-not 'eval-expression-print-length 'standard-value t) |
| 663 | (custom-put-if-not 'net-utils 'custom-version "20.3") | 670 | (custom-put-if-not 'net-utils 'custom-version "20.3") |
| 664 | (custom-put-if-not 'net-utils 'group-documentation "Network utility functions.") | 671 | (custom-put-if-not 'net-utils 'group-documentation "Network utility functions.") |
| 672 | (custom-put-if-not 'finger-X.500-host-regexps 'custom-version "21.1") | ||
| 673 | (custom-put-if-not 'finger-X.500-host-regexps 'standard-value t) | ||
| 665 | (custom-put-if-not 'uce-mail-reader 'custom-version "20.3") | 674 | (custom-put-if-not 'uce-mail-reader 'custom-version "20.3") |
| 666 | (custom-put-if-not 'uce-mail-reader 'standard-value t) | 675 | (custom-put-if-not 'uce-mail-reader 'standard-value t) |
| 667 | (custom-put-if-not 'custom-button-pressed-face 'custom-version "21.1") | 676 | (custom-put-if-not 'custom-button-pressed-face 'custom-version "21.1") |
| @@ -724,6 +733,8 @@ | |||
| 724 | (custom-put-if-not 'diary-unknown-time 'standard-value t) | 733 | (custom-put-if-not 'diary-unknown-time 'standard-value t) |
| 725 | (custom-put-if-not 'browse-url-lynx-emacs-args 'custom-version "20.3") | 734 | (custom-put-if-not 'browse-url-lynx-emacs-args 'custom-version "20.3") |
| 726 | (custom-put-if-not 'browse-url-lynx-emacs-args 'standard-value t) | 735 | (custom-put-if-not 'browse-url-lynx-emacs-args 'standard-value t) |
| 736 | (custom-put-if-not 'todo 'custom-version "21.1") | ||
| 737 | (custom-put-if-not 'todo 'group-documentation "Maintain a list of todo items.") | ||
| 727 | (custom-put-if-not 'tooltip 'custom-version "21.1") | 738 | (custom-put-if-not 'tooltip 'custom-version "21.1") |
| 728 | (custom-put-if-not 'tooltip 'group-documentation "Customization group for the `tooltip' package.") | 739 | (custom-put-if-not 'tooltip 'group-documentation "Customization group for the `tooltip' package.") |
| 729 | (custom-put-if-not 'quickurl 'custom-version "21.1") | 740 | (custom-put-if-not 'quickurl 'custom-version "21.1") |
| @@ -759,7 +770,7 @@ | |||
| 759 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") | 770 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") |
| 760 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) | 771 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) |
| 761 | 772 | ||
| 762 | (defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "sh-script" "help" "compile") ("21.1" "debug" "dabbrev" "files" "paths" "sgml-mode" "fortran" "etags" "cus-edit" "frame" "add-log" "find-func" "simple") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "vc-hooks" "cus-edit" "replace")) | 773 | (defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "sh-script" "help" "compile") ("21.1" "debug" "dabbrev" "files" "paths" "sgml-mode" "net-utils" "fortran" "etags" "cus-edit" "frame" "add-log" "find-func" "wid-edit" "simple") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "vc-hooks" "cus-edit" "replace")) |
| 763 | "For internal use by custom.") | 774 | "For internal use by custom.") |
| 764 | 775 | ||
| 765 | (provide 'cus-load) | 776 | (provide 'cus-load) |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index f0eff3b56fb..72caeb4775a 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -52,7 +52,7 @@ should return a grid vector array that is the new solution." t nil) | |||
| 52 | ;;;*** | 52 | ;;;*** |
| 53 | 53 | ||
| 54 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" | 54 | ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" |
| 55 | ;;;;;; (14360 11474)) | 55 | ;;;;;; (14630 46501)) |
| 56 | ;;; Generated autoloads from progmodes/ada-mode.el | 56 | ;;; Generated autoloads from progmodes/ada-mode.el |
| 57 | 57 | ||
| 58 | (autoload (quote ada-add-extensions) "ada-mode" "\ | 58 | (autoload (quote ada-add-extensions) "ada-mode" "\ |
| @@ -119,7 +119,7 @@ Insert a descriptive header at the top of the file." t nil) | |||
| 119 | ;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode | 119 | ;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode |
| 120 | ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log | 120 | ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log |
| 121 | ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name) | 121 | ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name) |
| 122 | ;;;;;; "add-log" "add-log.el" (14565 55609)) | 122 | ;;;;;; "add-log" "add-log.el" (14647 32001)) |
| 123 | ;;; Generated autoloads from add-log.el | 123 | ;;; Generated autoloads from add-log.el |
| 124 | 124 | ||
| 125 | (defvar add-log-full-name nil "\ | 125 | (defvar add-log-full-name nil "\ |
| @@ -307,8 +307,8 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation." nil | |||
| 307 | ;;;*** | 307 | ;;;*** |
| 308 | 308 | ||
| 309 | ;;;### (autoloads (align-unhighlight-rule align-highlight-rule align-current | 309 | ;;;### (autoloads (align-unhighlight-rule align-highlight-rule align-current |
| 310 | ;;;;;; align-entire align-regexp align) "align" "align.el" (14463 | 310 | ;;;;;; align-entire align-regexp align) "align" "align.el" (14654 |
| 311 | ;;;;;; 7197)) | 311 | ;;;;;; 18018)) |
| 312 | ;;; Generated autoloads from align.el | 312 | ;;; Generated autoloads from align.el |
| 313 | 313 | ||
| 314 | (autoload (quote align) "align" "\ | 314 | (autoload (quote align) "align" "\ |
| @@ -381,7 +381,7 @@ Remove any highlighting that was added by `align-highlight-rule'." t nil) | |||
| 381 | ;;;*** | 381 | ;;;*** |
| 382 | 382 | ||
| 383 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 383 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 384 | ;;;;;; "net/ange-ftp.el" (14619 61800)) | 384 | ;;;;;; "net/ange-ftp.el" (14644 1631)) |
| 385 | ;;; Generated autoloads from net/ange-ftp.el | 385 | ;;; Generated autoloads from net/ange-ftp.el |
| 386 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) | 386 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) |
| 387 | 387 | ||
| @@ -401,7 +401,7 @@ directory, so that Emacs will know its current contents." t nil) | |||
| 401 | ;;;*** | 401 | ;;;*** |
| 402 | 402 | ||
| 403 | ;;;### (autoloads (antlr-set-tabs antlr-mode) "antlr-mode" "progmodes/antlr-mode.el" | 403 | ;;;### (autoloads (antlr-set-tabs antlr-mode) "antlr-mode" "progmodes/antlr-mode.el" |
| 404 | ;;;;;; (14431 34774)) | 404 | ;;;;;; (14642 37233)) |
| 405 | ;;; Generated autoloads from progmodes/antlr-mode.el | 405 | ;;; Generated autoloads from progmodes/antlr-mode.el |
| 406 | 406 | ||
| 407 | (autoload (quote antlr-mode) "antlr-mode" "\ | 407 | (autoload (quote antlr-mode) "antlr-mode" "\ |
| @@ -417,7 +417,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'." nil nil) | |||
| 417 | ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary | 417 | ;;;### (autoloads (appt-make-list appt-delete appt-add appt-display-diary |
| 418 | ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line | 418 | ;;;;;; appt-display-duration appt-msg-window appt-display-mode-line |
| 419 | ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) | 419 | ;;;;;; appt-visible appt-audible appt-message-warning-time appt-issue-message) |
| 420 | ;;;;;; "appt" "calendar/appt.el" (14563 8413)) | 420 | ;;;;;; "appt" "calendar/appt.el" (14628 26787)) |
| 421 | ;;; Generated autoloads from calendar/appt.el | 421 | ;;; Generated autoloads from calendar/appt.el |
| 422 | 422 | ||
| 423 | (defvar appt-issue-message t "\ | 423 | (defvar appt-issue-message t "\ |
| @@ -469,8 +469,8 @@ They specify the range of dates that the diary is being processed for." nil nil) | |||
| 469 | ;;;*** | 469 | ;;;*** |
| 470 | 470 | ||
| 471 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command | 471 | ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command |
| 472 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14617 | 472 | ;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14654 |
| 473 | ;;;;;; 51641)) | 473 | ;;;;;; 26903)) |
| 474 | ;;; Generated autoloads from apropos.el | 474 | ;;; Generated autoloads from apropos.el |
| 475 | 475 | ||
| 476 | (autoload (quote apropos-mode) "apropos" "\ | 476 | (autoload (quote apropos-mode) "apropos" "\ |
| @@ -641,21 +641,12 @@ This command is obsolete." t nil) | |||
| 641 | 641 | ||
| 642 | ;;;*** | 642 | ;;;*** |
| 643 | 643 | ||
| 644 | ;;;### (autoloads (autoarg-mode autoarg-mode) "autoarg" "autoarg.el" | 644 | ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el" |
| 645 | ;;;;;; (14622 51307)) | 645 | ;;;;;; (14651 36399)) |
| 646 | ;;; Generated autoloads from autoarg.el | 646 | ;;; Generated autoloads from autoarg.el |
| 647 | 647 | ||
| 648 | (defvar autoarg-mode nil "\ | ||
| 649 | Toggle Autoarg mode. | ||
| 650 | |||
| 651 | You must modify via \\[customize] for this variable to have an effect.") | ||
| 652 | |||
| 653 | (custom-add-to-group (quote editing) (quote autoarg-mode) (quote custom-variable)) | ||
| 654 | |||
| 655 | (custom-add-load (quote autoarg-mode) (quote autoarg)) | ||
| 656 | |||
| 657 | (autoload (quote autoarg-mode) "autoarg" "\ | 648 | (autoload (quote autoarg-mode) "autoarg" "\ |
| 658 | Toggle Autoarg mode minor mode globally. | 649 | Toggle Autoarg minor mode globally. |
| 659 | With ARG, turn Autoarg mode on if ARG is positive, off otherwise. | 650 | With ARG, turn Autoarg mode on if ARG is positive, off otherwise. |
| 660 | \\<autoarg-mode-map> | 651 | \\<autoarg-mode-map> |
| 661 | In Autoarg mode digits are bound to `digit-argument' -- i.e. they | 652 | In Autoarg mode digits are bound to `digit-argument' -- i.e. they |
| @@ -674,6 +665,15 @@ then invokes the normal binding of \\[autoarg-terminate]. | |||
| 674 | 665 | ||
| 675 | \\{autoarg-mode-map}" t nil) | 666 | \\{autoarg-mode-map}" t nil) |
| 676 | 667 | ||
| 668 | (autoload (quote autoarg-kp-mode) "autoarg" "\ | ||
| 669 | Toggle Autoarg-KP minor mode globally. | ||
| 670 | With ARG, turn Autoarg mode on if ARG is positive, off otherwise. | ||
| 671 | \\<autoarg-kp-mode-map> | ||
| 672 | This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1' | ||
| 673 | &c to supply digit arguments. | ||
| 674 | |||
| 675 | \\{autoarg-kp-mode-map}" t nil) | ||
| 676 | |||
| 677 | ;;;*** | 677 | ;;;*** |
| 678 | 678 | ||
| 679 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" | 679 | ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" |
| @@ -710,7 +710,7 @@ insert a template for the file depending on the mode of the buffer." t nil) | |||
| 710 | 710 | ||
| 711 | ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories | 711 | ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories |
| 712 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 712 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 713 | ;;;;;; (14563 8438)) | 713 | ;;;;;; (14651 36597)) |
| 714 | ;;; Generated autoloads from emacs-lisp/autoload.el | 714 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 715 | 715 | ||
| 716 | (autoload (quote update-file-autoloads) "autoload" "\ | 716 | (autoload (quote update-file-autoloads) "autoload" "\ |
| @@ -771,7 +771,7 @@ Use `auto-revert-mode' to revert a particular buffer." t nil) | |||
| 771 | ;;;*** | 771 | ;;;*** |
| 772 | 772 | ||
| 773 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" | 773 | ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid" |
| 774 | ;;;;;; "avoid.el" (14539 53646)) | 774 | ;;;;;; "avoid.el" (14637 38156)) |
| 775 | ;;; Generated autoloads from avoid.el | 775 | ;;; Generated autoloads from avoid.el |
| 776 | 776 | ||
| 777 | (defvar mouse-avoidance-mode nil "\ | 777 | (defvar mouse-avoidance-mode nil "\ |
| @@ -1095,7 +1095,7 @@ a reflection." t nil) | |||
| 1095 | ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete | 1095 | ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete |
| 1096 | ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location | 1096 | ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location |
| 1097 | ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" | 1097 | ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" |
| 1098 | ;;;;;; "bookmark.el" (14531 42950)) | 1098 | ;;;;;; "bookmark.el" (14653 63162)) |
| 1099 | ;;; Generated autoloads from bookmark.el | 1099 | ;;; Generated autoloads from bookmark.el |
| 1100 | (define-key ctl-x-map "rb" 'bookmark-jump) | 1100 | (define-key ctl-x-map "rb" 'bookmark-jump) |
| 1101 | (define-key ctl-x-map "rm" 'bookmark-set) | 1101 | (define-key ctl-x-map "rm" 'bookmark-set) |
| @@ -1591,7 +1591,7 @@ name of buffer configuration." t nil) | |||
| 1591 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile | 1591 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile |
| 1592 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file | 1592 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file |
| 1593 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" | 1593 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" |
| 1594 | ;;;;;; "emacs-lisp/bytecomp.el" (14564 35790)) | 1594 | ;;;;;; "emacs-lisp/bytecomp.el" (14647 32029)) |
| 1595 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 1595 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 1596 | 1596 | ||
| 1597 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 1597 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -2347,7 +2347,7 @@ Infodock (based on XEmacs) has an additional symbol on this list: | |||
| 2347 | 2347 | ||
| 2348 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program | 2348 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program |
| 2349 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" | 2349 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" |
| 2350 | ;;;;;; (14543 61454)) | 2350 | ;;;;;; (14652 49268)) |
| 2351 | ;;; Generated autoloads from international/ccl.el | 2351 | ;;; Generated autoloads from international/ccl.el |
| 2352 | 2352 | ||
| 2353 | (autoload (quote ccl-compile) "ccl" "\ | 2353 | (autoload (quote ccl-compile) "ccl" "\ |
| @@ -2638,7 +2638,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook' | |||
| 2638 | 2638 | ||
| 2639 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage | 2639 | ;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage |
| 2640 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) | 2640 | ;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) |
| 2641 | ;;;;;; "codepage" "international/codepage.el" (14124 8038)) | 2641 | ;;;;;; "codepage" "international/codepage.el" (14642 24031)) |
| 2642 | ;;; Generated autoloads from international/codepage.el | 2642 | ;;; Generated autoloads from international/codepage.el |
| 2643 | 2643 | ||
| 2644 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ | 2644 | (autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ |
| @@ -2684,7 +2684,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil) | |||
| 2684 | 2684 | ||
| 2685 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 2685 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 2686 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 2686 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 2687 | ;;;;;; comint-run make-comint) "comint" "comint.el" (14619 5053)) | 2687 | ;;;;;; comint-run make-comint) "comint" "comint.el" (14634 20434)) |
| 2688 | ;;; Generated autoloads from comint.el | 2688 | ;;; Generated autoloads from comint.el |
| 2689 | 2689 | ||
| 2690 | (autoload (quote make-comint) "comint" "\ | 2690 | (autoload (quote make-comint) "comint" "\ |
| @@ -2753,7 +2753,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil) | |||
| 2753 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode | 2753 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode |
| 2754 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path | 2754 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path |
| 2755 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 2755 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 2756 | ;;;;;; "compile" "progmodes/compile.el" (14625 19427)) | 2756 | ;;;;;; "compile" "progmodes/compile.el" (14635 2514)) |
| 2757 | ;;; Generated autoloads from progmodes/compile.el | 2757 | ;;; Generated autoloads from progmodes/compile.el |
| 2758 | 2758 | ||
| 2759 | (defvar compilation-mode-hook nil "\ | 2759 | (defvar compilation-mode-hook nil "\ |
| @@ -2883,10 +2883,23 @@ See variables `compilation-parse-errors-function' and | |||
| 2883 | 2883 | ||
| 2884 | ;;;*** | 2884 | ;;;*** |
| 2885 | 2885 | ||
| 2886 | ;;;### (autoloads (partial-completion-mode) "complete" "complete.el" | 2886 | ;;;### (autoloads (partial-completion-mode partial-completion-mode) |
| 2887 | ;;;;;; (14393 17619)) | 2887 | ;;;;;; "complete" "complete.el" (14634 20434)) |
| 2888 | ;;; Generated autoloads from complete.el | 2888 | ;;; Generated autoloads from complete.el |
| 2889 | 2889 | ||
| 2890 | (defvar partial-completion-mode nil "\ | ||
| 2891 | Toggle Partial Completion mode. | ||
| 2892 | When Partial Completion mode is enabled, TAB (or M-TAB if `PC-meta-flag' is | ||
| 2893 | nil) is enhanced so that if some string is divided into words and each word is | ||
| 2894 | delimited by a character in `PC-word-delimiters', partial words are completed | ||
| 2895 | as much as possible and `*' characters are treated likewise in file names. | ||
| 2896 | This variable should be set only with \\[customize], which is equivalent | ||
| 2897 | to using the function `partial-completion-mode'.") | ||
| 2898 | |||
| 2899 | (custom-add-to-group (quote partial-completion) (quote partial-completion-mode) (quote custom-variable)) | ||
| 2900 | |||
| 2901 | (custom-add-load (quote partial-completion-mode) (quote complete)) | ||
| 2902 | |||
| 2890 | (autoload (quote partial-completion-mode) "complete" "\ | 2903 | (autoload (quote partial-completion-mode) "complete" "\ |
| 2891 | Toggle Partial Completion mode. | 2904 | Toggle Partial Completion mode. |
| 2892 | With prefix ARG, turn Partial Completion mode on if ARG is positive. | 2905 | With prefix ARG, turn Partial Completion mode on if ARG is positive. |
| @@ -2909,7 +2922,7 @@ See also the variable `PC-include-file-path'." t nil) | |||
| 2909 | ;;;*** | 2922 | ;;;*** |
| 2910 | 2923 | ||
| 2911 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" | 2924 | ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el" |
| 2912 | ;;;;;; (14495 17962)) | 2925 | ;;;;;; (14635 2463)) |
| 2913 | ;;; Generated autoloads from completion.el | 2926 | ;;; Generated autoloads from completion.el |
| 2914 | 2927 | ||
| 2915 | (autoload (quote dynamic-completion-mode) "completion" "\ | 2928 | (autoload (quote dynamic-completion-mode) "completion" "\ |
| @@ -3339,7 +3352,7 @@ Edit display information for cpp conditionals." t nil) | |||
| 3339 | ;;;*** | 3352 | ;;;*** |
| 3340 | 3353 | ||
| 3341 | ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" | 3354 | ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el" |
| 3342 | ;;;;;; (14302 38178)) | 3355 | ;;;;;; (14634 20465)) |
| 3343 | ;;; Generated autoloads from emulation/crisp.el | 3356 | ;;; Generated autoloads from emulation/crisp.el |
| 3344 | 3357 | ||
| 3345 | (defvar crisp-mode nil "\ | 3358 | (defvar crisp-mode nil "\ |
| @@ -3355,9 +3368,11 @@ use either M-x customize or the function `crisp-mode'.") | |||
| 3355 | (custom-add-load (quote crisp-mode) (quote crisp)) | 3368 | (custom-add-load (quote crisp-mode) (quote crisp)) |
| 3356 | 3369 | ||
| 3357 | (autoload (quote crisp-mode) "crisp" "\ | 3370 | (autoload (quote crisp-mode) "crisp" "\ |
| 3358 | Toggle CRiSP emulation minor mode. | 3371 | Toggle CRiSP/Brief emulation minor mode. |
| 3359 | With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil) | 3372 | With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil) |
| 3360 | 3373 | ||
| 3374 | (defalias (quote brief-mode) (quote crisp-mode)) | ||
| 3375 | |||
| 3361 | ;;;*** | 3376 | ;;;*** |
| 3362 | 3377 | ||
| 3363 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" | 3378 | ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el" |
| @@ -3402,7 +3417,7 @@ INHERIT-INPUT-METHOD." nil nil) | |||
| 3402 | ;;;;;; customize-option-other-window customize-changed-options customize-option | 3417 | ;;;;;; customize-option-other-window customize-changed-options customize-option |
| 3403 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable | 3418 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable |
| 3404 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" | 3419 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" |
| 3405 | ;;;;;; (14599 11147)) | 3420 | ;;;;;; (14626 23730)) |
| 3406 | ;;; Generated autoloads from cus-edit.el | 3421 | ;;; Generated autoloads from cus-edit.el |
| 3407 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 3422 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 3408 | 3423 | ||
| @@ -3561,7 +3576,7 @@ The format is suitable for use with `easy-menu-define'." nil nil) | |||
| 3561 | ;;;*** | 3576 | ;;;*** |
| 3562 | 3577 | ||
| 3563 | ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" | 3578 | ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" |
| 3564 | ;;;;;; "cus-face.el" (14505 58892)) | 3579 | ;;;;;; "cus-face.el" (14637 38156)) |
| 3565 | ;;; Generated autoloads from cus-face.el | 3580 | ;;; Generated autoloads from cus-face.el |
| 3566 | 3581 | ||
| 3567 | (autoload (quote custom-declare-face) "cus-face" "\ | 3582 | (autoload (quote custom-declare-face) "cus-face" "\ |
| @@ -3641,7 +3656,7 @@ If the argument is nil, we return the display table to its standard state." t ni | |||
| 3641 | ;;;*** | 3656 | ;;;*** |
| 3642 | 3657 | ||
| 3643 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 3658 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 3644 | ;;;;;; (14568 46430)) | 3659 | ;;;;;; (14642 37753)) |
| 3645 | ;;; Generated autoloads from dabbrev.el | 3660 | ;;; Generated autoloads from dabbrev.el |
| 3646 | 3661 | ||
| 3647 | (define-key esc-map "/" (quote dabbrev-expand)) | 3662 | (define-key esc-map "/" (quote dabbrev-expand)) |
| @@ -3928,7 +3943,7 @@ no args, if that value is non-nil." t nil) | |||
| 3928 | ;;;*** | 3943 | ;;;*** |
| 3929 | 3944 | ||
| 3930 | ;;;### (autoloads (delete-selection-mode delete-selection-mode) "delsel" | 3945 | ;;;### (autoloads (delete-selection-mode delete-selection-mode) "delsel" |
| 3931 | ;;;;;; "delsel.el" (14410 18534)) | 3946 | ;;;;;; "delsel.el" (14636 62703)) |
| 3932 | ;;; Generated autoloads from delsel.el | 3947 | ;;; Generated autoloads from delsel.el |
| 3933 | 3948 | ||
| 3934 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) | 3949 | (defalias (quote pending-delete-mode) (quote delete-selection-mode)) |
| @@ -3956,7 +3971,7 @@ use either \\[customize] or the function `delete-selection-mode'.") | |||
| 3956 | ;;;*** | 3971 | ;;;*** |
| 3957 | 3972 | ||
| 3958 | ;;;### (autoloads (derived-mode-init-mode-variables) "derived" "derived.el" | 3973 | ;;;### (autoloads (derived-mode-init-mode-variables) "derived" "derived.el" |
| 3959 | ;;;;;; (14552 48685)) | 3974 | ;;;;;; (14638 25337)) |
| 3960 | ;;; Generated autoloads from derived.el | 3975 | ;;; Generated autoloads from derived.el |
| 3961 | 3976 | ||
| 3962 | (autoload (quote derived-mode-init-mode-variables) "derived" "\ | 3977 | (autoload (quote derived-mode-init-mode-variables) "derived" "\ |
| @@ -4102,7 +4117,7 @@ The backup file is the first file given to `diff'." t nil) | |||
| 4102 | ;;;*** | 4117 | ;;;*** |
| 4103 | 4118 | ||
| 4104 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" | 4119 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" |
| 4105 | ;;;;;; (14619 3306)) | 4120 | ;;;;;; (14651 36400)) |
| 4106 | ;;; Generated autoloads from diff-mode.el | 4121 | ;;; Generated autoloads from diff-mode.el |
| 4107 | 4122 | ||
| 4108 | (autoload (quote diff-mode) "diff-mode" "\ | 4123 | (autoload (quote diff-mode) "diff-mode" "\ |
| @@ -4122,7 +4137,7 @@ Minor mode for viewing/editing context diffs. | |||
| 4122 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 4137 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 4123 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 4138 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 4124 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 4139 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 4125 | ;;;;;; "dired" "dired.el" (14625 18742)) | 4140 | ;;;;;; "dired" "dired.el" (14628 26786)) |
| 4126 | ;;; Generated autoloads from dired.el | 4141 | ;;; Generated autoloads from dired.el |
| 4127 | 4142 | ||
| 4128 | (defvar dired-listing-switches "-al" "\ | 4143 | (defvar dired-listing-switches "-al" "\ |
| @@ -4487,7 +4502,7 @@ redefine OBJECT if it is a symbol." t nil) | |||
| 4487 | ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii | 4502 | ;;;;;; standard-display-graphic standard-display-g1 standard-display-ascii |
| 4488 | ;;;;;; standard-display-default standard-display-8bit describe-current-display-table | 4503 | ;;;;;; standard-display-default standard-display-8bit describe-current-display-table |
| 4489 | ;;;;;; describe-display-table set-display-table-slot display-table-slot | 4504 | ;;;;;; describe-display-table set-display-table-slot display-table-slot |
| 4490 | ;;;;;; make-display-table) "disp-table" "disp-table.el" (14353 44070)) | 4505 | ;;;;;; make-display-table) "disp-table" "disp-table.el" (14638 40743)) |
| 4491 | ;;; Generated autoloads from disp-table.el | 4506 | ;;; Generated autoloads from disp-table.el |
| 4492 | 4507 | ||
| 4493 | (autoload (quote make-display-table) "disp-table" "\ | 4508 | (autoload (quote make-display-table) "disp-table" "\ |
| @@ -4623,25 +4638,37 @@ Play sounds in message buffers." t nil) | |||
| 4623 | ;;;*** | 4638 | ;;;*** |
| 4624 | 4639 | ||
| 4625 | ;;;### (autoloads (define-derived-mode easy-mmode-defsyntax easy-mmode-defmap | 4640 | ;;;### (autoloads (define-derived-mode easy-mmode-defsyntax easy-mmode-defmap |
| 4626 | ;;;;;; define-minor-mode) "easy-mmode" "emacs-lisp/easy-mmode.el" | 4641 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" |
| 4627 | ;;;;;; (14552 48943)) | 4642 | ;;;;;; "emacs-lisp/easy-mmode.el" (14651 36597)) |
| 4628 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 4643 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 4629 | 4644 | ||
| 4630 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 4645 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
| 4631 | 4646 | ||
| 4632 | (autoload (quote define-minor-mode) "easy-mmode" "\ | 4647 | (autoload (quote define-minor-mode) "easy-mmode" "\ |
| 4633 | Define a new minor mode MODE. | 4648 | Define a new minor mode MODE. |
| 4634 | This function defines the associated control variable, keymap, | 4649 | This function defines the associated control variable MODE, keymap MODE-map, |
| 4635 | toggle command, and hooks (see `easy-mmode-define-toggle'). | 4650 | toggle command MODE, and hook MODE-hook. |
| 4636 | 4651 | ||
| 4637 | DOC is the documentation for the mode toggle command. | 4652 | DOC is the documentation for the mode toggle command. |
| 4638 | Optional INIT-VALUE is the initial value of the mode's variable. | 4653 | Optional INIT-VALUE is the initial value of the mode's variable. |
| 4639 | Optional LIGHTER is displayed in the mode-bar when the mode is on. | 4654 | Optional LIGHTER is displayed in the modeline when the mode is on. |
| 4640 | Optional KEYMAP is the default (defvar) keymap bound to the mode keymap. | 4655 | Optional KEYMAP is the default (defvar) keymap bound to the mode keymap. |
| 4641 | If it is a list, it is passed to `easy-mmode-define-keymap' | 4656 | If it is a list, it is passed to `easy-mmode-define-keymap' |
| 4642 | in order to build a valid keymap. | 4657 | in order to build a valid keymap. |
| 4643 | BODY contains code that will be executed each time the mode is (dis)activated. | 4658 | BODY contains code that will be executed each time the mode is (dis)activated. |
| 4644 | It will be executed after any toggling but before running the hooks." nil (quote macro)) | 4659 | It will be executed after any toggling but before running the hooks. |
| 4660 | BODY can start with a list of CL-style keys specifying additional arguments. | ||
| 4661 | Currently two such keyword arguments are supported: | ||
| 4662 | :group followed by the group name to use for any generated `defcustom'. | ||
| 4663 | :global if non-nil specifies that the minor mode is not meant to be | ||
| 4664 | buffer-local. By default, the variable is made buffer-local." nil (quote macro)) | ||
| 4665 | |||
| 4666 | (autoload (quote easy-mmode-define-global-mode) "easy-mmode" "\ | ||
| 4667 | Make GLOBAL-MODE out of the MODE buffer-local minor mode. | ||
| 4668 | TURN-ON is a function that will be called with no args in every buffer | ||
| 4669 | and that should try to turn MODE on if applicable for that buffer. | ||
| 4670 | KEYS is a list of CL-style keyword arguments: | ||
| 4671 | :group to specify the custom group." nil (quote macro)) | ||
| 4645 | 4672 | ||
| 4646 | (autoload (quote easy-mmode-defmap) "easy-mmode" nil nil (quote macro)) | 4673 | (autoload (quote easy-mmode-defmap) "easy-mmode" nil nil (quote macro)) |
| 4647 | 4674 | ||
| @@ -4681,8 +4708,8 @@ been generated automatically, with a reference to the keymap." nil (quote macro) | |||
| 4681 | ;;;*** | 4708 | ;;;*** |
| 4682 | 4709 | ||
| 4683 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define | 4710 | ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define |
| 4684 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14574 | 4711 | ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14634 |
| 4685 | ;;;;;; 18612)) | 4712 | ;;;;;; 20460)) |
| 4686 | ;;; Generated autoloads from emacs-lisp/easymenu.el | 4713 | ;;; Generated autoloads from emacs-lisp/easymenu.el |
| 4687 | 4714 | ||
| 4688 | (autoload (quote easy-menu-define) "easymenu" "\ | 4715 | (autoload (quote easy-menu-define) "easymenu" "\ |
| @@ -4991,7 +5018,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) | |||
| 4991 | ;;;*** | 5018 | ;;;*** |
| 4992 | 5019 | ||
| 4993 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms | 5020 | ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms |
| 4994 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14583 8560)) | 5021 | ;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14637 38269)) |
| 4995 | ;;; Generated autoloads from emacs-lisp/edebug.el | 5022 | ;;; Generated autoloads from emacs-lisp/edebug.el |
| 4996 | 5023 | ||
| 4997 | (defvar edebug-all-defs nil "\ | 5024 | (defvar edebug-all-defs nil "\ |
| @@ -5217,7 +5244,7 @@ With optional NODE, goes to that node." t nil) | |||
| 5217 | ;;;*** | 5244 | ;;;*** |
| 5218 | 5245 | ||
| 5219 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" | 5246 | ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" |
| 5220 | ;;;;;; (14398 37488)) | 5247 | ;;;;;; (14636 62704)) |
| 5221 | ;;; Generated autoloads from ediff-mult.el | 5248 | ;;; Generated autoloads from ediff-mult.el |
| 5222 | 5249 | ||
| 5223 | (autoload (quote ediff-show-registry) "ediff-mult" "\ | 5250 | (autoload (quote ediff-show-registry) "ediff-mult" "\ |
| @@ -5245,7 +5272,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see." t nil | |||
| 5245 | 5272 | ||
| 5246 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro | 5273 | ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro |
| 5247 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" | 5274 | ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" |
| 5248 | ;;;;;; (13957 59893)) | 5275 | ;;;;;; (14634 20435)) |
| 5249 | ;;; Generated autoloads from edmacro.el | 5276 | ;;; Generated autoloads from edmacro.el |
| 5250 | (define-key ctl-x-map "\C-k" 'edit-kbd-macro) | 5277 | (define-key ctl-x-map "\C-k" 'edit-kbd-macro) |
| 5251 | 5278 | ||
| @@ -5385,9 +5412,9 @@ Initialize elint." t nil) | |||
| 5385 | 5412 | ||
| 5386 | ;;;*** | 5413 | ;;;*** |
| 5387 | 5414 | ||
| 5388 | ;;;### (autoloads (elp-submit-bug-report elp-results elp-instrument-package | 5415 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list |
| 5389 | ;;;;;; elp-instrument-list elp-restore-function elp-instrument-function) | 5416 | ;;;;;; elp-restore-function elp-instrument-function) "elp" "emacs-lisp/elp.el" |
| 5390 | ;;;;;; "elp" "emacs-lisp/elp.el" (13578 6553)) | 5417 | ;;;;;; (14638 40759)) |
| 5391 | ;;; Generated autoloads from emacs-lisp/elp.el | 5418 | ;;; Generated autoloads from emacs-lisp/elp.el |
| 5392 | 5419 | ||
| 5393 | (autoload (quote elp-instrument-function) "elp" "\ | 5420 | (autoload (quote elp-instrument-function) "elp" "\ |
| @@ -5414,9 +5441,6 @@ If `elp-reset-after-results' is non-nil, then current profiling | |||
| 5414 | information for all instrumented functions are reset after results are | 5441 | information for all instrumented functions are reset after results are |
| 5415 | displayed." t nil) | 5442 | displayed." t nil) |
| 5416 | 5443 | ||
| 5417 | (autoload (quote elp-submit-bug-report) "elp" "\ | ||
| 5418 | Submit via mail, a bug report on elp." t nil) | ||
| 5419 | |||
| 5420 | ;;;*** | 5444 | ;;;*** |
| 5421 | 5445 | ||
| 5422 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" | 5446 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" |
| @@ -5485,7 +5509,7 @@ Emerge two RCS revisions of a file, with another revision as ancestor." t nil) | |||
| 5485 | ;;;*** | 5509 | ;;;*** |
| 5486 | 5510 | ||
| 5487 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" | 5511 | ;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" |
| 5488 | ;;;;;; (14516 181)) | 5512 | ;;;;;; (14642 24031)) |
| 5489 | ;;; Generated autoloads from international/encoded-kb.el | 5513 | ;;; Generated autoloads from international/encoded-kb.el |
| 5490 | 5514 | ||
| 5491 | (autoload (quote encoded-kbd-mode) "encoded-kb" "\ | 5515 | (autoload (quote encoded-kbd-mode) "encoded-kb" "\ |
| @@ -5530,8 +5554,8 @@ Commands: | |||
| 5530 | ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window | 5554 | ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window |
| 5531 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table | 5555 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table |
| 5532 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list | 5556 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list |
| 5533 | ;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14600 | 5557 | ;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14634 |
| 5534 | ;;;;;; 21015)) | 5558 | ;;;;;; 20489)) |
| 5535 | ;;; Generated autoloads from progmodes/etags.el | 5559 | ;;; Generated autoloads from progmodes/etags.el |
| 5536 | 5560 | ||
| 5537 | (defvar tags-file-name nil "\ | 5561 | (defvar tags-file-name nil "\ |
| @@ -6126,7 +6150,7 @@ with no args, if that value is non-nil." t nil) | |||
| 6126 | ;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props | 6150 | ;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props |
| 6127 | ;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible | 6151 | ;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible |
| 6128 | ;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground | 6152 | ;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground |
| 6129 | ;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (14539 53665)) | 6153 | ;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (14634 20435)) |
| 6130 | ;;; Generated autoloads from facemenu.el | 6154 | ;;; Generated autoloads from facemenu.el |
| 6131 | (define-key global-map "\M-g" 'facemenu-keymap) | 6155 | (define-key global-map "\M-g" 'facemenu-keymap) |
| 6132 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) | 6156 | (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) |
| @@ -6332,7 +6356,7 @@ you can set feedmail-queue-reminder-alist to nil." t nil) | |||
| 6332 | ;;;*** | 6356 | ;;;*** |
| 6333 | 6357 | ||
| 6334 | ;;;### (autoloads (dired-at-point ffap-at-mouse ffap-menu find-file-at-point | 6358 | ;;;### (autoloads (dired-at-point ffap-at-mouse ffap-menu find-file-at-point |
| 6335 | ;;;;;; ffap-next) "ffap" "ffap.el" (14412 8705)) | 6359 | ;;;;;; ffap-next) "ffap" "ffap.el" (14637 38207)) |
| 6336 | ;;; Generated autoloads from ffap.el | 6360 | ;;; Generated autoloads from ffap.el |
| 6337 | 6361 | ||
| 6338 | (autoload (quote ffap-next) "ffap" "\ | 6362 | (autoload (quote ffap-next) "ffap" "\ |
| @@ -6851,7 +6875,7 @@ Fontify the current buffer the way the function `font-lock-mode' would." t nil) | |||
| 6851 | ;;;*** | 6875 | ;;;*** |
| 6852 | 6876 | ||
| 6853 | ;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" | 6877 | ;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el" |
| 6854 | ;;;;;; (14551 28678)) | 6878 | ;;;;;; (14652 49270)) |
| 6855 | ;;; Generated autoloads from international/fontset.el | 6879 | ;;; Generated autoloads from international/fontset.el |
| 6856 | 6880 | ||
| 6857 | (autoload (quote create-fontset-from-fontset-spec) "fontset" "\ | 6881 | (autoload (quote create-fontset-from-fontset-spec) "fontset" "\ |
| @@ -7264,7 +7288,7 @@ Use \\[describe-mode] for more info." t nil) | |||
| 7264 | ;;;*** | 7288 | ;;;*** |
| 7265 | 7289 | ||
| 7266 | ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) | 7290 | ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) |
| 7267 | ;;;;;; "goto-addr" "net/goto-addr.el" (14385 24830)) | 7291 | ;;;;;; "goto-addr" "net/goto-addr.el" (14637 38354)) |
| 7268 | ;;; Generated autoloads from net/goto-addr.el | 7292 | ;;; Generated autoloads from net/goto-addr.el |
| 7269 | 7293 | ||
| 7270 | (autoload (quote goto-address-at-mouse) "goto-addr" "\ | 7294 | (autoload (quote goto-address-at-mouse) "goto-addr" "\ |
| @@ -7302,7 +7326,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil) | |||
| 7302 | ;;;*** | 7326 | ;;;*** |
| 7303 | 7327 | ||
| 7304 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" | 7328 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" |
| 7305 | ;;;;;; (14599 26515)) | 7329 | ;;;;;; (14629 39461)) |
| 7306 | ;;; Generated autoloads from gud.el | 7330 | ;;; Generated autoloads from gud.el |
| 7307 | 7331 | ||
| 7308 | (autoload (quote gdb) "gud" "\ | 7332 | (autoload (quote gdb) "gud" "\ |
| @@ -7347,8 +7371,8 @@ between it and it's value." t nil) | |||
| 7347 | 7371 | ||
| 7348 | ;;;*** | 7372 | ;;;*** |
| 7349 | 7373 | ||
| 7350 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (14033 | 7374 | ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (14638 |
| 7351 | ;;;;;; 23942)) | 7375 | ;;;;;; 40782)) |
| 7352 | ;;; Generated autoloads from play/handwrite.el | 7376 | ;;; Generated autoloads from play/handwrite.el |
| 7353 | 7377 | ||
| 7354 | (autoload (quote handwrite) "handwrite" "\ | 7378 | (autoload (quote handwrite) "handwrite" "\ |
| @@ -7606,7 +7630,7 @@ Key bindings: | |||
| 7606 | ;;;### (autoloads (global-highlight-changes highlight-compare-with-file | 7630 | ;;;### (autoloads (global-highlight-changes highlight-compare-with-file |
| 7607 | ;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change | 7631 | ;;;;;; highlight-changes-rotate-faces highlight-changes-previous-change |
| 7608 | ;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) | 7632 | ;;;;;; highlight-changes-next-change highlight-changes-mode highlight-changes-remove-highlight) |
| 7609 | ;;;;;; "hilit-chg" "hilit-chg.el" (14288 22009)) | 7633 | ;;;;;; "hilit-chg" "hilit-chg.el" (14637 38207)) |
| 7610 | ;;; Generated autoloads from hilit-chg.el | 7634 | ;;; Generated autoloads from hilit-chg.el |
| 7611 | 7635 | ||
| 7612 | (defvar highlight-changes-mode nil) | 7636 | (defvar highlight-changes-mode nil) |
| @@ -7763,22 +7787,11 @@ argument VERBOSE non-nil makes the function verbose." nil (quote macro)) | |||
| 7763 | 7787 | ||
| 7764 | ;;;*** | 7788 | ;;;*** |
| 7765 | 7789 | ||
| 7766 | ;;;### (autoloads (hl-line-mode hl-line-mode) "hl-line" "hl-line.el" | 7790 | ;;;### (autoloads (hl-line-mode) "hl-line" "hl-line.el" (14651 36465)) |
| 7767 | ;;;;;; (14454 80)) | ||
| 7768 | ;;; Generated autoloads from hl-line.el | 7791 | ;;; Generated autoloads from hl-line.el |
| 7769 | 7792 | ||
| 7770 | (defvar hl-line-mode nil "\ | ||
| 7771 | Toggle Hl-Line mode. | ||
| 7772 | Setting this variable directly does not take effect; | ||
| 7773 | use either \\[customize] or the function `hl-line-mode'.") | ||
| 7774 | |||
| 7775 | (custom-add-to-group (quote hl-line) (quote hl-line-mode) (quote custom-variable)) | ||
| 7776 | |||
| 7777 | (custom-add-load (quote hl-line-mode) (quote hl-line)) | ||
| 7778 | |||
| 7779 | (autoload (quote hl-line-mode) "hl-line" "\ | 7793 | (autoload (quote hl-line-mode) "hl-line" "\ |
| 7780 | Global minor mode to highlight the line about point in the current window. | 7794 | Global minor mode to highlight the line about point in the current window. |
| 7781 | |||
| 7782 | With ARG, turn Hl-Line mode on if ARG is positive, off otherwise. | 7795 | With ARG, turn Hl-Line mode on if ARG is positive, off otherwise. |
| 7783 | Uses functions `hl-line-unhighlight' and `hl-line-highlight' on | 7796 | Uses functions `hl-line-unhighlight' and `hl-line-highlight' on |
| 7784 | `pre-command-hook' and `post-command-hook'." t nil) | 7797 | `pre-command-hook' and `post-command-hook'." t nil) |
| @@ -7815,7 +7828,7 @@ This function is absolete." t nil) | |||
| 7815 | ;;;*** | 7828 | ;;;*** |
| 7816 | 7829 | ||
| 7817 | ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" | 7830 | ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" |
| 7818 | ;;;;;; "icomplete.el" (14440 64840)) | 7831 | ;;;;;; "icomplete.el" (14636 62704)) |
| 7819 | ;;; Generated autoloads from icomplete.el | 7832 | ;;; Generated autoloads from icomplete.el |
| 7820 | 7833 | ||
| 7821 | (autoload (quote icomplete-mode) "icomplete" "\ | 7834 | (autoload (quote icomplete-mode) "icomplete" "\ |
| @@ -8011,7 +8024,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil) | |||
| 8011 | 8024 | ||
| 8012 | ;;;### (autoloads (defimage find-image remove-images insert-image | 8025 | ;;;### (autoloads (defimage find-image remove-images insert-image |
| 8013 | ;;;;;; put-image create-image image-type-available-p image-type-from-file-header | 8026 | ;;;;;; put-image create-image image-type-available-p image-type-from-file-header |
| 8014 | ;;;;;; image-type-from-data) "image" "image.el" (14598 54652)) | 8027 | ;;;;;; image-type-from-data) "image" "image.el" (14653 63162)) |
| 8015 | ;;; Generated autoloads from image.el | 8028 | ;;; Generated autoloads from image.el |
| 8016 | 8029 | ||
| 8017 | (autoload (quote image-type-from-data) "image" "\ | 8030 | (autoload (quote image-type-from-data) "image" "\ |
| @@ -8045,7 +8058,7 @@ Put image IMAGE in front of POS in the current buffer. | |||
| 8045 | IMAGE must be an image created with `create-image' or `defimage'. | 8058 | IMAGE must be an image created with `create-image' or `defimage'. |
| 8046 | IMAGE is displayed by putting an overlay into the current buffer with a | 8059 | IMAGE is displayed by putting an overlay into the current buffer with a |
| 8047 | `before-string' STRING that has a `display' property whose value is the | 8060 | `before-string' STRING that has a `display' property whose value is the |
| 8048 | image. | 8061 | image. STRING is defaulted if you omit it. |
| 8049 | POS may be an integer or marker. | 8062 | POS may be an integer or marker. |
| 8050 | AREA is where to display the image. AREA nil or omitted means | 8063 | AREA is where to display the image. AREA nil or omitted means |
| 8051 | display it in the text area, a value of `left-margin' means | 8064 | display it in the text area, a value of `left-margin' means |
| @@ -8055,7 +8068,8 @@ means display it in the right marginal area." nil nil) | |||
| 8055 | (autoload (quote insert-image) "image" "\ | 8068 | (autoload (quote insert-image) "image" "\ |
| 8056 | Insert IMAGE into current buffer at point. | 8069 | Insert IMAGE into current buffer at point. |
| 8057 | IMAGE is displayed by inserting STRING into the current buffer | 8070 | IMAGE is displayed by inserting STRING into the current buffer |
| 8058 | with a `display' property whose value is the image. | 8071 | with a `display' property whose value is the image. STRING is |
| 8072 | defaulted if you omit it. | ||
| 8059 | AREA is where to display the image. AREA nil or omitted means | 8073 | AREA is where to display the image. AREA nil or omitted means |
| 8060 | display it in the text area, a value of `left-margin' means | 8074 | display it in the text area, a value of `left-margin' means |
| 8061 | display it in the left marginal area, a value of `right-margin' | 8075 | display it in the left marginal area, a value of `right-margin' |
| @@ -8069,17 +8083,19 @@ BUFFER nil or omitted means use the current buffer." nil nil) | |||
| 8069 | (autoload (quote find-image) "image" "\ | 8083 | (autoload (quote find-image) "image" "\ |
| 8070 | Find an image, choosing one of a list of image specifications. | 8084 | Find an image, choosing one of a list of image specifications. |
| 8071 | 8085 | ||
| 8072 | SPECS is a list of image specifications. DOC is an optional | 8086 | SPECS is a list of image specifications. |
| 8073 | documentation string. | ||
| 8074 | 8087 | ||
| 8075 | Each image specification in SPECS is a property list. The contents of | 8088 | Each image specification in SPECS is a property list. The contents of |
| 8076 | a specification are image type dependent. All specifications must at | 8089 | a specification are image type dependent. All specifications must at |
| 8077 | least contain the properties `:type TYPE' and either `:file FILE' or | 8090 | least contain the properties `:type TYPE' and either `:file FILE' or |
| 8078 | `:data DATA', where TYPE is a symbol specifying the image type, | 8091 | `:data DATA', where TYPE is a symbol specifying the image type, |
| 8079 | e.g. `xbm', FILE is the file to load the image from, and DATA is a | 8092 | e.g. `xbm', FILE is the file to load the image from, and DATA is a |
| 8080 | string containing the actual image data. The first image | 8093 | string containing the actual image data. The specification whose TYPE |
| 8081 | specification whose TYPE is supported, and FILE exists, is used to | 8094 | is supported, and FILE exists, is used to construct the image |
| 8082 | define SYMBOL." nil nil) | 8095 | specification to be returned. Return nil if no specification is |
| 8096 | satisfied. | ||
| 8097 | |||
| 8098 | The image is looked for first on `load-path' and then in `data-directory'." nil nil) | ||
| 8083 | 8099 | ||
| 8084 | (autoload (quote defimage) "image" "\ | 8100 | (autoload (quote defimage) "image" "\ |
| 8085 | Define SYMBOL as an image. | 8101 | Define SYMBOL as an image. |
| @@ -8104,7 +8120,7 @@ Example: | |||
| 8104 | ;;;*** | 8120 | ;;;*** |
| 8105 | 8121 | ||
| 8106 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar | 8122 | ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar |
| 8107 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (14315 33489)) | 8123 | ;;;;;; imenu-sort-function) "imenu" "imenu.el" (14634 20442)) |
| 8108 | ;;; Generated autoloads from imenu.el | 8124 | ;;; Generated autoloads from imenu.el |
| 8109 | 8125 | ||
| 8110 | (defvar imenu-sort-function nil "\ | 8126 | (defvar imenu-sort-function nil "\ |
| @@ -8299,7 +8315,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 8299 | 8315 | ||
| 8300 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 8316 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 8301 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 8317 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone |
| 8302 | ;;;;;; info info-other-window) "info" "info.el" (14581 64356)) | 8318 | ;;;;;; info info-other-window) "info" "info.el" (14651 47854)) |
| 8303 | ;;; Generated autoloads from info.el | 8319 | ;;; Generated autoloads from info.el |
| 8304 | 8320 | ||
| 8305 | (autoload (quote info-other-window) "info" "\ | 8321 | (autoload (quote info-other-window) "info" "\ |
| @@ -8317,7 +8333,7 @@ In interactive use, a prefix argument directs this command | |||
| 8317 | to read a file name from the minibuffer. | 8333 | to read a file name from the minibuffer. |
| 8318 | 8334 | ||
| 8319 | The search path for Info files is in the variable `Info-directory-list'. | 8335 | The search path for Info files is in the variable `Info-directory-list'. |
| 8320 | The top-level Info directory is made by combining all the files named `dir' | 8336 | The top-level Info directory is made by combining all the files named `dir' |
| 8321 | in all the directories in that path." t nil) | 8337 | in all the directories in that path." t nil) |
| 8322 | 8338 | ||
| 8323 | (autoload (quote info-standalone) "info" "\ | 8339 | (autoload (quote info-standalone) "info" "\ |
| @@ -8418,7 +8434,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" nil | |||
| 8418 | 8434 | ||
| 8419 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method | 8435 | ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method |
| 8420 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" | 8436 | ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" |
| 8421 | ;;;;;; (13770 35556)) | 8437 | ;;;;;; (14644 61013)) |
| 8422 | ;;; Generated autoloads from international/isearch-x.el | 8438 | ;;; Generated autoloads from international/isearch-x.el |
| 8423 | 8439 | ||
| 8424 | (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ | 8440 | (autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ |
| @@ -8545,7 +8561,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil) | |||
| 8545 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell | 8561 | ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell |
| 8546 | ;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist | 8562 | ;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist |
| 8547 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" | 8563 | ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el" |
| 8548 | ;;;;;; (14587 2706)) | 8564 | ;;;;;; (14637 38360)) |
| 8549 | ;;; Generated autoloads from textmodes/ispell.el | 8565 | ;;; Generated autoloads from textmodes/ispell.el |
| 8550 | 8566 | ||
| 8551 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ | 8567 | (defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\ |
| @@ -8884,7 +8900,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil | |||
| 8884 | ;;;*** | 8900 | ;;;*** |
| 8885 | 8901 | ||
| 8886 | ;;;### (autoloads (turn-on-jit-lock jit-lock-mode) "jit-lock" "jit-lock.el" | 8902 | ;;;### (autoloads (turn-on-jit-lock jit-lock-mode) "jit-lock" "jit-lock.el" |
| 8887 | ;;;;;; (14577 45436)) | 8903 | ;;;;;; (14651 36595)) |
| 8888 | ;;; Generated autoloads from jit-lock.el | 8904 | ;;; Generated autoloads from jit-lock.el |
| 8889 | 8905 | ||
| 8890 | (autoload (quote jit-lock-mode) "jit-lock" "\ | 8906 | (autoload (quote jit-lock-mode) "jit-lock" "\ |
| @@ -8917,7 +8933,7 @@ following ways: | |||
| 8917 | Stealth fontification only occurs while the system remains unloaded. | 8933 | Stealth fontification only occurs while the system remains unloaded. |
| 8918 | If the system load rises above `jit-lock-stealth-load' percent, stealth | 8934 | If the system load rises above `jit-lock-stealth-load' percent, stealth |
| 8919 | fontification is suspended. Stealth fontification intensity is controlled via | 8935 | fontification is suspended. Stealth fontification intensity is controlled via |
| 8920 | the variable `jit-lock-stealth-nice' and `jit-lock-stealth-lines'." t nil) | 8936 | the variable `jit-lock-stealth-nice'." t nil) |
| 8921 | 8937 | ||
| 8922 | (autoload (quote turn-on-jit-lock) "jit-lock" "\ | 8938 | (autoload (quote turn-on-jit-lock) "jit-lock" "\ |
| 8923 | Unconditionally turn on Just-in-time Lock mode." nil nil) | 8939 | Unconditionally turn on Just-in-time Lock mode." nil nil) |
| @@ -8971,8 +8987,8 @@ the context of text formatting." nil nil) | |||
| 8971 | 8987 | ||
| 8972 | ;;;*** | 8988 | ;;;*** |
| 8973 | 8989 | ||
| 8974 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (13810 | 8990 | ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (14636 |
| 8975 | ;;;;;; 39823)) | 8991 | ;;;;;; 62730)) |
| 8976 | ;;; Generated autoloads from international/kkc.el | 8992 | ;;; Generated autoloads from international/kkc.el |
| 8977 | 8993 | ||
| 8978 | (autoload (quote kkc-region) "kkc" "\ | 8994 | (autoload (quote kkc-region) "kkc" "\ |
| @@ -9028,7 +9044,7 @@ Use \\[describe-mode] for more info." t nil) | |||
| 9028 | 9044 | ||
| 9029 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string | 9045 | ;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string |
| 9030 | ;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) | 9046 | ;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) |
| 9031 | ;;;;;; "lao-util" "language/lao-util.el" (14623 45991)) | 9047 | ;;;;;; "lao-util" "language/lao-util.el" (14647 32047)) |
| 9032 | ;;; Generated autoloads from language/lao-util.el | 9048 | ;;; Generated autoloads from language/lao-util.el |
| 9033 | 9049 | ||
| 9034 | (autoload (quote lao-compose-string) "lao-util" nil nil nil) | 9050 | (autoload (quote lao-compose-string) "lao-util" nil nil nil) |
| @@ -9159,19 +9175,19 @@ generations (this defaults to 1)." t nil) | |||
| 9159 | 9175 | ||
| 9160 | ;;;*** | 9176 | ;;;*** |
| 9161 | 9177 | ||
| 9162 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (13935 | 9178 | ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (14647 |
| 9163 | ;;;;;; 16155)) | 9179 | ;;;;;; 32003)) |
| 9164 | ;;; Generated autoloads from loadhist.el | 9180 | ;;; Generated autoloads from loadhist.el |
| 9165 | 9181 | ||
| 9166 | (autoload (quote unload-feature) "loadhist" "\ | 9182 | (autoload (quote unload-feature) "loadhist" "\ |
| 9167 | Unload the library that provided FEATURE, restoring all its autoloads. | 9183 | Unload the library that provided FEATURE, restoring all its autoloads. |
| 9168 | If the feature is required by any other loaded code, and optional FORCE | 9184 | If the feature is required by any other loaded code, and prefix arg FORCE |
| 9169 | is nil, raise an error." t nil) | 9185 | is nil, raise an error." t nil) |
| 9170 | 9186 | ||
| 9171 | ;;;*** | 9187 | ;;;*** |
| 9172 | 9188 | ||
| 9173 | ;;;### (autoloads (locate-with-filter locate) "locate" "locate.el" | 9189 | ;;;### (autoloads (locate-with-filter locate) "locate" "locate.el" |
| 9174 | ;;;;;; (14563 8348)) | 9190 | ;;;;;; (14636 62704)) |
| 9175 | ;;; Generated autoloads from locate.el | 9191 | ;;; Generated autoloads from locate.el |
| 9176 | 9192 | ||
| 9177 | (autoload (quote locate) "locate" "\ | 9193 | (autoload (quote locate) "locate" "\ |
| @@ -9186,7 +9202,7 @@ shown; this is often useful to constrain a big search." t nil) | |||
| 9186 | 9202 | ||
| 9187 | ;;;*** | 9203 | ;;;*** |
| 9188 | 9204 | ||
| 9189 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14619 3306)) | 9205 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14651 36595)) |
| 9190 | ;;; Generated autoloads from log-edit.el | 9206 | ;;; Generated autoloads from log-edit.el |
| 9191 | 9207 | ||
| 9192 | (autoload (quote log-edit) "log-edit" "\ | 9208 | (autoload (quote log-edit) "log-edit" "\ |
| @@ -9200,8 +9216,8 @@ Once you're done editing the message, pressing \\[log-edit-done] will call | |||
| 9200 | 9216 | ||
| 9201 | ;;;*** | 9217 | ;;;*** |
| 9202 | 9218 | ||
| 9203 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14619 | 9219 | ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14631 |
| 9204 | ;;;;;; 3306)) | 9220 | ;;;;;; 42770)) |
| 9205 | ;;; Generated autoloads from log-view.el | 9221 | ;;; Generated autoloads from log-view.el |
| 9206 | 9222 | ||
| 9207 | (autoload (quote log-view-mode) "log-view" "\ | 9223 | (autoload (quote log-view-mode) "log-view" "\ |
| @@ -9866,7 +9882,7 @@ redisplayed as output is inserted." t nil) | |||
| 9866 | ;;;*** | 9882 | ;;;*** |
| 9867 | 9883 | ||
| 9868 | ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch | 9884 | ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch |
| 9869 | ;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14600 36202)) | 9885 | ;;;;;; mh-smail) "mh-comp" "mail/mh-comp.el" (14651 36905)) |
| 9870 | ;;; Generated autoloads from mail/mh-comp.el | 9886 | ;;; Generated autoloads from mail/mh-comp.el |
| 9871 | 9887 | ||
| 9872 | (autoload (quote mh-smail) "mh-comp" "\ | 9888 | (autoload (quote mh-smail) "mh-comp" "\ |
| @@ -9923,8 +9939,8 @@ This command runs the normal hooks `text-mode-hook' and `mh-letter-mode-hook'." | |||
| 9923 | 9939 | ||
| 9924 | ;;;*** | 9940 | ;;;*** |
| 9925 | 9941 | ||
| 9926 | ;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (14532 | 9942 | ;;;### (autoloads (mh-version mh-rmail) "mh-e" "mail/mh-e.el" (14635 |
| 9927 | ;;;;;; 63447)) | 9943 | ;;;;;; 2497)) |
| 9928 | ;;; Generated autoloads from mail/mh-e.el | 9944 | ;;; Generated autoloads from mail/mh-e.el |
| 9929 | 9945 | ||
| 9930 | (autoload (quote mh-rmail) "mh-e" "\ | 9946 | (autoload (quote mh-rmail) "mh-e" "\ |
| @@ -10069,7 +10085,7 @@ Multiplication puzzle with GNU Emacs." t nil) | |||
| 10069 | 10085 | ||
| 10070 | ;;;*** | 10086 | ;;;*** |
| 10071 | 10087 | ||
| 10072 | ;;;### (autoloads (msb-mode msb-mode) "msb" "msb.el" (14625 20437)) | 10088 | ;;;### (autoloads (msb-mode msb-mode) "msb" "msb.el" (14627 62302)) |
| 10073 | ;;; Generated autoloads from msb.el | 10089 | ;;; Generated autoloads from msb.el |
| 10074 | 10090 | ||
| 10075 | (defvar msb-mode nil "\ | 10091 | (defvar msb-mode nil "\ |
| @@ -10094,7 +10110,7 @@ different buffer menu using the function `msb'." t nil) | |||
| 10094 | ;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly | 10110 | ;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly |
| 10095 | ;;;;;; describe-coding-system describe-char-after list-charset-chars | 10111 | ;;;;;; describe-coding-system describe-char-after list-charset-chars |
| 10096 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" | 10112 | ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" |
| 10097 | ;;;;;; (14621 5038)) | 10113 | ;;;;;; (14652 49271)) |
| 10098 | ;;; Generated autoloads from international/mule-diag.el | 10114 | ;;; Generated autoloads from international/mule-diag.el |
| 10099 | 10115 | ||
| 10100 | (autoload (quote list-character-sets) "mule-diag" "\ | 10116 | (autoload (quote list-character-sets) "mule-diag" "\ |
| @@ -10217,7 +10233,7 @@ The file is saved in the directory `data-directory'." nil nil) | |||
| 10217 | ;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic | 10233 | ;;;;;; coding-system-post-read-conversion coding-system-eol-type-mnemonic |
| 10218 | ;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width | 10234 | ;;;;;; lookup-nested-alist set-nested-alist truncate-string-to-width |
| 10219 | ;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el" | 10235 | ;;;;;; store-substring string-to-sequence) "mule-util" "international/mule-util.el" |
| 10220 | ;;;;;; (14568 36382)) | 10236 | ;;;;;; (14647 32042)) |
| 10221 | ;;; Generated autoloads from international/mule-util.el | 10237 | ;;; Generated autoloads from international/mule-util.el |
| 10222 | 10238 | ||
| 10223 | (autoload (quote string-to-sequence) "mule-util" "\ | 10239 | (autoload (quote string-to-sequence) "mule-util" "\ |
| @@ -10324,7 +10340,7 @@ Enable mouse wheel support." nil nil) | |||
| 10324 | ;;;### (autoloads (network-connection network-connection-to-service | 10340 | ;;;### (autoloads (network-connection network-connection-to-service |
| 10325 | ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host | 10341 | ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host |
| 10326 | ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" | 10342 | ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" |
| 10327 | ;;;;;; (14564 29931)) | 10343 | ;;;;;; (14644 7249)) |
| 10328 | ;;; Generated autoloads from net/net-utils.el | 10344 | ;;; Generated autoloads from net/net-utils.el |
| 10329 | 10345 | ||
| 10330 | (autoload (quote traceroute) "net-utils" "\ | 10346 | (autoload (quote traceroute) "net-utils" "\ |
| @@ -10379,6 +10395,123 @@ Open a network connection to HOST on PORT." t nil) | |||
| 10379 | 10395 | ||
| 10380 | ;;;*** | 10396 | ;;;*** |
| 10381 | 10397 | ||
| 10398 | ;;;### (autoloads (comment-indent-new-line comment-dwim comment-region | ||
| 10399 | ;;;;;; uncomment-region comment-kill comment-set-column comment-indent | ||
| 10400 | ;;;;;; comment-multi-line comment-padding comment-style comment-column) | ||
| 10401 | ;;;;;; "newcomment" "newcomment.el" (14651 36595)) | ||
| 10402 | ;;; Generated autoloads from newcomment.el | ||
| 10403 | |||
| 10404 | (defalias (quote indent-for-comment) (quote comment-indent)) | ||
| 10405 | |||
| 10406 | (defalias (quote set-comment-column) (quote comment-set-column)) | ||
| 10407 | |||
| 10408 | (defalias (quote kill-comment) (quote comment-kill)) | ||
| 10409 | |||
| 10410 | (defalias (quote indent-new-comment-line) (quote comment-indent-new-line)) | ||
| 10411 | |||
| 10412 | (defgroup comment nil "Indenting and filling of comments." :prefix "comment-" :group (quote fill)) | ||
| 10413 | |||
| 10414 | (defvar comment-column 32 "\ | ||
| 10415 | *Column to indent right-margin comments to. | ||
| 10416 | Setting this variable automatically makes it local to the current buffer. | ||
| 10417 | Each mode establishes a different default value for this variable; you | ||
| 10418 | can set the value for a particular mode using that mode's hook.") | ||
| 10419 | |||
| 10420 | (defvar comment-start nil "\ | ||
| 10421 | *String to insert to start a new comment, or nil if no comment syntax.") | ||
| 10422 | |||
| 10423 | (defvar comment-start-skip nil "\ | ||
| 10424 | *Regexp to match the start of a comment plus everything up to its body. | ||
| 10425 | If there are any \\(...\\) pairs, the comment delimiter text is held to begin | ||
| 10426 | at the place matched by the close of the first pair.") | ||
| 10427 | |||
| 10428 | (defvar comment-end-skip nil "\ | ||
| 10429 | Regexp to match the end of a comment plus everything up to its body.") | ||
| 10430 | |||
| 10431 | (defvar comment-end "" "\ | ||
| 10432 | *String to insert to end a new comment. | ||
| 10433 | Should be an empty string if comments are terminated by end-of-line.") | ||
| 10434 | |||
| 10435 | (defvar comment-indent-function (lambda nil comment-column) "\ | ||
| 10436 | Function to compute desired indentation for a comment. | ||
| 10437 | This function is called with no args with point at the beginning of | ||
| 10438 | the comment's starting delimiter.") | ||
| 10439 | |||
| 10440 | (defvar comment-style (quote plain) "\ | ||
| 10441 | *Style to be used for `comment-region'. | ||
| 10442 | See `comment-styles' for a list of available styles.") | ||
| 10443 | |||
| 10444 | (defvar comment-padding " " "\ | ||
| 10445 | Padding string that `comment-region' puts between comment chars and text. | ||
| 10446 | Can also be an integer which will be automatically turned into a string | ||
| 10447 | of the corresponding number of spaces. | ||
| 10448 | |||
| 10449 | Extra spacing between the comment characters and the comment text | ||
| 10450 | makes the comment easier to read. Default is 1. nil means 0.") | ||
| 10451 | |||
| 10452 | (defvar comment-multi-line nil "\ | ||
| 10453 | *Non-nil means \\[indent-new-comment-line] should continue same comment | ||
| 10454 | on new line, with no new terminator or starter. | ||
| 10455 | This is obsolete because you might as well use \\[newline-and-indent].") | ||
| 10456 | |||
| 10457 | (autoload (quote comment-indent) "newcomment" "\ | ||
| 10458 | Indent this line's comment to comment column, or insert an empty comment. | ||
| 10459 | If CONTINUE is non-nil, use the `comment-continuation' markers if any." t nil) | ||
| 10460 | |||
| 10461 | (autoload (quote comment-set-column) "newcomment" "\ | ||
| 10462 | Set the comment column based on point. | ||
| 10463 | With no ARG, set the comment column to the current column. | ||
| 10464 | With just minus as arg, kill any comment on this line. | ||
| 10465 | With any other arg, set comment column to indentation of the previous comment | ||
| 10466 | and then align or create a comment on this line at that column." t nil) | ||
| 10467 | |||
| 10468 | (autoload (quote comment-kill) "newcomment" "\ | ||
| 10469 | Kill the comment on this line, if any. | ||
| 10470 | With prefix ARG, kill comments on that many lines starting with this one." t nil) | ||
| 10471 | |||
| 10472 | (autoload (quote uncomment-region) "newcomment" "\ | ||
| 10473 | Uncomment each line in the BEG..END region. | ||
| 10474 | The numeric prefix ARG can specify a number of chars to remove from the | ||
| 10475 | comment markers." t nil) | ||
| 10476 | |||
| 10477 | (autoload (quote comment-region) "newcomment" "\ | ||
| 10478 | Comment or uncomment each line in the region. | ||
| 10479 | With just \\[universal-prefix] prefix arg, uncomment each line in region BEG..END. | ||
| 10480 | Numeric prefix arg ARG means use ARG comment characters. | ||
| 10481 | If ARG is negative, delete that many comment characters instead. | ||
| 10482 | By default, comments start at the left margin, are terminated on each line, | ||
| 10483 | even for syntax in which newline does not end the comment and blank lines | ||
| 10484 | do not get comments. This can be changed with `comment-style'. | ||
| 10485 | |||
| 10486 | The strings used as comment starts are built from | ||
| 10487 | `comment-start' without trailing spaces and `comment-padding'." t nil) | ||
| 10488 | |||
| 10489 | (autoload (quote comment-dwim) "newcomment" "\ | ||
| 10490 | Call the comment command you want (Do What I Mean). | ||
| 10491 | If the region is active and `transient-mark-mode' is on, call | ||
| 10492 | `comment-region' (unless it only consists in comments, in which | ||
| 10493 | case it calls `uncomment-region'). | ||
| 10494 | Else, if the current line is empty, insert a comment and indent it. | ||
| 10495 | Else if a prefix ARG is specified, call `comment-kill'. | ||
| 10496 | Else, call `comment-indent'." t nil) | ||
| 10497 | |||
| 10498 | (autoload (quote comment-indent-new-line) "newcomment" "\ | ||
| 10499 | Break line at point and indent, continuing comment if within one. | ||
| 10500 | This indents the body of the continued comment | ||
| 10501 | under the previous comment line. | ||
| 10502 | |||
| 10503 | This command is intended for styles where you write a comment per line, | ||
| 10504 | starting a new comment (and terminating it if necessary) on each line. | ||
| 10505 | If you want to continue one comment across several lines, use \\[newline-and-indent]. | ||
| 10506 | |||
| 10507 | If a fill column is specified, it overrides the use of the comment column | ||
| 10508 | or comment indentation. | ||
| 10509 | |||
| 10510 | The inserted newline is marked hard if variable `use-hard-newlines' is true, | ||
| 10511 | unless optional argument SOFT is non-nil." t nil) | ||
| 10512 | |||
| 10513 | ;;;*** | ||
| 10514 | |||
| 10382 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14030 | 10515 | ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (14030 |
| 10383 | ;;;;;; 49432)) | 10516 | ;;;;;; 49432)) |
| 10384 | ;;; Generated autoloads from gnus/nndoc.el | 10517 | ;;; Generated autoloads from gnus/nndoc.el |
| @@ -10693,8 +10826,8 @@ in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." t ni | |||
| 10693 | 10826 | ||
| 10694 | ;;;*** | 10827 | ;;;*** |
| 10695 | 10828 | ||
| 10696 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (14507 | 10829 | ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (14627 |
| 10697 | ;;;;;; 63078)) | 10830 | ;;;;;; 63384)) |
| 10698 | ;;; Generated autoloads from progmodes/pascal.el | 10831 | ;;; Generated autoloads from progmodes/pascal.el |
| 10699 | 10832 | ||
| 10700 | (autoload (quote pascal-mode) "pascal" "\ | 10833 | (autoload (quote pascal-mode) "pascal" "\ |
| @@ -10883,7 +11016,7 @@ Anything else means to do it only if the prefix arg is equal to this value.") | |||
| 10883 | ;;;*** | 11016 | ;;;*** |
| 10884 | 11017 | ||
| 10885 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 11018 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 10886 | ;;;;;; (13639 61036)) | 11019 | ;;;;;; (14644 9538)) |
| 10887 | ;;; Generated autoloads from progmodes/perl-mode.el | 11020 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 10888 | 11021 | ||
| 10889 | (autoload (quote perl-mode) "perl-mode" "\ | 11022 | (autoload (quote perl-mode) "perl-mode" "\ |
| @@ -11214,7 +11347,7 @@ This checks if all multi-byte characters in the region are printable or not." ni | |||
| 11214 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 11347 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 11215 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 11348 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 11216 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" | 11349 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" |
| 11217 | ;;;;;; "ps-print.el" (14602 58229)) | 11350 | ;;;;;; "ps-print.el" (14654 17854)) |
| 11218 | ;;; Generated autoloads from ps-print.el | 11351 | ;;; Generated autoloads from ps-print.el |
| 11219 | 11352 | ||
| 11220 | (defvar ps-paper-type (quote letter) "\ | 11353 | (defvar ps-paper-type (quote letter) "\ |
| @@ -11351,7 +11484,7 @@ If EXTENSION is any other symbol, it is ignored." nil nil) | |||
| 11351 | ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal | 11484 | ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal |
| 11352 | ;;;;;; quail-defrule quail-install-map quail-define-rules quail-set-keyboard-layout | 11485 | ;;;;;; quail-defrule quail-install-map quail-define-rules quail-set-keyboard-layout |
| 11353 | ;;;;;; quail-define-package quail-use-package) "quail" "international/quail.el" | 11486 | ;;;;;; quail-define-package quail-use-package) "quail" "international/quail.el" |
| 11354 | ;;;;;; (14551 28773)) | 11487 | ;;;;;; (14644 61013)) |
| 11355 | ;;; Generated autoloads from international/quail.el | 11488 | ;;; Generated autoloads from international/quail.el |
| 11356 | 11489 | ||
| 11357 | (autoload (quote quail-use-package) "quail" "\ | 11490 | (autoload (quote quail-use-package) "quail" "\ |
| @@ -11574,8 +11707,8 @@ Call up the RE Builder for the current window." t nil) | |||
| 11574 | ;;;*** | 11707 | ;;;*** |
| 11575 | 11708 | ||
| 11576 | ;;;### (autoloads (recentf-open-more-files recentf-cleanup recentf-edit-list | 11709 | ;;;### (autoloads (recentf-open-more-files recentf-cleanup recentf-edit-list |
| 11577 | ;;;;;; recentf-save-list recentf-mode) "recentf" "recentf.el" (14539 | 11710 | ;;;;;; recentf-save-list recentf-mode) "recentf" "recentf.el" (14654 |
| 11578 | ;;;;;; 49146)) | 11711 | ;;;;;; 24504)) |
| 11579 | ;;; Generated autoloads from recentf.el | 11712 | ;;; Generated autoloads from recentf.el |
| 11580 | 11713 | ||
| 11581 | (autoload (quote recentf-mode) "recentf" "\ | 11714 | (autoload (quote recentf-mode) "recentf" "\ |
| @@ -11832,7 +11965,7 @@ can be modified by the global variable `repeat-on-final-keystroke'." t nil) | |||
| 11832 | ;;;*** | 11965 | ;;;*** |
| 11833 | 11966 | ||
| 11834 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" | 11967 | ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el" |
| 11835 | ;;;;;; (14356 24412)) | 11968 | ;;;;;; (14638 40777)) |
| 11836 | ;;; Generated autoloads from mail/reporter.el | 11969 | ;;; Generated autoloads from mail/reporter.el |
| 11837 | 11970 | ||
| 11838 | (autoload (quote reporter-submit-bug-report) "reporter" "\ | 11971 | (autoload (quote reporter-submit-bug-report) "reporter" "\ |
| @@ -11841,6 +11974,9 @@ Begin submitting a bug report via email. | |||
| 11841 | ADDRESS is the email address for the package's maintainer. PKGNAME is | 11974 | ADDRESS is the email address for the package's maintainer. PKGNAME is |
| 11842 | the name of the package (if you want to include version numbers, | 11975 | the name of the package (if you want to include version numbers, |
| 11843 | you must put them into PKGNAME before calling this function). | 11976 | you must put them into PKGNAME before calling this function). |
| 11977 | Optional PRE-HOOKS and POST-HOOKS are passed to `reporter-dump-state'. | ||
| 11978 | Optional SALUTATION is inserted at the top of the mail buffer, | ||
| 11979 | and point is left after the salutation. | ||
| 11844 | 11980 | ||
| 11845 | VARLIST is the list of variables to dump (see `reporter-dump-state' | 11981 | VARLIST is the list of variables to dump (see `reporter-dump-state' |
| 11846 | for details). The optional argument PRE-HOOKS and POST-HOOKS are | 11982 | for details). The optional argument PRE-HOOKS and POST-HOOKS are |
| @@ -11894,7 +12030,7 @@ Clear out the file used for transmitting args when Emacs resumes." nil nil) | |||
| 11894 | ;;;*** | 12030 | ;;;*** |
| 11895 | 12031 | ||
| 11896 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" | 12032 | ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el" |
| 11897 | ;;;;;; (14283 6810)) | 12033 | ;;;;;; (14634 20460)) |
| 11898 | ;;; Generated autoloads from emacs-lisp/ring.el | 12034 | ;;; Generated autoloads from emacs-lisp/ring.el |
| 11899 | 12035 | ||
| 11900 | (autoload (quote ring-p) "ring" "\ | 12036 | (autoload (quote ring-p) "ring" "\ |
| @@ -11954,7 +12090,7 @@ variable." t nil) | |||
| 11954 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 12090 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 11955 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 12091 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 11956 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 12092 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 11957 | ;;;;;; "rmail" "mail/rmail.el" (14623 46032)) | 12093 | ;;;;;; "rmail" "mail/rmail.el" (14643 46447)) |
| 11958 | ;;; Generated autoloads from mail/rmail.el | 12094 | ;;; Generated autoloads from mail/rmail.el |
| 11959 | 12095 | ||
| 11960 | (defvar rmail-dont-reply-to-names nil "\ | 12096 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -12185,7 +12321,7 @@ If FILE-NAME is empty, remove any existing inbox list." t nil) | |||
| 12185 | 12321 | ||
| 12186 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output | 12322 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output |
| 12187 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" | 12323 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" |
| 12188 | ;;;;;; "mail/rmailout.el" (14179 6393)) | 12324 | ;;;;;; "mail/rmailout.el" (14636 62741)) |
| 12189 | ;;; Generated autoloads from mail/rmailout.el | 12325 | ;;; Generated autoloads from mail/rmailout.el |
| 12190 | 12326 | ||
| 12191 | (defvar rmail-output-file-alist nil "\ | 12327 | (defvar rmail-output-file-alist nil "\ |
| @@ -12208,7 +12344,10 @@ The default file name comes from `rmail-default-rmail-file', | |||
| 12208 | which is updated to the name you use in this command. | 12344 | which is updated to the name you use in this command. |
| 12209 | 12345 | ||
| 12210 | A prefix argument N says to output N consecutive messages | 12346 | A prefix argument N says to output N consecutive messages |
| 12211 | starting with the current one. Deleted messages are skipped and don't count." t nil) | 12347 | starting with the current one. Deleted messages are skipped and don't count. |
| 12348 | |||
| 12349 | If optional argument STAY is non-nil, then leave the last filed | ||
| 12350 | mesasge up instead of moving forward to the next non-deleted message." t nil) | ||
| 12212 | 12351 | ||
| 12213 | (defvar rmail-fields-not-to-output nil "\ | 12352 | (defvar rmail-fields-not-to-output nil "\ |
| 12214 | *Regexp describing fields to exclude when outputting a message to a file.") | 12353 | *Regexp describing fields to exclude when outputting a message to a file.") |
| @@ -12278,7 +12417,7 @@ KEYWORDS is a comma-separated list of labels." t nil) | |||
| 12278 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp | 12417 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp |
| 12279 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary | 12418 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary |
| 12280 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) | 12419 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) |
| 12281 | ;;;;;; "rmailsum" "mail/rmailsum.el" (14597 48840)) | 12420 | ;;;;;; "rmailsum" "mail/rmailsum.el" (14637 38354)) |
| 12282 | ;;; Generated autoloads from mail/rmailsum.el | 12421 | ;;; Generated autoloads from mail/rmailsum.el |
| 12283 | 12422 | ||
| 12284 | (defvar rmail-summary-scroll-between-messages t "\ | 12423 | (defvar rmail-summary-scroll-between-messages t "\ |
| @@ -12708,7 +12847,7 @@ To work around that, do: | |||
| 12708 | ;;;*** | 12847 | ;;;*** |
| 12709 | 12848 | ||
| 12710 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 12849 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 12711 | ;;;;;; (14624 22794)) | 12850 | ;;;;;; (14651 36906)) |
| 12712 | ;;; Generated autoloads from progmodes/sh-script.el | 12851 | ;;; Generated autoloads from progmodes/sh-script.el |
| 12713 | 12852 | ||
| 12714 | (put (quote sh-mode) (quote mode-class) (quote special)) | 12853 | (put (quote sh-mode) (quote mode-class) (quote special)) |
| @@ -13024,8 +13163,8 @@ symmetrical ones, and the same character twice for the others." t nil) | |||
| 13024 | 13163 | ||
| 13025 | ;;;*** | 13164 | ;;;*** |
| 13026 | 13165 | ||
| 13027 | ;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (14552 | 13166 | ;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (14637 |
| 13028 | ;;;;;; 48942)) | 13167 | ;;;;;; 38212)) |
| 13029 | ;;; Generated autoloads from smerge-mode.el | 13168 | ;;; Generated autoloads from smerge-mode.el |
| 13030 | 13169 | ||
| 13031 | (autoload (quote smerge-mode) "smerge-mode" "\ | 13170 | (autoload (quote smerge-mode) "smerge-mode" "\ |
| @@ -13351,7 +13490,7 @@ From a program takes two point or marker arguments, BEG and END." t nil) | |||
| 13351 | ;;;*** | 13490 | ;;;*** |
| 13352 | 13491 | ||
| 13353 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 13492 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 13354 | ;;;;;; "speedbar.el" (14625 15888)) | 13493 | ;;;;;; "speedbar.el" (14642 23986)) |
| 13355 | ;;; Generated autoloads from speedbar.el | 13494 | ;;; Generated autoloads from speedbar.el |
| 13356 | 13495 | ||
| 13357 | (defalias (quote speedbar) (quote speedbar-frame-mode)) | 13496 | (defalias (quote speedbar) (quote speedbar-frame-mode)) |
| @@ -13637,7 +13776,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil) | |||
| 13637 | 13776 | ||
| 13638 | ;;;*** | 13777 | ;;;*** |
| 13639 | 13778 | ||
| 13640 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (14495 17995)) | 13779 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (14651 36595)) |
| 13641 | ;;; Generated autoloads from tar-mode.el | 13780 | ;;; Generated autoloads from tar-mode.el |
| 13642 | 13781 | ||
| 13643 | (autoload (quote tar-mode) "tar-mode" "\ | 13782 | (autoload (quote tar-mode) "tar-mode" "\ |
| @@ -13659,7 +13798,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 13659 | ;;;*** | 13798 | ;;;*** |
| 13660 | 13799 | ||
| 13661 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 13800 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 13662 | ;;;;;; "progmodes/tcl.el" (14248 50428)) | 13801 | ;;;;;; "progmodes/tcl.el" (14651 36906)) |
| 13663 | ;;; Generated autoloads from progmodes/tcl.el | 13802 | ;;; Generated autoloads from progmodes/tcl.el |
| 13664 | 13803 | ||
| 13665 | (autoload (quote tcl-mode) "tcl" "\ | 13804 | (autoload (quote tcl-mode) "tcl" "\ |
| @@ -14218,7 +14357,7 @@ Info `g*' command is inadequate." t nil) | |||
| 14218 | 14357 | ||
| 14219 | ;;;### (autoloads (thai-composition-function thai-post-read-conversion | 14358 | ;;;### (autoloads (thai-composition-function thai-post-read-conversion |
| 14220 | ;;;;;; thai-compose-buffer thai-compose-string thai-compose-region) | 14359 | ;;;;;; thai-compose-buffer thai-compose-string thai-compose-region) |
| 14221 | ;;;;;; "thai-util" "language/thai-util.el" (14623 45991)) | 14360 | ;;;;;; "thai-util" "language/thai-util.el" (14647 32047)) |
| 14222 | ;;; Generated autoloads from language/thai-util.el | 14361 | ;;; Generated autoloads from language/thai-util.el |
| 14223 | 14362 | ||
| 14224 | (autoload (quote thai-compose-region) "thai-util" "\ | 14363 | (autoload (quote thai-compose-region) "thai-util" "\ |
| @@ -14246,7 +14385,7 @@ The return value is number of composed characters." nil nil) | |||
| 14246 | 14385 | ||
| 14247 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point | 14386 | ;;;### (autoloads (list-at-point number-at-point symbol-at-point |
| 14248 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) | 14387 | ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing) |
| 14249 | ;;;;;; "thingatpt" "thingatpt.el" (14495 17997)) | 14388 | ;;;;;; "thingatpt" "thingatpt.el" (14655 35092)) |
| 14250 | ;;; Generated autoloads from thingatpt.el | 14389 | ;;; Generated autoloads from thingatpt.el |
| 14251 | 14390 | ||
| 14252 | (autoload (quote forward-thing) "thingatpt" "\ | 14391 | (autoload (quote forward-thing) "thingatpt" "\ |
| @@ -14285,9 +14424,10 @@ a symbol as a valid THING." nil nil) | |||
| 14285 | 14424 | ||
| 14286 | ;;;### (autoloads (tibetan-pre-write-conversion tibetan-post-read-conversion | 14425 | ;;;### (autoloads (tibetan-pre-write-conversion tibetan-post-read-conversion |
| 14287 | ;;;;;; tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function | 14426 | ;;;;;; tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function |
| 14288 | ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan | 14427 | ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region |
| 14289 | ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" | 14428 | ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription |
| 14290 | ;;;;;; "language/tibet-util.el" (14623 45991)) | 14429 | ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (14647 |
| 14430 | ;;;;;; 32047)) | ||
| 14291 | ;;; Generated autoloads from language/tibet-util.el | 14431 | ;;; Generated autoloads from language/tibet-util.el |
| 14292 | 14432 | ||
| 14293 | (autoload (quote tibetan-char-p) "tibet-util" "\ | 14433 | (autoload (quote tibetan-char-p) "tibet-util" "\ |
| @@ -14307,9 +14447,15 @@ Compose Tibetan string STR." nil nil) | |||
| 14307 | (autoload (quote tibetan-compose-region) "tibet-util" "\ | 14447 | (autoload (quote tibetan-compose-region) "tibet-util" "\ |
| 14308 | Compose Tibetan text the region BEG and END." t nil) | 14448 | Compose Tibetan text the region BEG and END." t nil) |
| 14309 | 14449 | ||
| 14310 | (defalias (quote tibetan-decompose-region) (quote decompose-region)) | 14450 | (autoload (quote tibetan-decompose-region) "tibet-util" "\ |
| 14451 | Decompose Tibetan text in the region FROM and TO. | ||
| 14452 | This is different from decompose-region because precomposed Tibetan characters | ||
| 14453 | are decomposed into normal Tiebtan character sequences." t nil) | ||
| 14311 | 14454 | ||
| 14312 | (defalias (quote tibetan-decompose-string) (quote decompose-string)) | 14455 | (autoload (quote tibetan-decompose-string) "tibet-util" "\ |
| 14456 | Decompose Tibetan string STR. | ||
| 14457 | This is different from decompose-string because precomposed Tibetan characters | ||
| 14458 | are decomposed into normal Tiebtan character sequences." nil nil) | ||
| 14313 | 14459 | ||
| 14314 | (autoload (quote tibetan-composition-function) "tibet-util" nil nil nil) | 14460 | (autoload (quote tibetan-composition-function) "tibet-util" nil nil nil) |
| 14315 | 14461 | ||
| @@ -14486,7 +14632,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil | |||
| 14486 | ;;;*** | 14632 | ;;;*** |
| 14487 | 14633 | ||
| 14488 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 14634 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 14489 | ;;;;;; "tmm.el" (14467 13719)) | 14635 | ;;;;;; "tmm.el" (14642 26672)) |
| 14490 | ;;; Generated autoloads from tmm.el | 14636 | ;;; Generated autoloads from tmm.el |
| 14491 | (define-key global-map "\M-`" 'tmm-menubar) | 14637 | (define-key global-map "\M-`" 'tmm-menubar) |
| 14492 | (define-key global-map [f10] 'tmm-menubar) | 14638 | (define-key global-map [f10] 'tmm-menubar) |
| @@ -14520,7 +14666,7 @@ Its value should be an event that has a binding in MENU." nil nil) | |||
| 14520 | ;;;*** | 14666 | ;;;*** |
| 14521 | 14667 | ||
| 14522 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-insert-item) | 14668 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-insert-item) |
| 14523 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (14619 58196)) | 14669 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (14653 63363)) |
| 14524 | ;;; Generated autoloads from calendar/todo-mode.el | 14670 | ;;; Generated autoloads from calendar/todo-mode.el |
| 14525 | 14671 | ||
| 14526 | (autoload (quote todo-insert-item) "todo-mode" "\ | 14672 | (autoload (quote todo-insert-item) "todo-mode" "\ |
| @@ -14529,7 +14675,7 @@ With a prefix argument solicit the category, otherwise use the current | |||
| 14529 | category." t nil) | 14675 | category." t nil) |
| 14530 | 14676 | ||
| 14531 | (autoload (quote todo-print) "todo-mode" "\ | 14677 | (autoload (quote todo-print) "todo-mode" "\ |
| 14532 | Print todo summary using \\[todo-print-function]. | 14678 | Print todo summary using `todo-print-function'. |
| 14533 | If CATEGORY-PR-PAGE is non-nil, a page separator '^L' is inserted | 14679 | If CATEGORY-PR-PAGE is non-nil, a page separator '^L' is inserted |
| 14534 | between each category. | 14680 | between each category. |
| 14535 | 14681 | ||
| @@ -14542,7 +14688,7 @@ Major mode for editing TODO lists. | |||
| 14542 | \\{todo-mode-map}" t nil) | 14688 | \\{todo-mode-map}" t nil) |
| 14543 | 14689 | ||
| 14544 | (autoload (quote todo-cp) "todo-mode" "\ | 14690 | (autoload (quote todo-cp) "todo-mode" "\ |
| 14545 | Make a diary entry appear only in the current date's diary" nil nil) | 14691 | Make a diary entry appear only in the current date's diary." nil nil) |
| 14546 | 14692 | ||
| 14547 | (autoload (quote todo-show) "todo-mode" "\ | 14693 | (autoload (quote todo-show) "todo-mode" "\ |
| 14548 | Show TODO list." t nil) | 14694 | Show TODO list." t nil) |
| @@ -15610,7 +15756,7 @@ Turn on VIP emulation of VI." t nil) | |||
| 15610 | ;;;*** | 15756 | ;;;*** |
| 15611 | 15757 | ||
| 15612 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" | 15758 | ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" |
| 15613 | ;;;;;; (14522 27540)) | 15759 | ;;;;;; (14651 36650)) |
| 15614 | ;;; Generated autoloads from emulation/viper.el | 15760 | ;;; Generated autoloads from emulation/viper.el |
| 15615 | 15761 | ||
| 15616 | (autoload (quote toggle-viper-mode) "viper" "\ | 15762 | (autoload (quote toggle-viper-mode) "viper" "\ |
| @@ -15663,7 +15809,7 @@ and off otherwise." t nil) | |||
| 15663 | 15809 | ||
| 15664 | ;;;### (autoloads (whitespace-describe whitespace-cleanup-region | 15810 | ;;;### (autoloads (whitespace-describe whitespace-cleanup-region |
| 15665 | ;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace" | 15811 | ;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace" |
| 15666 | ;;;;;; "whitespace.el" (14495 17999)) | 15812 | ;;;;;; "whitespace.el" (14655 26079)) |
| 15667 | ;;; Generated autoloads from whitespace.el | 15813 | ;;; Generated autoloads from whitespace.el |
| 15668 | 15814 | ||
| 15669 | (autoload (quote whitespace-buffer) "whitespace" "\ | 15815 | (autoload (quote whitespace-buffer) "whitespace" "\ |
| @@ -15766,7 +15912,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil) | |||
| 15766 | ;;;*** | 15912 | ;;;*** |
| 15767 | 15913 | ||
| 15768 | ;;;### (autoloads (widget-delete widget-create widget-prompt-value) | 15914 | ;;;### (autoloads (widget-delete widget-create widget-prompt-value) |
| 15769 | ;;;;;; "wid-edit" "wid-edit.el" (14606 42158)) | 15915 | ;;;;;; "wid-edit" "wid-edit.el" (14651 36596)) |
| 15770 | ;;; Generated autoloads from wid-edit.el | 15916 | ;;; Generated autoloads from wid-edit.el |
| 15771 | 15917 | ||
| 15772 | (autoload (quote widget-prompt-value) "wid-edit" "\ | 15918 | (autoload (quote widget-prompt-value) "wid-edit" "\ |
| @@ -15774,7 +15920,7 @@ Prompt for a value matching WIDGET, using PROMPT. | |||
| 15774 | The current value is assumed to be VALUE, unless UNBOUND is non-nil." nil nil) | 15920 | The current value is assumed to be VALUE, unless UNBOUND is non-nil." nil nil) |
| 15775 | 15921 | ||
| 15776 | (autoload (quote widget-create) "wid-edit" "\ | 15922 | (autoload (quote widget-create) "wid-edit" "\ |
| 15777 | Create widget of TYPE. | 15923 | Create widget of TYPE. |
| 15778 | The optional ARGS are additional keyword arguments." nil nil) | 15924 | The optional ARGS are additional keyword arguments." nil nil) |
| 15779 | 15925 | ||
| 15780 | (autoload (quote widget-delete) "wid-edit" "\ | 15926 | (autoload (quote widget-delete) "wid-edit" "\ |
| @@ -15844,11 +15990,11 @@ With arg, turn Winner mode on if and only if arg is positive." t nil) | |||
| 15844 | ;;;*** | 15990 | ;;;*** |
| 15845 | 15991 | ||
| 15846 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" | 15992 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" |
| 15847 | ;;;;;; "woman.el" (14614 53233)) | 15993 | ;;;;;; "woman.el" (14636 62704)) |
| 15848 | ;;; Generated autoloads from woman.el | 15994 | ;;; Generated autoloads from woman.el |
| 15849 | 15995 | ||
| 15850 | (autoload (quote woman) "woman" "\ | 15996 | (autoload (quote woman) "woman" "\ |
| 15851 | Browse a UN*X man page for TOPIC WithOut using a `man' program. | 15997 | Browse UN*X man page for TOPIC (Without using external Man program). |
| 15852 | The major browsing mode used is essentially the standard Man mode. | 15998 | The major browsing mode used is essentially the standard Man mode. |
| 15853 | Choose the filename for the man page using completion, based on the | 15999 | Choose the filename for the man page using completion, based on the |
| 15854 | topic selected from the directories specified in `woman-manpath' and | 16000 | topic selected from the directories specified in `woman-manpath' and |
| @@ -15856,9 +16002,8 @@ topic selected from the directories specified in `woman-manpath' and | |||
| 15856 | speed, but a non-nil interactive argument forces the caches to be | 16002 | speed, but a non-nil interactive argument forces the caches to be |
| 15857 | updated (e.g. to re-interpret the current directory). | 16003 | updated (e.g. to re-interpret the current directory). |
| 15858 | 16004 | ||
| 15859 | Used non-interactively, arguments are optional: if they are given then | 16005 | Used non-interactively, arguments are optional: if given then TOPIC |
| 15860 | the argument TOPIC should be a topic string and the RE-CACHE may be | 16006 | should be a topic string and non-nil RE-CACHE forces re-caching." t nil) |
| 15861 | non-nil to force re-caching." t nil) | ||
| 15862 | 16007 | ||
| 15863 | (autoload (quote woman-dired-find-file) "woman" "\ | 16008 | (autoload (quote woman-dired-find-file) "woman" "\ |
| 15864 | In dired, run the WoMan man-page browser on this file." t nil) | 16009 | In dired, run the WoMan man-page browser on this file." t nil) |
| @@ -15867,7 +16012,7 @@ In dired, run the WoMan man-page browser on this file." t nil) | |||
| 15867 | Find, decode and browse a specific UN*X man-page source file FILE-NAME. | 16012 | Find, decode and browse a specific UN*X man-page source file FILE-NAME. |
| 15868 | Use existing buffer if possible; reformat only if prefix arg given. | 16013 | Use existing buffer if possible; reformat only if prefix arg given. |
| 15869 | When called interactively, optional argument REFORMAT forces reformatting | 16014 | When called interactively, optional argument REFORMAT forces reformatting |
| 15870 | of existing WoMan buffers formatted earlier. | 16015 | of an existing WoMan buffer formatted earlier. |
| 15871 | No external programs are used, except that `gunzip' will be used to | 16016 | No external programs are used, except that `gunzip' will be used to |
| 15872 | decompress the file if appropriate. See the documentation for the | 16017 | decompress the file if appropriate. See the documentation for the |
| 15873 | `woman' command for further details." t nil) | 16018 | `woman' command for further details." t nil) |