diff options
| author | Gerd Moellmann | 2001-07-13 10:39:10 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-13 10:39:10 +0000 |
| commit | 09938b67891074c17722e8e438fdd621fcb291e8 (patch) | |
| tree | 84aacc4e44c50858526d5191e5eca5177120bcb9 | |
| parent | a6cfdbe4b14647ba2ca9b0355cb99fa9d714694f (diff) | |
| download | emacs-09938b67891074c17722e8e438fdd621fcb291e8.tar.gz emacs-09938b67891074c17722e8e438fdd621fcb291e8.zip | |
*** empty log message ***emacs-pretest-21.0.104
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/cus-load.el | 14 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 299 |
3 files changed, 179 insertions, 140 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc2ef27d1f7..32bb7c9ef8a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | 2001-07-13 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * play/fortune.el: Add types to defcustoms. | ||
| 4 | |||
| 1 | 2001-07-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 5 | 2001-07-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 6 | ||
| 3 | * language/czech.el: a fix to follow coding conventions. | 7 | * language/czech.el: A fix to follow coding conventions. |
| 4 | 8 | ||
| 5 | 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il> | 9 | 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
| 6 | 10 | ||
diff --git a/lisp/cus-load.el b/lisp/cus-load.el index 64bf8286083..0278300b92d 100644 --- a/lisp/cus-load.el +++ b/lisp/cus-load.el | |||
| @@ -74,8 +74,8 @@ | |||
| 74 | (put 'gnus-start 'custom-loads '("gnus-group" "gnus-int" "gnus-start" "gnus-util" "gnus")) | 74 | (put 'gnus-start 'custom-loads '("gnus-group" "gnus-int" "gnus-start" "gnus-util" "gnus")) |
| 75 | (put 'dcl 'custom-loads '("dcl-mode")) | 75 | (put 'dcl 'custom-loads '("dcl-mode")) |
| 76 | (put 'cursor 'custom-loads '("frame")) | 76 | (put 'cursor 'custom-loads '("frame")) |
| 77 | (put 'ogonek 'custom-loads '("ogonek")) | ||
| 78 | (put 'gnus-extract-view 'custom-loads '("gnus-sum" "gnus-uu")) | 77 | (put 'gnus-extract-view 'custom-loads '("gnus-sum" "gnus-uu")) |
| 78 | (put 'ogonek 'custom-loads '("ogonek")) | ||
| 79 | (put 'dired-keys 'custom-loads '("dired-x")) | 79 | (put 'dired-keys 'custom-loads '("dired-x")) |
| 80 | (put 'lisp-mnt 'custom-loads '("lisp-mnt")) | 80 | (put 'lisp-mnt 'custom-loads '("lisp-mnt")) |
| 81 | (put 'ediff-mult 'custom-loads '("ediff-mult")) | 81 | (put 'ediff-mult 'custom-loads '("ediff-mult")) |
| @@ -491,7 +491,7 @@ | |||
| 491 | (put 'reftex-index-support 'custom-loads '("reftex-vars")) | 491 | (put 'reftex-index-support 'custom-loads '("reftex-vars")) |
| 492 | (put 'pascal 'custom-loads '("pascal")) | 492 | (put 'pascal 'custom-loads '("pascal")) |
| 493 | (put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum")) | 493 | (put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum")) |
| 494 | (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "timeclock" "snmp-mode")) | 494 | (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "snmp-mode" "timeclock")) |
| 495 | (put 'mail 'custom-loads '("simple" "startup" "time" "eudc-vars" "gnus" "mail-utils" "mm-decode" "message" "imap" "starttls" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune")) | 495 | (put 'mail 'custom-loads '("simple" "startup" "time" "eudc-vars" "gnus" "mail-utils" "mm-decode" "message" "imap" "starttls" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune")) |
| 496 | (put 'paren-blinking 'custom-loads '("simple")) | 496 | (put 'paren-blinking 'custom-loads '("simple")) |
| 497 | (put 'gnus-summary-sort 'custom-loads '("gnus-sum")) | 497 | (put 'gnus-summary-sort 'custom-loads '("gnus-sum")) |
| @@ -532,7 +532,7 @@ | |||
| 532 | (put 'ebnf-special 'custom-loads '("ebnf2ps")) | 532 | (put 'ebnf-special 'custom-loads '("ebnf2ps")) |
| 533 | (put 'gnus-article-highlight 'custom-loads '("gnus-art")) | 533 | (put 'gnus-article-highlight 'custom-loads '("gnus-art")) |
| 534 | (put 'tooltip 'custom-loads '("tooltip")) | 534 | (put 'tooltip 'custom-loads '("tooltip")) |
| 535 | (put 'gud 'custom-loads '("gud")) | 535 | (put 'gud 'custom-loads '("gud" "tooltip")) |
| 536 | (put 'c-macro 'custom-loads '("cmacexp")) | 536 | (put 'c-macro 'custom-loads '("cmacexp")) |
| 537 | (put 'gnus-cache 'custom-loads '("gnus-cache" "gnus")) | 537 | (put 'gnus-cache 'custom-loads '("gnus-cache" "gnus")) |
| 538 | (put 'eshell-module 'custom-loads '("esh-groups" "esh-module")) | 538 | (put 'eshell-module 'custom-loads '("esh-groups" "esh-module")) |
| @@ -567,7 +567,7 @@ | |||
| 567 | (put 'glasses 'custom-loads '("glasses")) | 567 | (put 'glasses 'custom-loads '("glasses")) |
| 568 | (put 'vhdl-style 'custom-loads '("vhdl-mode")) | 568 | (put 'vhdl-style 'custom-loads '("vhdl-mode")) |
| 569 | (put 'tempo 'custom-loads '("tempo")) | 569 | (put 'tempo 'custom-loads '("tempo")) |
| 570 | (put 'c 'custom-loads '("tooltip" "cc-vars" "cmacexp" "cpp" "hideif")) | 570 | (put 'c 'custom-loads '("cc-vars" "cmacexp" "cpp" "hideif")) |
| 571 | (put 'nnmail-prepare 'custom-loads '("nnmail")) | 571 | (put 'nnmail-prepare 'custom-loads '("nnmail")) |
| 572 | (put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "rcompile" "rlogin" "metamail" "compile" "sql" "flyspell")) | 572 | (put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "rcompile" "rlogin" "metamail" "compile" "sql" "flyspell")) |
| 573 | (put 'ebnf2ps 'custom-loads '("ebnf2ps")) | 573 | (put 'ebnf2ps 'custom-loads '("ebnf2ps")) |
| @@ -711,6 +711,8 @@ the tasks accomplished by such tools.") | |||
| 711 | (custom-put-if-not 'change-log-email-face 'group-documentation nil) | 711 | (custom-put-if-not 'change-log-email-face 'group-documentation nil) |
| 712 | (custom-put-if-not 'mouse 'custom-version "21.1") | 712 | (custom-put-if-not 'mouse 'custom-version "21.1") |
| 713 | (custom-put-if-not 'mouse 'group-documentation "Input from the mouse.") | 713 | (custom-put-if-not 'mouse 'group-documentation "Input from the mouse.") |
| 714 | (custom-put-if-not 'browse-url-kde-program 'custom-version "21.1") | ||
| 715 | (custom-put-if-not 'browse-url-kde-program 'standard-value t) | ||
| 714 | (custom-put-if-not 'snmp 'custom-version "20.4") | 716 | (custom-put-if-not 'snmp 'custom-version "20.4") |
| 715 | (custom-put-if-not 'snmp 'group-documentation "Mode for editing SNMP MIB files.") | 717 | (custom-put-if-not 'snmp 'group-documentation "Mode for editing SNMP MIB files.") |
| 716 | (custom-put-if-not 'widget-image-enable 'custom-version "21.1") | 718 | (custom-put-if-not 'widget-image-enable 'custom-version "21.1") |
| @@ -980,6 +982,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 980 | (custom-put-if-not 'nnmail-scan-directory-mail-source-once 'standard-value t) | 982 | (custom-put-if-not 'nnmail-scan-directory-mail-source-once 'standard-value t) |
| 981 | (custom-put-if-not 'gnus-preserve-marks 'custom-version "21.1") | 983 | (custom-put-if-not 'gnus-preserve-marks 'custom-version "21.1") |
| 982 | (custom-put-if-not 'gnus-preserve-marks 'standard-value t) | 984 | (custom-put-if-not 'gnus-preserve-marks 'standard-value t) |
| 985 | (custom-put-if-not 'mail-envelope-from 'custom-version "21.1") | ||
| 986 | (custom-put-if-not 'mail-envelope-from 'standard-value t) | ||
| 983 | (custom-put-if-not 'hs-minor-mode-hook 'custom-version "21.1") | 987 | (custom-put-if-not 'hs-minor-mode-hook 'custom-version "21.1") |
| 984 | (custom-put-if-not 'hs-minor-mode-hook 'standard-value t) | 988 | (custom-put-if-not 'hs-minor-mode-hook 'standard-value t) |
| 985 | (custom-put-if-not 'speedbar-indentation-width 'custom-version "21.1") | 989 | (custom-put-if-not 'speedbar-indentation-width 'custom-version "21.1") |
| @@ -1113,7 +1117,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.") | |||
| 1113 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") | 1117 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") |
| 1114 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) | 1118 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) |
| 1115 | 1119 | ||
| 1116 | (defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" "compile") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "rmailedit" "dabbrev" "isearch" "gnus-start" "mule" "hideshow" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "fortran" "vc" "etags" "cus-edit" "frame" "vc-sccs" "gnus-group" "gnus-sum" "smtpmail" "add-log" "find-func" "wid-edit" "vc-rcs" "files" "nnmail" "message" "ps-print" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql")) | 1120 | (defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" "compile") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "rmailedit" "dabbrev" "isearch" "gnus-start" "mule" "hideshow" "sendmail" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "fortran" "vc" "etags" "cus-edit" "frame" "vc-sccs" "gnus-group" "gnus-sum" "smtpmail" "add-log" "find-func" "wid-edit" "vc-rcs" "files" "nnmail" "message" "ps-print" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql")) |
| 1117 | "For internal use by custom.") | 1121 | "For internal use by custom.") |
| 1118 | 1122 | ||
| 1119 | (provide 'cus-load) | 1123 | (provide 'cus-load) |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index 7daa55264d0..b91f802e1f9 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 | ;;;;;; (14977 55687)) | 55 | ;;;;;; (15181 24732)) |
| 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" "\ |
| @@ -217,8 +217,8 @@ Fix any old-style date entries in the current log file to default format." t nil | |||
| 217 | ;;;*** | 217 | ;;;*** |
| 218 | 218 | ||
| 219 | ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action | 219 | ;;;### (autoloads (defadvice ad-add-advice ad-default-compilation-action |
| 220 | ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15059 | 220 | ;;;;;; ad-redefinition-action) "advice" "emacs-lisp/advice.el" (15177 |
| 221 | ;;;;;; 9082)) | 221 | ;;;;;; 43701)) |
| 222 | ;;; Generated autoloads from emacs-lisp/advice.el | 222 | ;;; Generated autoloads from emacs-lisp/advice.el |
| 223 | 223 | ||
| 224 | (defvar ad-redefinition-action (quote warn) "\ | 224 | (defvar ad-redefinition-action (quote warn) "\ |
| @@ -385,7 +385,7 @@ A replacement function for `newline-and-indent', aligning as it goes." t nil) | |||
| 385 | ;;;*** | 385 | ;;;*** |
| 386 | 386 | ||
| 387 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" | 387 | ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" |
| 388 | ;;;;;; "net/ange-ftp.el" (14868 1431)) | 388 | ;;;;;; "net/ange-ftp.el" (15177 29133)) |
| 389 | ;;; Generated autoloads from net/ange-ftp.el | 389 | ;;; Generated autoloads from net/ange-ftp.el |
| 390 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) | 390 | (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) |
| 391 | 391 | ||
| @@ -427,7 +427,7 @@ This is a good function to put in `comint-output-filter-functions'." nil nil) | |||
| 427 | ;;;*** | 427 | ;;;*** |
| 428 | 428 | ||
| 429 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) | 429 | ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) |
| 430 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (14885 13587)) | 430 | ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (15149 58431)) |
| 431 | ;;; Generated autoloads from progmodes/antlr-mode.el | 431 | ;;; Generated autoloads from progmodes/antlr-mode.el |
| 432 | 432 | ||
| 433 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ | 433 | (autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ |
| @@ -557,8 +557,8 @@ Returns list of symbols and documentation found." t nil) | |||
| 557 | 557 | ||
| 558 | ;;;*** | 558 | ;;;*** |
| 559 | 559 | ||
| 560 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (14826 | 560 | ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (15149 |
| 561 | ;;;;;; 51988)) | 561 | ;;;;;; 49402)) |
| 562 | ;;; Generated autoloads from arc-mode.el | 562 | ;;; Generated autoloads from arc-mode.el |
| 563 | 563 | ||
| 564 | (autoload (quote archive-mode) "arc-mode" "\ | 564 | (autoload (quote archive-mode) "arc-mode" "\ |
| @@ -645,8 +645,8 @@ Entering array mode calls the function `array-mode-hook'." t nil) | |||
| 645 | 645 | ||
| 646 | ;;;*** | 646 | ;;;*** |
| 647 | 647 | ||
| 648 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (14924 | 648 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (15112 |
| 649 | ;;;;;; 25355)) | 649 | ;;;;;; 54684)) |
| 650 | ;;; Generated autoloads from textmodes/artist.el | 650 | ;;; Generated autoloads from textmodes/artist.el |
| 651 | 651 | ||
| 652 | (autoload (quote artist-mode) "artist" "\ | 652 | (autoload (quote artist-mode) "artist" "\ |
| @@ -706,7 +706,7 @@ Drawing with the mouse: | |||
| 706 | Flood-fill Flood-fill Flood-fill | 706 | Flood-fill Flood-fill Flood-fill |
| 707 | -------------------------------------------------------------- | 707 | -------------------------------------------------------------- |
| 708 | 708 | ||
| 709 | * Straight lines can only go horiziontally, vertically | 709 | * Straight lines can only go horizontally, vertically |
| 710 | or diagonally. | 710 | or diagonally. |
| 711 | 711 | ||
| 712 | * Poly-lines are drawn while holding mouse-1 down. When you | 712 | * Poly-lines are drawn while holding mouse-1 down. When you |
| @@ -1103,7 +1103,7 @@ Turning on AWK mode runs `awk-mode-hook'." t nil) | |||
| 1103 | ;;;*** | 1103 | ;;;*** |
| 1104 | 1104 | ||
| 1105 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" | 1105 | ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el" |
| 1106 | ;;;;;; (14455 30228)) | 1106 | ;;;;;; (15149 49403)) |
| 1107 | ;;; Generated autoloads from emacs-lisp/backquote.el | 1107 | ;;; Generated autoloads from emacs-lisp/backquote.el |
| 1108 | 1108 | ||
| 1109 | (autoload (quote backquote) "backquote" "\ | 1109 | (autoload (quote backquote) "backquote" "\ |
| @@ -1126,7 +1126,7 @@ Vectors work just like lists. Nested backquotes are permitted." nil (quote macr | |||
| 1126 | ;;;*** | 1126 | ;;;*** |
| 1127 | 1127 | ||
| 1128 | ;;;### (autoloads (display-battery battery) "battery" "battery.el" | 1128 | ;;;### (autoloads (display-battery battery) "battery" "battery.el" |
| 1129 | ;;;;;; (14987 38427)) | 1129 | ;;;;;; (15172 27940)) |
| 1130 | ;;; Generated autoloads from battery.el | 1130 | ;;; Generated autoloads from battery.el |
| 1131 | 1131 | ||
| 1132 | (autoload (quote battery) "battery" "\ | 1132 | (autoload (quote battery) "battery" "\ |
| @@ -1378,7 +1378,7 @@ a reflection." t nil) | |||
| 1378 | ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete | 1378 | ;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete |
| 1379 | ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location | 1379 | ;;;;;; bookmark-insert bookmark-rename bookmark-insert-location |
| 1380 | ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" | 1380 | ;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark" |
| 1381 | ;;;;;; "bookmark.el" (15041 64063)) | 1381 | ;;;;;; "bookmark.el" (15158 56149)) |
| 1382 | ;;; Generated autoloads from bookmark.el | 1382 | ;;; Generated autoloads from bookmark.el |
| 1383 | (define-key ctl-x-map "rb" 'bookmark-jump) | 1383 | (define-key ctl-x-map "rb" 'bookmark-jump) |
| 1384 | (define-key ctl-x-map "rm" 'bookmark-set) | 1384 | (define-key ctl-x-map "rm" 'bookmark-set) |
| @@ -1628,18 +1628,19 @@ corresponding bookmark function from Lisp (the one without the | |||
| 1628 | 1628 | ||
| 1629 | ;;;*** | 1629 | ;;;*** |
| 1630 | 1630 | ||
| 1631 | ;;;### (autoloads (browse-url-generic browse-url-mail browse-url-mmm | 1631 | ;;;### (autoloads (browse-url-kde browse-url-generic browse-url-mail |
| 1632 | ;;;;;; browse-url-lynx-emacs browse-url-lynx-xterm browse-url-w3-gnudoit | 1632 | ;;;;;; browse-url-mmm browse-url-lynx-emacs browse-url-lynx-xterm |
| 1633 | ;;;;;; browse-url-w3 browse-url-iximosaic browse-url-cci browse-url-grail | 1633 | ;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-iximosaic |
| 1634 | ;;;;;; browse-url-mosaic browse-url-gnome-moz browse-url-netscape | 1634 | ;;;;;; browse-url-cci browse-url-grail browse-url-mosaic browse-url-gnome-moz |
| 1635 | ;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region | 1635 | ;;;;;; browse-url-netscape browse-url-at-mouse browse-url-at-point |
| 1636 | ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file | 1636 | ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file |
| 1637 | ;;;;;; browse-url-generic-program browse-url-save-file browse-url-netscape-display | 1637 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program |
| 1638 | ;;;;;; browse-url-new-window-flag browse-url-browser-function) "browse-url" | 1638 | ;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-flag |
| 1639 | ;;;;;; "net/browse-url.el" (15069 35855)) | 1639 | ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" |
| 1640 | ;;;;;; (15170 38278)) | ||
| 1640 | ;;; Generated autoloads from net/browse-url.el | 1641 | ;;; Generated autoloads from net/browse-url.el |
| 1641 | 1642 | ||
| 1642 | (defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ | 1643 | (defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ |
| 1643 | *Function to display the current buffer in a WWW browser. | 1644 | *Function to display the current buffer in a WWW browser. |
| 1644 | This is used by the `browse-url-at-point', `browse-url-at-mouse', and | 1645 | This is used by the `browse-url-at-point', `browse-url-at-mouse', and |
| 1645 | `browse-url-of-file' commands. | 1646 | `browse-url-of-file' commands. |
| @@ -1834,6 +1835,10 @@ browser is started up in a new process with possible additional arguments | |||
| 1834 | `browse-url-generic-args'. This is appropriate for browsers which | 1835 | `browse-url-generic-args'. This is appropriate for browsers which |
| 1835 | don't offer a form of remote control." t nil) | 1836 | don't offer a form of remote control." t nil) |
| 1836 | 1837 | ||
| 1838 | (autoload (quote browse-url-kde) "browse-url" "\ | ||
| 1839 | Ask the KDE WWW browser to load URL. | ||
| 1840 | Default to the URL around or before point." t nil) | ||
| 1841 | |||
| 1837 | ;;;*** | 1842 | ;;;*** |
| 1838 | 1843 | ||
| 1839 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (13607 | 1844 | ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (13607 |
| @@ -1849,7 +1854,7 @@ Return a vector containing the lines from `bruce-phrases-file'." nil nil) | |||
| 1849 | ;;;*** | 1854 | ;;;*** |
| 1850 | 1855 | ||
| 1851 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) | 1856 | ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next) |
| 1852 | ;;;;;; "bs" "bs.el" (15032 45940)) | 1857 | ;;;;;; "bs" "bs.el" (15151 3015)) |
| 1853 | ;;; Generated autoloads from bs.el | 1858 | ;;; Generated autoloads from bs.el |
| 1854 | 1859 | ||
| 1855 | (autoload (quote bs-cycle-next) "bs" "\ | 1860 | (autoload (quote bs-cycle-next) "bs" "\ |
| @@ -1884,7 +1889,7 @@ name of buffer configuration." t nil) | |||
| 1884 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile | 1889 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile |
| 1885 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file | 1890 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file |
| 1886 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" | 1891 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" |
| 1887 | ;;;;;; "emacs-lisp/bytecomp.el" (15039 12211)) | 1892 | ;;;;;; "emacs-lisp/bytecomp.el" (15122 2911)) |
| 1888 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 1893 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 1889 | 1894 | ||
| 1890 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 1895 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -1996,7 +2001,7 @@ See the documentation for `calculator-mode' for more information." t nil) | |||
| 1996 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 2001 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 1997 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset | 2002 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset |
| 1998 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" | 2003 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" |
| 1999 | ;;;;;; (15077 20758)) | 2004 | ;;;;;; (15149 49403)) |
| 2000 | ;;; Generated autoloads from calendar/calendar.el | 2005 | ;;; Generated autoloads from calendar/calendar.el |
| 2001 | 2006 | ||
| 2002 | (defvar calendar-week-start-day 0 "\ | 2007 | (defvar calendar-week-start-day 0 "\ |
| @@ -2580,7 +2585,7 @@ Key bindings: | |||
| 2580 | ;;;*** | 2585 | ;;;*** |
| 2581 | 2586 | ||
| 2582 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" | 2587 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" |
| 2583 | ;;;;;; "progmodes/cc-styles.el" (15032 34072)) | 2588 | ;;;;;; "progmodes/cc-styles.el" (15158 56150)) |
| 2584 | ;;; Generated autoloads from progmodes/cc-styles.el | 2589 | ;;; Generated autoloads from progmodes/cc-styles.el |
| 2585 | 2590 | ||
| 2586 | (autoload (quote c-set-style) "cc-styles" "\ | 2591 | (autoload (quote c-set-style) "cc-styles" "\ |
| @@ -2640,7 +2645,7 @@ Infodock (based on XEmacs) has an additional symbol on this list: | |||
| 2640 | 2645 | ||
| 2641 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program | 2646 | ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program |
| 2642 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" | 2647 | ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" |
| 2643 | ;;;;;; (15007 28338)) | 2648 | ;;;;;; (15112 54684)) |
| 2644 | ;;; Generated autoloads from international/ccl.el | 2649 | ;;; Generated autoloads from international/ccl.el |
| 2645 | 2650 | ||
| 2646 | (autoload (quote ccl-compile) "ccl" "\ | 2651 | (autoload (quote ccl-compile) "ccl" "\ |
| @@ -2699,7 +2704,7 @@ SET := (REG = EXPRESSION) | |||
| 2699 | 2704 | ||
| 2700 | EXPRESSION := ARG | (EXPRESSION OPERATOR ARG) | 2705 | EXPRESSION := ARG | (EXPRESSION OPERATOR ARG) |
| 2701 | 2706 | ||
| 2702 | ;; Evaluate EXPRESSION. If the result is nonzeor, execute | 2707 | ;; Evaluate EXPRESSION. If the result is nonzero, execute |
| 2703 | ;; CCL_BLOCK_0. Otherwise, execute CCL_BLOCK_1. | 2708 | ;; CCL_BLOCK_0. Otherwise, execute CCL_BLOCK_1. |
| 2704 | IF := (if EXPRESSION CCL_BLOCK_0 CCL_BLOCK_1) | 2709 | IF := (if EXPRESSION CCL_BLOCK_0 CCL_BLOCK_1) |
| 2705 | 2710 | ||
| @@ -3098,7 +3103,7 @@ a future Emacs interpreter will be able to use it.") | |||
| 3098 | ;;;*** | 3103 | ;;;*** |
| 3099 | 3104 | ||
| 3100 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" | 3105 | ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el" |
| 3101 | ;;;;;; (15069 44485)) | 3106 | ;;;;;; (15107 34129)) |
| 3102 | ;;; Generated autoloads from emacs-lisp/cl-indent.el | 3107 | ;;; Generated autoloads from emacs-lisp/cl-indent.el |
| 3103 | 3108 | ||
| 3104 | (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) | 3109 | (autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil) |
| @@ -3187,7 +3192,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil) | |||
| 3187 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 3192 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 3188 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 3193 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 3189 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 3194 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 3190 | ;;;;;; (15069 39257)) | 3195 | ;;;;;; (15149 49403)) |
| 3191 | ;;; Generated autoloads from comint.el | 3196 | ;;; Generated autoloads from comint.el |
| 3192 | 3197 | ||
| 3193 | (autoload (quote make-comint-in-buffer) "comint" "\ | 3198 | (autoload (quote make-comint-in-buffer) "comint" "\ |
| @@ -3267,7 +3272,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil) | |||
| 3267 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode | 3272 | ;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode |
| 3268 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path | 3273 | ;;;;;; compilation-mode grep-find grep compile compilation-search-path |
| 3269 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) | 3274 | ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) |
| 3270 | ;;;;;; "compile" "progmodes/compile.el" (15057 30976)) | 3275 | ;;;;;; "compile" "progmodes/compile.el" (15149 49403)) |
| 3271 | ;;; Generated autoloads from progmodes/compile.el | 3276 | ;;; Generated autoloads from progmodes/compile.el |
| 3272 | 3277 | ||
| 3273 | (defvar compilation-mode-hook nil "\ | 3278 | (defvar compilation-mode-hook nil "\ |
| @@ -3842,7 +3847,7 @@ or as help on variables `cperl-tips', `cperl-problems', | |||
| 3842 | ;;;*** | 3847 | ;;;*** |
| 3843 | 3848 | ||
| 3844 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" | 3849 | ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el" |
| 3845 | ;;;;;; (14726 36009)) | 3850 | ;;;;;; (15149 49404)) |
| 3846 | ;;; Generated autoloads from progmodes/cpp.el | 3851 | ;;; Generated autoloads from progmodes/cpp.el |
| 3847 | 3852 | ||
| 3848 | (autoload (quote cpp-highlight-buffer) "cpp" "\ | 3853 | (autoload (quote cpp-highlight-buffer) "cpp" "\ |
| @@ -3922,7 +3927,7 @@ INHERIT-INPUT-METHOD." nil nil) | |||
| 3922 | ;;;;;; customize-option-other-window customize-changed-options customize-option | 3927 | ;;;;;; customize-option-other-window customize-changed-options customize-option |
| 3923 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable | 3928 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable |
| 3924 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" | 3929 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" |
| 3925 | ;;;;;; (15094 43557)) | 3930 | ;;;;;; (15122 2910)) |
| 3926 | ;;; Generated autoloads from cus-edit.el | 3931 | ;;; Generated autoloads from cus-edit.el |
| 3927 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 3932 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 3928 | 3933 | ||
| @@ -4161,7 +4166,7 @@ If the argument is nil, we return the display table to its standard state." t ni | |||
| 4161 | ;;;*** | 4166 | ;;;*** |
| 4162 | 4167 | ||
| 4163 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" | 4168 | ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" |
| 4164 | ;;;;;; (15094 21666)) | 4169 | ;;;;;; (15153 45273)) |
| 4165 | ;;; Generated autoloads from dabbrev.el | 4170 | ;;; Generated autoloads from dabbrev.el |
| 4166 | 4171 | ||
| 4167 | (define-key esc-map "/" (quote dabbrev-expand)) | 4172 | (define-key esc-map "/" (quote dabbrev-expand)) |
| @@ -4657,7 +4662,7 @@ The backup file is the first file given to `diff'." t nil) | |||
| 4657 | ;;;*** | 4662 | ;;;*** |
| 4658 | 4663 | ||
| 4659 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" | 4664 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" |
| 4660 | ;;;;;; (15094 21666)) | 4665 | ;;;;;; (15149 49403)) |
| 4661 | ;;; Generated autoloads from diff-mode.el | 4666 | ;;; Generated autoloads from diff-mode.el |
| 4662 | 4667 | ||
| 4663 | (autoload (quote diff-mode) "diff-mode" "\ | 4668 | (autoload (quote diff-mode) "diff-mode" "\ |
| @@ -4677,7 +4682,7 @@ Minor mode for viewing/editing context diffs. | |||
| 4677 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink | 4682 | ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink |
| 4678 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename | 4683 | ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename |
| 4679 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) | 4684 | ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) |
| 4680 | ;;;;;; "dired" "dired.el" (15089 7969)) | 4685 | ;;;;;; "dired" "dired.el" (15161 36826)) |
| 4681 | ;;; Generated autoloads from dired.el | 4686 | ;;; Generated autoloads from dired.el |
| 4682 | 4687 | ||
| 4683 | (defvar dired-listing-switches "-al" "\ | 4688 | (defvar dired-listing-switches "-al" "\ |
| @@ -5199,7 +5204,7 @@ Play sounds in message buffers." t nil) | |||
| 5199 | 5204 | ||
| 5200 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap | 5205 | ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap |
| 5201 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" | 5206 | ;;;;;; easy-mmode-define-global-mode define-minor-mode) "easy-mmode" |
| 5202 | ;;;;;; "emacs-lisp/easy-mmode.el" (15071 64603)) | 5207 | ;;;;;; "emacs-lisp/easy-mmode.el" (15177 26227)) |
| 5203 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el | 5208 | ;;; Generated autoloads from emacs-lisp/easy-mmode.el |
| 5204 | 5209 | ||
| 5205 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) | 5210 | (defalias (quote easy-mmode-define-minor-mode) (quote define-minor-mode)) |
| @@ -6006,8 +6011,8 @@ Initialize elint." t nil) | |||
| 6006 | ;;;*** | 6011 | ;;;*** |
| 6007 | 6012 | ||
| 6008 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list | 6013 | ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list |
| 6009 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (14849 | 6014 | ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (15107 |
| 6010 | ;;;;;; 20130)) | 6015 | ;;;;;; 55247)) |
| 6011 | ;;; Generated autoloads from emacs-lisp/elp.el | 6016 | ;;; Generated autoloads from emacs-lisp/elp.el |
| 6012 | 6017 | ||
| 6013 | (autoload (quote elp-instrument-function) "elp" "\ | 6018 | (autoload (quote elp-instrument-function) "elp" "\ |
| @@ -6033,7 +6038,7 @@ displayed." t nil) | |||
| 6033 | ;;;*** | 6038 | ;;;*** |
| 6034 | 6039 | ||
| 6035 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" | 6040 | ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" |
| 6036 | ;;;;;; (15044 17427)) | 6041 | ;;;;;; (15099 46214)) |
| 6037 | ;;; Generated autoloads from mail/emacsbug.el | 6042 | ;;; Generated autoloads from mail/emacsbug.el |
| 6038 | 6043 | ||
| 6039 | (autoload (quote report-emacs-bug) "emacsbug" "\ | 6044 | (autoload (quote report-emacs-bug) "emacsbug" "\ |
| @@ -6138,8 +6143,8 @@ Commands: | |||
| 6138 | 6143 | ||
| 6139 | ;;;*** | 6144 | ;;;*** |
| 6140 | 6145 | ||
| 6141 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15077 | 6146 | ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (15151 |
| 6142 | ;;;;;; 20758)) | 6147 | ;;;;;; 3015)) |
| 6143 | ;;; Generated autoloads from eshell/esh-mode.el | 6148 | ;;; Generated autoloads from eshell/esh-mode.el |
| 6144 | 6149 | ||
| 6145 | (autoload (quote eshell-mode) "esh-mode" "\ | 6150 | (autoload (quote eshell-mode) "esh-mode" "\ |
| @@ -6159,7 +6164,7 @@ Test Eshell to verify that it works as expected." t nil) | |||
| 6159 | ;;;*** | 6164 | ;;;*** |
| 6160 | 6165 | ||
| 6161 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command | 6166 | ;;;### (autoloads (eshell-report-bug eshell-command-result eshell-command |
| 6162 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (15077 20758)) | 6167 | ;;;;;; eshell) "eshell" "eshell/eshell.el" (15152 26399)) |
| 6163 | ;;; Generated autoloads from eshell/eshell.el | 6168 | ;;; Generated autoloads from eshell/eshell.el |
| 6164 | 6169 | ||
| 6165 | (autoload (quote eshell) "eshell" "\ | 6170 | (autoload (quote eshell) "eshell" "\ |
| @@ -6194,7 +6199,7 @@ Please include any configuration details that might be involved." t nil) | |||
| 6194 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table | 6199 | ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table |
| 6195 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list | 6200 | ;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-compression-info-list |
| 6196 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" | 6201 | ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el" |
| 6197 | ;;;;;; (15023 37099)) | 6202 | ;;;;;; (15127 20500)) |
| 6198 | ;;; Generated autoloads from progmodes/etags.el | 6203 | ;;; Generated autoloads from progmodes/etags.el |
| 6199 | 6204 | ||
| 6200 | (defvar tags-file-name nil "\ | 6205 | (defvar tags-file-name nil "\ |
| @@ -6220,8 +6225,8 @@ Use the `etags' program to make a tags table file.") | |||
| 6220 | *List of extensions tried by etags when jka-compr is used. | 6225 | *List of extensions tried by etags when jka-compr is used. |
| 6221 | An empty string means search the non-compressed file. | 6226 | An empty string means search the non-compressed file. |
| 6222 | These extensions will be tried only if jka-compr was activated | 6227 | These extensions will be tried only if jka-compr was activated |
| 6223 | \(i.e. via customize of auto-compression-mode or by calling the function | 6228 | \(i.e. via customize of `auto-compression-mode' or by calling the function |
| 6224 | auto-compression-mode).") | 6229 | `auto-compression-mode').") |
| 6225 | 6230 | ||
| 6226 | (defvar tags-add-tables (quote ask-user) "\ | 6231 | (defvar tags-add-tables (quote ask-user) "\ |
| 6227 | *Control whether to add a new tags table to the current list. | 6232 | *Control whether to add a new tags table to the current list. |
| @@ -7017,7 +7022,7 @@ you can set feedmail-queue-reminder-alist to nil." t nil) | |||
| 7017 | ;;;*** | 7022 | ;;;*** |
| 7018 | 7023 | ||
| 7019 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu | 7024 | ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu |
| 7020 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (14937 32770)) | 7025 | ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (15149 49403)) |
| 7021 | ;;; Generated autoloads from ffap.el | 7026 | ;;; Generated autoloads from ffap.el |
| 7022 | 7027 | ||
| 7023 | (autoload (quote ffap-next) "ffap" "\ | 7028 | (autoload (quote ffap-next) "ffap" "\ |
| @@ -7123,7 +7128,7 @@ Thus ARG can also contain additional grep options." t nil) | |||
| 7123 | 7128 | ||
| 7124 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file | 7129 | ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file |
| 7125 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" | 7130 | ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el" |
| 7126 | ;;;;;; (14746 24125)) | 7131 | ;;;;;; (15170 38277)) |
| 7127 | ;;; Generated autoloads from find-file.el | 7132 | ;;; Generated autoloads from find-file.el |
| 7128 | 7133 | ||
| 7129 | (autoload (quote ff-get-other-file) "find-file" "\ | 7134 | (autoload (quote ff-get-other-file) "find-file" "\ |
| @@ -7297,7 +7302,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP." t nil) | |||
| 7297 | ;;;*** | 7302 | ;;;*** |
| 7298 | 7303 | ||
| 7299 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) | 7304 | ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) |
| 7300 | ;;;;;; "finder" "finder.el" (14862 37894)) | 7305 | ;;;;;; "finder" "finder.el" (15180 2763)) |
| 7301 | ;;; Generated autoloads from finder.el | 7306 | ;;; Generated autoloads from finder.el |
| 7302 | 7307 | ||
| 7303 | (autoload (quote finder-list-keywords) "finder" "\ | 7308 | (autoload (quote finder-list-keywords) "finder" "\ |
| @@ -7456,7 +7461,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 7456 | 7461 | ||
| 7457 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode | 7462 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode |
| 7458 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock | 7463 | ;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock |
| 7459 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15087 49304)) | 7464 | ;;;;;; font-lock-mode) "font-lock" "font-lock.el" (15170 56966)) |
| 7460 | ;;; Generated autoloads from font-lock.el | 7465 | ;;; Generated autoloads from font-lock.el |
| 7461 | 7466 | ||
| 7462 | (make-variable-buffer-local (quote font-lock-defaults)) | 7467 | (make-variable-buffer-local (quote font-lock-defaults)) |
| @@ -7539,6 +7544,10 @@ For example: | |||
| 7539 | adds two fontification patterns for C mode, to fontify `FIXME:' words, even in | 7544 | adds two fontification patterns for C mode, to fontify `FIXME:' words, even in |
| 7540 | comments, and to fontify `and', `or' and `not' words as keywords. | 7545 | comments, and to fontify `and', `or' and `not' words as keywords. |
| 7541 | 7546 | ||
| 7547 | When used from an elisp package (such as a minor mode), it is recommended | ||
| 7548 | to use nil for MODE (and place the call in a loop or on a hook) to avoid | ||
| 7549 | subtle problems due to details of the implementation. | ||
| 7550 | |||
| 7542 | Note that some modes have specialised support for additional patterns, e.g., | 7551 | Note that some modes have specialised support for additional patterns, e.g., |
| 7543 | see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types', | 7552 | see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types', |
| 7544 | `objc-font-lock-extra-types' and `java-font-lock-extra-types'." nil nil) | 7553 | `objc-font-lock-extra-types' and `java-font-lock-extra-types'." nil nil) |
| @@ -7547,7 +7556,11 @@ see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types', | |||
| 7547 | Remove highlighting KEYWORDS for MODE. | 7556 | Remove highlighting KEYWORDS for MODE. |
| 7548 | 7557 | ||
| 7549 | MODE should be a symbol, the major mode command name, such as `c-mode' | 7558 | MODE should be a symbol, the major mode command name, such as `c-mode' |
| 7550 | or nil. If nil, highlighting keywords are removed for the current buffer." nil nil) | 7559 | or nil. If nil, highlighting keywords are removed for the current buffer. |
| 7560 | |||
| 7561 | When used from an elisp package (such as a minor mode), it is recommended | ||
| 7562 | to use nil for MODE (and place the call in a loop or on a hook) to avoid | ||
| 7563 | subtle problems due to details of the implementation." nil nil) | ||
| 7551 | 7564 | ||
| 7552 | (defvar global-font-lock-mode nil "\ | 7565 | (defvar global-font-lock-mode nil "\ |
| 7553 | Non-nil if Global-Font-Lock mode is enabled. | 7566 | Non-nil if Global-Font-Lock mode is enabled. |
| @@ -7725,7 +7738,7 @@ with no args, if that value is non-nil." t nil) | |||
| 7725 | ;;;*** | 7738 | ;;;*** |
| 7726 | 7739 | ||
| 7727 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region | 7740 | ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region |
| 7728 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15076 8197)) | 7741 | ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (15182 51994)) |
| 7729 | ;;; Generated autoloads from play/fortune.el | 7742 | ;;; Generated autoloads from play/fortune.el |
| 7730 | 7743 | ||
| 7731 | (autoload (quote fortune-add-fortune) "fortune" "\ | 7744 | (autoload (quote fortune-add-fortune) "fortune" "\ |
| @@ -7810,7 +7823,7 @@ Some generic modes are defined in `generic-x.el'." t nil) | |||
| 7810 | ;;;*** | 7823 | ;;;*** |
| 7811 | 7824 | ||
| 7812 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" | 7825 | ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" |
| 7813 | ;;;;;; (14901 64516)) | 7826 | ;;;;;; (15158 65046)) |
| 7814 | ;;; Generated autoloads from progmodes/glasses.el | 7827 | ;;; Generated autoloads from progmodes/glasses.el |
| 7815 | 7828 | ||
| 7816 | (autoload (quote glasses-mode) "glasses" "\ | 7829 | (autoload (quote glasses-mode) "glasses" "\ |
| @@ -7821,7 +7834,7 @@ at places they belong to." t nil) | |||
| 7821 | ;;;*** | 7834 | ;;;*** |
| 7822 | 7835 | ||
| 7823 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server | 7836 | ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server |
| 7824 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15044 43946)) | 7837 | ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (15170 38278)) |
| 7825 | ;;; Generated autoloads from gnus/gnus.el | 7838 | ;;; Generated autoloads from gnus/gnus.el |
| 7826 | 7839 | ||
| 7827 | (autoload (quote gnus-slave-no-server) "gnus" "\ | 7840 | (autoload (quote gnus-slave-no-server) "gnus" "\ |
| @@ -8136,7 +8149,7 @@ Add the window configuration CONF to `gnus-buffer-configuration'." nil nil) | |||
| 8136 | 8149 | ||
| 8137 | ;;;*** | 8150 | ;;;*** |
| 8138 | 8151 | ||
| 8139 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (14726 36008)) | 8152 | ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (15149 49403)) |
| 8140 | ;;; Generated autoloads from play/gomoku.el | 8153 | ;;; Generated autoloads from play/gomoku.el |
| 8141 | 8154 | ||
| 8142 | (autoload (quote gomoku) "gomoku" "\ | 8155 | (autoload (quote gomoku) "gomoku" "\ |
| @@ -8156,7 +8169,7 @@ Use \\[describe-mode] for more info." t nil) | |||
| 8156 | ;;;*** | 8169 | ;;;*** |
| 8157 | 8170 | ||
| 8158 | ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) | 8171 | ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) |
| 8159 | ;;;;;; "goto-addr" "net/goto-addr.el" (15076 156)) | 8172 | ;;;;;; "goto-addr" "net/goto-addr.el" (15109 6372)) |
| 8160 | ;;; Generated autoloads from net/goto-addr.el | 8173 | ;;; Generated autoloads from net/goto-addr.el |
| 8161 | 8174 | ||
| 8162 | (autoload (quote goto-address-at-mouse) "goto-addr" "\ | 8175 | (autoload (quote goto-address-at-mouse) "goto-addr" "\ |
| @@ -8194,7 +8207,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful." nil nil) | |||
| 8194 | ;;;*** | 8207 | ;;;*** |
| 8195 | 8208 | ||
| 8196 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" | 8209 | ;;;### (autoloads (jdb pdb perldb xdb dbx sdb gdb) "gud" "gud.el" |
| 8197 | ;;;;;; (14961 24345)) | 8210 | ;;;;;; (15122 2911)) |
| 8198 | ;;; Generated autoloads from gud.el | 8211 | ;;; Generated autoloads from gud.el |
| 8199 | 8212 | ||
| 8200 | (autoload (quote gdb) "gud" "\ | 8213 | (autoload (quote gdb) "gud" "\ |
| @@ -8303,7 +8316,7 @@ Provide help for current mode." t nil) | |||
| 8303 | ;;;*** | 8316 | ;;;*** |
| 8304 | 8317 | ||
| 8305 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" | 8318 | ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" |
| 8306 | ;;;;;; "hexl.el" (15050 55876)) | 8319 | ;;;;;; "hexl.el" (15103 55909)) |
| 8307 | ;;; Generated autoloads from hexl.el | 8320 | ;;; Generated autoloads from hexl.el |
| 8308 | 8321 | ||
| 8309 | (autoload (quote hexl-mode) "hexl" "\ | 8322 | (autoload (quote hexl-mode) "hexl" "\ |
| @@ -8546,7 +8559,7 @@ hide-ifdef-read-only | |||
| 8546 | ;;;*** | 8559 | ;;;*** |
| 8547 | 8560 | ||
| 8548 | ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) | 8561 | ;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) |
| 8549 | ;;;;;; "hideshow" "progmodes/hideshow.el" (15023 12285)) | 8562 | ;;;;;; "hideshow" "progmodes/hideshow.el" (15161 36826)) |
| 8550 | ;;; Generated autoloads from progmodes/hideshow.el | 8563 | ;;; Generated autoloads from progmodes/hideshow.el |
| 8551 | 8564 | ||
| 8552 | (defvar hs-hide-comments-when-hiding-all t "\ | 8565 | (defvar hs-hide-comments-when-hiding-all t "\ |
| @@ -8780,10 +8793,16 @@ Uses functions `hl-line-unhighlight' and `hl-line-highlight' on | |||
| 8780 | 8793 | ||
| 8781 | ;;;*** | 8794 | ;;;*** |
| 8782 | 8795 | ||
| 8783 | ;;;### (autoloads (list-holidays) "holidays" "calendar/holidays.el" | 8796 | ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" |
| 8784 | ;;;;;; (15039 13500)) | 8797 | ;;;;;; (15098 25848)) |
| 8785 | ;;; Generated autoloads from calendar/holidays.el | 8798 | ;;; Generated autoloads from calendar/holidays.el |
| 8786 | 8799 | ||
| 8800 | (autoload (quote holidays) "holidays" "\ | ||
| 8801 | Display the holidays for last month, this month, and next month. | ||
| 8802 | If called with an optional prefix argument, prompts for month and year. | ||
| 8803 | |||
| 8804 | This function is suitable for execution in a .emacs file." t nil) | ||
| 8805 | |||
| 8787 | (autoload (quote list-holidays) "holidays" "\ | 8806 | (autoload (quote list-holidays) "holidays" "\ |
| 8788 | Display holidays for years Y1 to Y2 (inclusive). | 8807 | Display holidays for years Y1 to Y2 (inclusive). |
| 8789 | 8808 | ||
| @@ -9371,7 +9390,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 9371 | 9390 | ||
| 9372 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 9391 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 9373 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone | 9392 | ;;;;;; Info-goto-emacs-command-node Info-directory info-standalone |
| 9374 | ;;;;;; info info-other-window) "info" "info.el" (15079 57524)) | 9393 | ;;;;;; info info-other-window) "info" "info.el" (15169 30728)) |
| 9375 | ;;; Generated autoloads from info.el | 9394 | ;;; Generated autoloads from info.el |
| 9376 | 9395 | ||
| 9377 | (autoload (quote info-other-window) "info" "\ | 9396 | (autoload (quote info-other-window) "info" "\ |
| @@ -9923,7 +9942,7 @@ This mode enables switching between buffers using substrings. See | |||
| 9923 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region | 9942 | ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region |
| 9924 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku | 9943 | ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku |
| 9925 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) | 9944 | ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) |
| 9926 | ;;;;;; "japan-util" "language/japan-util.el" (15016 44843)) | 9945 | ;;;;;; "japan-util" "language/japan-util.el" (15122 12173)) |
| 9927 | ;;; Generated autoloads from language/japan-util.el | 9946 | ;;; Generated autoloads from language/japan-util.el |
| 9928 | 9947 | ||
| 9929 | (autoload (quote setup-japanese-environment-internal) "japan-util" nil nil nil) | 9948 | (autoload (quote setup-japanese-environment-internal) "japan-util" nil nil nil) |
| @@ -9979,8 +9998,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil | |||
| 9979 | 9998 | ||
| 9980 | ;;;*** | 9999 | ;;;*** |
| 9981 | 10000 | ||
| 9982 | ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15024 | 10001 | ;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (15108 |
| 9983 | ;;;;;; 38245)) | 10002 | ;;;;;; 55803)) |
| 9984 | ;;; Generated autoloads from jit-lock.el | 10003 | ;;; Generated autoloads from jit-lock.el |
| 9985 | 10004 | ||
| 9986 | (autoload (quote jit-lock-register) "jit-lock" "\ | 10005 | (autoload (quote jit-lock-register) "jit-lock" "\ |
| @@ -10069,7 +10088,7 @@ and the return value is the length of the conversion." t nil) | |||
| 10069 | ;;;*** | 10088 | ;;;*** |
| 10070 | 10089 | ||
| 10071 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" | 10090 | ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el" |
| 10072 | ;;;;;; (14914 11282)) | 10091 | ;;;;;; (15149 49403)) |
| 10073 | ;;; Generated autoloads from play/landmark.el | 10092 | ;;; Generated autoloads from play/landmark.el |
| 10074 | 10093 | ||
| 10075 | (defalias (quote landmark-repeat) (quote lm-test-run)) | 10094 | (defalias (quote landmark-repeat) (quote lm-test-run)) |
| @@ -10285,7 +10304,7 @@ shown; this is often useful to constrain a big search." t nil) | |||
| 10285 | 10304 | ||
| 10286 | ;;;*** | 10305 | ;;;*** |
| 10287 | 10306 | ||
| 10288 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15013 64496)) | 10307 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (15103 34047)) |
| 10289 | ;;; Generated autoloads from log-edit.el | 10308 | ;;; Generated autoloads from log-edit.el |
| 10290 | 10309 | ||
| 10291 | (autoload (quote log-edit) "log-edit" "\ | 10310 | (autoload (quote log-edit) "log-edit" "\ |
| @@ -10506,7 +10525,7 @@ and then select the region of un-tablified names and use | |||
| 10506 | ;;;*** | 10525 | ;;;*** |
| 10507 | 10526 | ||
| 10508 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" | 10527 | ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" |
| 10509 | ;;;;;; "mail/mail-extr.el" (15049 36365)) | 10528 | ;;;;;; "mail/mail-extr.el" (15180 13687)) |
| 10510 | ;;; Generated autoloads from mail/mail-extr.el | 10529 | ;;; Generated autoloads from mail/mail-extr.el |
| 10511 | 10530 | ||
| 10512 | (autoload (quote mail-extract-address-components) "mail-extr" "\ | 10531 | (autoload (quote mail-extract-address-components) "mail-extr" "\ |
| @@ -11487,11 +11506,11 @@ language environment LANG-ENV." nil nil) | |||
| 11487 | ;;;*** | 11506 | ;;;*** |
| 11488 | 11507 | ||
| 11489 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" | 11508 | ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el" |
| 11490 | ;;;;;; (14854 32222)) | 11509 | ;;;;;; (15157 46062)) |
| 11491 | ;;; Generated autoloads from mwheel.el | 11510 | ;;; Generated autoloads from mwheel.el |
| 11492 | 11511 | ||
| 11493 | (defvar mouse-wheel-mode nil "\ | 11512 | (defvar mouse-wheel-mode nil "\ |
| 11494 | Toggle Mouse-Wheel mode on or off. | 11513 | Non-nil if Mouse-Wheel mode is enabled. |
| 11495 | See the command `mouse-wheel-mode' for a description of this minor-mode. | 11514 | See the command `mouse-wheel-mode' for a description of this minor-mode. |
| 11496 | Setting this variable directly does not take effect; | 11515 | Setting this variable directly does not take effect; |
| 11497 | use either \\[customize] or the function `mouse-wheel-mode'.") | 11516 | use either \\[customize] or the function `mouse-wheel-mode'.") |
| @@ -11704,7 +11723,7 @@ symbol in the alist." nil nil) | |||
| 11704 | ;;;*** | 11723 | ;;;*** |
| 11705 | 11724 | ||
| 11706 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" | 11725 | ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" |
| 11707 | ;;;;;; (14813 40531)) | 11726 | ;;;;;; (15181 30826)) |
| 11708 | ;;; Generated autoloads from gnus/nnfolder.el | 11727 | ;;; Generated autoloads from gnus/nnfolder.el |
| 11709 | 11728 | ||
| 11710 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ | 11729 | (autoload (quote nnfolder-generate-active-file) "nnfolder" "\ |
| @@ -11748,7 +11767,7 @@ Revert posting and mailing methods to the standard Emacs methods." t nil) | |||
| 11748 | ;;;*** | 11767 | ;;;*** |
| 11749 | 11768 | ||
| 11750 | ;;;### (autoloads (disable-command enable-command disabled-command-hook) | 11769 | ;;;### (autoloads (disable-command enable-command disabled-command-hook) |
| 11751 | ;;;;;; "novice" "novice.el" (13229 29111)) | 11770 | ;;;;;; "novice" "novice.el" (15122 2911)) |
| 11752 | ;;; Generated autoloads from novice.el | 11771 | ;;; Generated autoloads from novice.el |
| 11753 | 11772 | ||
| 11754 | (defvar disabled-command-hook (quote disabled-command-hook) "\ | 11773 | (defvar disabled-command-hook (quote disabled-command-hook) "\ |
| @@ -11931,7 +11950,7 @@ The Custom feature is intended to make this obsolete." t nil) | |||
| 11931 | ;;;*** | 11950 | ;;;*** |
| 11932 | 11951 | ||
| 11933 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" | 11952 | ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "textmodes/outline.el" |
| 11934 | ;;;;;; (14958 40595)) | 11953 | ;;;;;; (15123 22490)) |
| 11935 | ;;; Generated autoloads from textmodes/outline.el | 11954 | ;;; Generated autoloads from textmodes/outline.el |
| 11936 | 11955 | ||
| 11937 | (autoload (quote outline-mode) "outline" "\ | 11956 | (autoload (quote outline-mode) "outline" "\ |
| @@ -12332,7 +12351,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 12332 | 12351 | ||
| 12333 | ;;;*** | 12352 | ;;;*** |
| 12334 | 12353 | ||
| 12335 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15068 4482)) | 12354 | ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (15110 13589)) |
| 12336 | ;;; Generated autoloads from pcvs-defs.el | 12355 | ;;; Generated autoloads from pcvs-defs.el |
| 12337 | 12356 | ||
| 12338 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) | 12357 | (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m)) |
| @@ -12340,7 +12359,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d | |||
| 12340 | ;;;*** | 12359 | ;;;*** |
| 12341 | 12360 | ||
| 12342 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" | 12361 | ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" |
| 12343 | ;;;;;; (14804 20134)) | 12362 | ;;;;;; (15149 49404)) |
| 12344 | ;;; Generated autoloads from progmodes/perl-mode.el | 12363 | ;;; Generated autoloads from progmodes/perl-mode.el |
| 12345 | 12364 | ||
| 12346 | (autoload (quote perl-mode) "perl-mode" "\ | 12365 | (autoload (quote perl-mode) "perl-mode" "\ |
| @@ -12461,7 +12480,7 @@ they are not defaultly assigned to keys." t nil) | |||
| 12461 | 12480 | ||
| 12462 | ;;;*** | 12481 | ;;;*** |
| 12463 | 12482 | ||
| 12464 | ;;;### (autoloads (pong) "pong" "play/pong.el" (14977 58043)) | 12483 | ;;;### (autoloads (pong) "pong" "play/pong.el" (15172 28058)) |
| 12465 | ;;; Generated autoloads from play/pong.el | 12484 | ;;; Generated autoloads from play/pong.el |
| 12466 | 12485 | ||
| 12467 | (autoload (quote pong) "pong" "\ | 12486 | (autoload (quote pong) "pong" "\ |
| @@ -12515,10 +12534,10 @@ Run an inferior Prolog process, input and output via buffer *prolog*." t nil) | |||
| 12515 | 12534 | ||
| 12516 | ;;;*** | 12535 | ;;;*** |
| 12517 | 12536 | ||
| 12518 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15048 21431)) | 12537 | ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (15167 1797)) |
| 12519 | ;;; Generated autoloads from ps-bdf.el | 12538 | ;;; Generated autoloads from ps-bdf.el |
| 12520 | 12539 | ||
| 12521 | (defvar bdf-directory-list (if (eq system-type (quote ms-dos)) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ | 12540 | (defvar bdf-directory-list (if (and (memq system-type (quote (ms-dos windows-nt))) (boundp (quote installation-directory))) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\ |
| 12522 | *List of directories to search for `BDF' font files. | 12541 | *List of directories to search for `BDF' font files. |
| 12523 | The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") | 12542 | The default value is '(\"/usr/local/share/emacs/fonts/bdf\").") |
| 12524 | 12543 | ||
| @@ -12677,7 +12696,7 @@ This checks if all multi-byte characters in the region are printable or not." ni | |||
| 12677 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 12696 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 12678 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 12697 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 12679 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" | 12698 | ;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print" |
| 12680 | ;;;;;; "ps-print.el" (15079 59871)) | 12699 | ;;;;;; "ps-print.el" (15173 35680)) |
| 12681 | ;;; Generated autoloads from ps-print.el | 12700 | ;;; Generated autoloads from ps-print.el |
| 12682 | 12701 | ||
| 12683 | (defvar ps-paper-type (quote letter) "\ | 12702 | (defvar ps-paper-type (quote letter) "\ |
| @@ -12815,7 +12834,7 @@ If EXTENSION is any other symbol, it is ignored." nil nil) | |||
| 12815 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map | 12834 | ;;;;;; quail-defrule quail-install-decode-map quail-install-map |
| 12816 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout | 12835 | ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout |
| 12817 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" | 12836 | ;;;;;; quail-define-package quail-use-package quail-title) "quail" |
| 12818 | ;;;;;; "international/quail.el" (15020 34856)) | 12837 | ;;;;;; "international/quail.el" (15149 63463)) |
| 12819 | ;;; Generated autoloads from international/quail.el | 12838 | ;;; Generated autoloads from international/quail.el |
| 12820 | 12839 | ||
| 12821 | (autoload (quote quail-title) "quail" "\ | 12840 | (autoload (quote quail-title) "quail" "\ |
| @@ -13021,8 +13040,8 @@ of each directory." t nil) | |||
| 13021 | 13040 | ||
| 13022 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls | 13041 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls |
| 13023 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url | 13042 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url |
| 13024 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14914 | 13043 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (15149 |
| 13025 | ;;;;;; 30127)) | 13044 | ;;;;;; 49403)) |
| 13026 | ;;; Generated autoloads from net/quickurl.el | 13045 | ;;; Generated autoloads from net/quickurl.el |
| 13027 | 13046 | ||
| 13028 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ | 13047 | (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\ |
| @@ -13254,7 +13273,7 @@ refilling if they would cause auto-filling." t nil) | |||
| 13254 | ;;;*** | 13273 | ;;;*** |
| 13255 | 13274 | ||
| 13256 | ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" | 13275 | ;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el" |
| 13257 | ;;;;;; (15007 28338)) | 13276 | ;;;;;; (15149 49404)) |
| 13258 | ;;; Generated autoloads from textmodes/reftex.el | 13277 | ;;; Generated autoloads from textmodes/reftex.el |
| 13259 | 13278 | ||
| 13260 | (autoload (quote turn-on-reftex) "reftex" "\ | 13279 | (autoload (quote turn-on-reftex) "reftex" "\ |
| @@ -13294,7 +13313,7 @@ on the menu bar. | |||
| 13294 | ;;;*** | 13313 | ;;;*** |
| 13295 | 13314 | ||
| 13296 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" | 13315 | ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" |
| 13297 | ;;;;;; (14900 39720)) | 13316 | ;;;;;; (15149 49404)) |
| 13298 | ;;; Generated autoloads from textmodes/reftex-cite.el | 13317 | ;;; Generated autoloads from textmodes/reftex-cite.el |
| 13299 | 13318 | ||
| 13300 | (autoload (quote reftex-citation) "reftex-cite" "\ | 13319 | (autoload (quote reftex-citation) "reftex-cite" "\ |
| @@ -13310,7 +13329,7 @@ FORAT-KEY can be used to pre-select a citation format. | |||
| 13310 | 13329 | ||
| 13311 | When called with one or two `C-u' prefixes, first rescans the document. | 13330 | When called with one or two `C-u' prefixes, first rescans the document. |
| 13312 | When called with a numeric prefix, make that many citations. When | 13331 | When called with a numeric prefix, make that many citations. When |
| 13313 | called with point inside the braces of a `cite' command, it will | 13332 | called with point inside the braces of a `\\cite' command, it will |
| 13314 | add another key, ignoring the value of `reftex-cite-format'. | 13333 | add another key, ignoring the value of `reftex-cite-format'. |
| 13315 | 13334 | ||
| 13316 | The regular expression uses an expanded syntax: && is interpreted as `and'. | 13335 | The regular expression uses an expanded syntax: && is interpreted as `and'. |
| @@ -13321,7 +13340,7 @@ While entering the regexp, completion on knows citation keys is possible. | |||
| 13321 | ;;;*** | 13340 | ;;;*** |
| 13322 | 13341 | ||
| 13323 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" | 13342 | ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" |
| 13324 | ;;;;;; (14900 39721)) | 13343 | ;;;;;; (15149 49404)) |
| 13325 | ;;; Generated autoloads from textmodes/reftex-index.el | 13344 | ;;; Generated autoloads from textmodes/reftex-index.el |
| 13326 | 13345 | ||
| 13327 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ | 13346 | (autoload (quote reftex-index-phrases-mode) "reftex-index" "\ |
| @@ -13516,7 +13535,7 @@ variable." t nil) | |||
| 13516 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output | 13535 | ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output |
| 13517 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers | 13536 | ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers |
| 13518 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) | 13537 | ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) |
| 13519 | ;;;;;; "rmail" "mail/rmail.el" (15095 54529)) | 13538 | ;;;;;; "rmail" "mail/rmail.el" (15179 3888)) |
| 13520 | ;;; Generated autoloads from mail/rmail.el | 13539 | ;;; Generated autoloads from mail/rmail.el |
| 13521 | 13540 | ||
| 13522 | (defvar rmail-dont-reply-to-names nil "\ | 13541 | (defvar rmail-dont-reply-to-names nil "\ |
| @@ -13617,6 +13636,13 @@ It is called with one argument FORWARD-BUFFER, which is a | |||
| 13617 | buffer containing the message to forward. The current buffer | 13636 | buffer containing the message to forward. The current buffer |
| 13618 | is the outgoing mail buffer.") | 13637 | is the outgoing mail buffer.") |
| 13619 | 13638 | ||
| 13639 | (defvar rmail-insert-mime-resent-message-function nil "\ | ||
| 13640 | Function to insert a message in MIME format so it can be resent. | ||
| 13641 | This function is called if `rmail-enable-mime' is non-nil. | ||
| 13642 | It is called with one argument FORWARD-BUFFER, which is a | ||
| 13643 | buffer containing the message to forward. The current buffer | ||
| 13644 | is the outgoing mail buffer.") | ||
| 13645 | |||
| 13620 | (defvar rmail-search-mime-message-function nil "\ | 13646 | (defvar rmail-search-mime-message-function nil "\ |
| 13621 | Function to check if a regexp matches a MIME message. | 13647 | Function to check if a regexp matches a MIME message. |
| 13622 | This function is called if `rmail-enable-mime' is non-nil. | 13648 | This function is called if `rmail-enable-mime' is non-nil. |
| @@ -13770,7 +13796,7 @@ If FILE-NAME is empty, remove any existing inbox list." t nil) | |||
| 13770 | 13796 | ||
| 13771 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output | 13797 | ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output |
| 13772 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" | 13798 | ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout" |
| 13773 | ;;;;;; "mail/rmailout.el" (15095 54687)) | 13799 | ;;;;;; "mail/rmailout.el" (15173 36041)) |
| 13774 | ;;; Generated autoloads from mail/rmailout.el | 13800 | ;;; Generated autoloads from mail/rmailout.el |
| 13775 | 13801 | ||
| 13776 | (defvar rmail-output-file-alist nil "\ | 13802 | (defvar rmail-output-file-alist nil "\ |
| @@ -13866,7 +13892,7 @@ KEYWORDS is a comma-separated list of labels." t nil) | |||
| 13866 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp | 13892 | ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp |
| 13867 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary | 13893 | ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary |
| 13868 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) | 13894 | ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages) |
| 13869 | ;;;;;; "rmailsum" "mail/rmailsum.el" (15095 54529)) | 13895 | ;;;;;; "rmailsum" "mail/rmailsum.el" (15125 64317)) |
| 13870 | ;;; Generated autoloads from mail/rmailsum.el | 13896 | ;;; Generated autoloads from mail/rmailsum.el |
| 13871 | 13897 | ||
| 13872 | (defvar rmail-summary-scroll-between-messages t "\ | 13898 | (defvar rmail-summary-scroll-between-messages t "\ |
| @@ -13939,12 +13965,18 @@ If NOQUERY is non-nil, we do not query before doing the work." t nil) | |||
| 13939 | ;;;*** | 13965 | ;;;*** |
| 13940 | 13966 | ||
| 13941 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window) "rot13" | 13967 | ;;;### (autoloads (toggle-rot13-mode rot13-other-window) "rot13" |
| 13942 | ;;;;;; "rot13.el" (12536 45574)) | 13968 | ;;;;;; "rot13.el" (15149 49403)) |
| 13943 | ;;; Generated autoloads from rot13.el | 13969 | ;;; Generated autoloads from rot13.el |
| 13944 | 13970 | ||
| 13945 | (autoload (quote rot13-other-window) "rot13" "\ | 13971 | (autoload (quote rot13-other-window) "rot13" "\ |
| 13946 | Display current buffer in rot 13 in another window. | 13972 | Display current buffer in rot 13 in another window. |
| 13947 | To terminate the rot13 display, delete that window." t nil) | 13973 | The text itself is not modified, only the way it is displayed is affected. |
| 13974 | |||
| 13975 | To terminate the rot13 display, delete that window. As long as that window | ||
| 13976 | is not deleted, any buffer displayed in it will become instantly encoded | ||
| 13977 | in rot 13. | ||
| 13978 | |||
| 13979 | See also `toggle-rot13-mode'." t nil) | ||
| 13948 | 13980 | ||
| 13949 | (autoload (quote toggle-rot13-mode) "rot13" "\ | 13981 | (autoload (quote toggle-rot13-mode) "rot13" "\ |
| 13950 | Toggle the use of rot 13 encoding for the current window." t nil) | 13982 | Toggle the use of rot 13 encoding for the current window." t nil) |
| @@ -14081,7 +14113,7 @@ Toggle Scroll-All minor mode." t nil) | |||
| 14081 | ;;;;;; mail-archive-file-name mail-header-separator send-mail-function | 14113 | ;;;;;; mail-archive-file-name mail-header-separator send-mail-function |
| 14082 | ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind | 14114 | ;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind |
| 14083 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" | 14115 | ;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el" |
| 14084 | ;;;;;; (15032 33030)) | 14116 | ;;;;;; (15173 37346)) |
| 14085 | ;;; Generated autoloads from mail/sendmail.el | 14117 | ;;; Generated autoloads from mail/sendmail.el |
| 14086 | 14118 | ||
| 14087 | (defvar mail-from-style (quote angles) "\ | 14119 | (defvar mail-from-style (quote angles) "\ |
| @@ -14103,7 +14135,8 @@ controlled by a separate variable, `mail-specify-envelope-from'.") | |||
| 14103 | 14135 | ||
| 14104 | (defvar mail-specify-envelope-from nil "\ | 14136 | (defvar mail-specify-envelope-from nil "\ |
| 14105 | *If non-nil, specify the envelope-from address when sending mail. | 14137 | *If non-nil, specify the envelope-from address when sending mail. |
| 14106 | The value used to specify it is whatever is found in `user-mail-address'. | 14138 | The value used to specify it is whatever is found in |
| 14139 | `mail-envelope-from', with `user-mail-address' as fallback. | ||
| 14107 | 14140 | ||
| 14108 | On most systems, specifying the envelope-from address | 14141 | On most systems, specifying the envelope-from address |
| 14109 | is a privileged operation.") | 14142 | is a privileged operation.") |
| @@ -14245,7 +14278,7 @@ Like `mail' command, but display mail buffer in another frame." t nil) | |||
| 14245 | 14278 | ||
| 14246 | ;;;*** | 14279 | ;;;*** |
| 14247 | 14280 | ||
| 14248 | ;;;### (autoloads (server-start) "server" "server.el" (15057 50955)) | 14281 | ;;;### (autoloads (server-start) "server" "server.el" (15149 49403)) |
| 14249 | ;;; Generated autoloads from server.el | 14282 | ;;; Generated autoloads from server.el |
| 14250 | 14283 | ||
| 14251 | (autoload (quote server-start) "server" "\ | 14284 | (autoload (quote server-start) "server" "\ |
| @@ -14260,7 +14293,7 @@ Prefix arg means just kill any existing server communications subprocess." t nil | |||
| 14260 | ;;;*** | 14293 | ;;;*** |
| 14261 | 14294 | ||
| 14262 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" | 14295 | ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" |
| 14263 | ;;;;;; (15057 30976)) | 14296 | ;;;;;; (15151 3016)) |
| 14264 | ;;; Generated autoloads from textmodes/sgml-mode.el | 14297 | ;;; Generated autoloads from textmodes/sgml-mode.el |
| 14265 | 14298 | ||
| 14266 | (autoload (quote sgml-mode) "sgml-mode" "\ | 14299 | (autoload (quote sgml-mode) "sgml-mode" "\ |
| @@ -14322,7 +14355,7 @@ To work around that, do: | |||
| 14322 | ;;;*** | 14355 | ;;;*** |
| 14323 | 14356 | ||
| 14324 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" | 14357 | ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" |
| 14325 | ;;;;;; (15089 7969)) | 14358 | ;;;;;; (15149 49404)) |
| 14326 | ;;; Generated autoloads from progmodes/sh-script.el | 14359 | ;;; Generated autoloads from progmodes/sh-script.el |
| 14327 | 14360 | ||
| 14328 | (put (quote sh-mode) (quote mode-class) (quote special)) | 14361 | (put (quote sh-mode) (quote mode-class) (quote special)) |
| @@ -14671,8 +14704,8 @@ symmetrical ones, and the same character twice for the others." t nil) | |||
| 14671 | 14704 | ||
| 14672 | ;;;*** | 14705 | ;;;*** |
| 14673 | 14706 | ||
| 14674 | ;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15013 | 14707 | ;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (15099 |
| 14675 | ;;;;;; 64498)) | 14708 | ;;;;;; 46214)) |
| 14676 | ;;; Generated autoloads from smerge-mode.el | 14709 | ;;; Generated autoloads from smerge-mode.el |
| 14677 | 14710 | ||
| 14678 | (autoload (quote smerge-mode) "smerge-mode" "\ | 14711 | (autoload (quote smerge-mode) "smerge-mode" "\ |
| @@ -14694,7 +14727,7 @@ which smileys to operate on and which images to use for them." t nil) | |||
| 14694 | ;;;*** | 14727 | ;;;*** |
| 14695 | 14728 | ||
| 14696 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" | 14729 | ;;;### (autoloads (smtpmail-send-it) "smtpmail" "mail/smtpmail.el" |
| 14697 | ;;;;;; (15094 34253)) | 14730 | ;;;;;; (15109 1455)) |
| 14698 | ;;; Generated autoloads from mail/smtpmail.el | 14731 | ;;; Generated autoloads from mail/smtpmail.el |
| 14699 | 14732 | ||
| 14700 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) | 14733 | (autoload (quote smtpmail-send-it) "smtpmail" nil nil nil) |
| @@ -15010,7 +15043,7 @@ From a program takes two point or marker arguments, BEG and END." t nil) | |||
| 15010 | ;;;*** | 15043 | ;;;*** |
| 15011 | 15044 | ||
| 15012 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 15045 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 15013 | ;;;;;; "speedbar.el" (15050 55877)) | 15046 | ;;;;;; "speedbar.el" (15181 24732)) |
| 15014 | ;;; Generated autoloads from speedbar.el | 15047 | ;;; Generated autoloads from speedbar.el |
| 15015 | 15048 | ||
| 15016 | (defalias (quote speedbar) (quote speedbar-frame-mode)) | 15049 | (defalias (quote speedbar) (quote speedbar-frame-mode)) |
| @@ -15547,7 +15580,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil) | |||
| 15547 | 15580 | ||
| 15548 | ;;;*** | 15581 | ;;;*** |
| 15549 | 15582 | ||
| 15550 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (14903 16513)) | 15583 | ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (15149 49403)) |
| 15551 | ;;; Generated autoloads from tar-mode.el | 15584 | ;;; Generated autoloads from tar-mode.el |
| 15552 | 15585 | ||
| 15553 | (autoload (quote tar-mode) "tar-mode" "\ | 15586 | (autoload (quote tar-mode) "tar-mode" "\ |
| @@ -15725,7 +15758,7 @@ tetris-mode keybindings: | |||
| 15725 | ;;;;;; tex-start-options-string slitex-run-command latex-run-command | 15758 | ;;;;;; tex-start-options-string slitex-run-command latex-run-command |
| 15726 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 15759 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 15727 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 15760 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 15728 | ;;;;;; (14988 59070)) | 15761 | ;;;;;; (15149 49404)) |
| 15729 | ;;; Generated autoloads from textmodes/tex-mode.el | 15762 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 15730 | 15763 | ||
| 15731 | (defvar tex-shell-file-name nil "\ | 15764 | (defvar tex-shell-file-name nil "\ |
| @@ -15862,7 +15895,7 @@ Use \\[tex-validate-buffer] to check buffer for paragraphs containing | |||
| 15862 | mismatched $'s or braces. | 15895 | mismatched $'s or braces. |
| 15863 | 15896 | ||
| 15864 | Special commands: | 15897 | Special commands: |
| 15865 | \\{tex-mode-map} | 15898 | \\{plain-tex-mode-map} |
| 15866 | 15899 | ||
| 15867 | Mode variables: | 15900 | Mode variables: |
| 15868 | tex-run-command | 15901 | tex-run-command |
| @@ -15903,7 +15936,7 @@ Use \\[tex-validate-buffer] to check buffer for paragraphs containing | |||
| 15903 | mismatched $'s or braces. | 15936 | mismatched $'s or braces. |
| 15904 | 15937 | ||
| 15905 | Special commands: | 15938 | Special commands: |
| 15906 | \\{tex-mode-map} | 15939 | \\{latex-mode-map} |
| 15907 | 15940 | ||
| 15908 | Mode variables: | 15941 | Mode variables: |
| 15909 | latex-run-command | 15942 | latex-run-command |
| @@ -15944,7 +15977,7 @@ Use \\[tex-validate-buffer] to check buffer for paragraphs containing | |||
| 15944 | mismatched $'s or braces. | 15977 | mismatched $'s or braces. |
| 15945 | 15978 | ||
| 15946 | Special commands: | 15979 | Special commands: |
| 15947 | \\{tex-mode-map} | 15980 | \\{slitex-mode-map} |
| 15948 | 15981 | ||
| 15949 | Mode variables: | 15982 | Mode variables: |
| 15950 | slitex-run-command | 15983 | slitex-run-command |
| @@ -15973,7 +16006,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook | |||
| 15973 | ;;;*** | 16006 | ;;;*** |
| 15974 | 16007 | ||
| 15975 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) | 16008 | ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) |
| 15976 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (15087 61936)) | 16009 | ;;;;;; "texinfmt" "textmodes/texinfmt.el" (15149 49404)) |
| 15977 | ;;; Generated autoloads from textmodes/texinfmt.el | 16010 | ;;; Generated autoloads from textmodes/texinfmt.el |
| 15978 | 16011 | ||
| 15979 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ | 16012 | (autoload (quote texinfo-format-buffer) "texinfmt" "\ |
| @@ -16007,7 +16040,7 @@ if large. You can use Info-split to do this manually." t nil) | |||
| 16007 | ;;;*** | 16040 | ;;;*** |
| 16008 | 16041 | ||
| 16009 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) | 16042 | ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) |
| 16010 | ;;;;;; "texinfo" "textmodes/texinfo.el" (15060 12861)) | 16043 | ;;;;;; "texinfo" "textmodes/texinfo.el" (15149 49404)) |
| 16011 | ;;; Generated autoloads from textmodes/texinfo.el | 16044 | ;;; Generated autoloads from textmodes/texinfo.el |
| 16012 | 16045 | ||
| 16013 | (defvar texinfo-open-quote "``" "\ | 16046 | (defvar texinfo-open-quote "``" "\ |
| @@ -16205,7 +16238,7 @@ See also docstring of the function tibetan-compose-region." t nil) | |||
| 16205 | ;;;*** | 16238 | ;;;*** |
| 16206 | 16239 | ||
| 16207 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" | 16240 | ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el" |
| 16208 | ;;;;;; (14883 35719)) | 16241 | ;;;;;; (15122 2912)) |
| 16209 | ;;; Generated autoloads from textmodes/tildify.el | 16242 | ;;; Generated autoloads from textmodes/tildify.el |
| 16210 | 16243 | ||
| 16211 | (autoload (quote tildify-region) "tildify" "\ | 16244 | (autoload (quote tildify-region) "tildify" "\ |
| @@ -16303,7 +16336,7 @@ With arg, turn time stamping on if and only if arg is positive." t nil) | |||
| 16303 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out | 16336 | ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out |
| 16304 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in | 16337 | ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in |
| 16305 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" | 16338 | ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el" |
| 16306 | ;;;;;; (15077 20758)) | 16339 | ;;;;;; (15098 25848)) |
| 16307 | ;;; Generated autoloads from calendar/timeclock.el | 16340 | ;;; Generated autoloads from calendar/timeclock.el |
| 16308 | 16341 | ||
| 16309 | (autoload (quote timeclock-modeline-display) "timeclock" "\ | 16342 | (autoload (quote timeclock-modeline-display) "timeclock" "\ |
| @@ -16441,7 +16474,7 @@ be detected." nil (quote macro)) | |||
| 16441 | ;;;*** | 16474 | ;;;*** |
| 16442 | 16475 | ||
| 16443 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" | 16476 | ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv" |
| 16444 | ;;;;;; "international/titdic-cnv.el" (15057 30976)) | 16477 | ;;;;;; "international/titdic-cnv.el" (15122 2911)) |
| 16445 | ;;; Generated autoloads from international/titdic-cnv.el | 16478 | ;;; Generated autoloads from international/titdic-cnv.el |
| 16446 | 16479 | ||
| 16447 | (autoload (quote titdic-convert) "titdic-cnv" "\ | 16480 | (autoload (quote titdic-convert) "titdic-cnv" "\ |
| @@ -16460,7 +16493,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil | |||
| 16460 | ;;;*** | 16493 | ;;;*** |
| 16461 | 16494 | ||
| 16462 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 16495 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 16463 | ;;;;;; "tmm.el" (14894 24689)) | 16496 | ;;;;;; "tmm.el" (15109 7851)) |
| 16464 | ;;; Generated autoloads from tmm.el | 16497 | ;;; Generated autoloads from tmm.el |
| 16465 | (define-key global-map "\M-`" 'tmm-menubar) | 16498 | (define-key global-map "\M-`" 'tmm-menubar) |
| 16466 | (define-key global-map [f10] 'tmm-menubar) | 16499 | (define-key global-map [f10] 'tmm-menubar) |
| @@ -16495,7 +16528,7 @@ Its value should be an event that has a binding in MENU." nil nil) | |||
| 16495 | 16528 | ||
| 16496 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities | 16529 | ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities |
| 16497 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) | 16530 | ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category) |
| 16498 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (14930 62509)) | 16531 | ;;;;;; "todo-mode" "calendar/todo-mode.el" (15172 28885)) |
| 16499 | ;;; Generated autoloads from calendar/todo-mode.el | 16532 | ;;; Generated autoloads from calendar/todo-mode.el |
| 16500 | 16533 | ||
| 16501 | (autoload (quote todo-add-category) "todo-mode" "\ | 16534 | (autoload (quote todo-add-category) "todo-mode" "\ |
| @@ -16539,7 +16572,7 @@ Show TODO list." t nil) | |||
| 16539 | ;;;*** | 16572 | ;;;*** |
| 16540 | 16573 | ||
| 16541 | ;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item | 16574 | ;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item |
| 16542 | ;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (15020 34856)) | 16575 | ;;;;;; tool-bar-mode) "tool-bar" "toolbar/tool-bar.el" (15155 9149)) |
| 16543 | ;;; Generated autoloads from toolbar/tool-bar.el | 16576 | ;;; Generated autoloads from toolbar/tool-bar.el |
| 16544 | 16577 | ||
| 16545 | (defvar tool-bar-mode nil "\ | 16578 | (defvar tool-bar-mode nil "\ |
| @@ -16589,7 +16622,7 @@ function." nil nil) | |||
| 16589 | ;;;*** | 16622 | ;;;*** |
| 16590 | 16623 | ||
| 16591 | ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" | 16624 | ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" |
| 16592 | ;;;;;; (14950 65525)) | 16625 | ;;;;;; (15106 37826)) |
| 16593 | ;;; Generated autoloads from tooltip.el | 16626 | ;;; Generated autoloads from tooltip.el |
| 16594 | 16627 | ||
| 16595 | (autoload (quote tooltip-mode) "tooltip" "\ | 16628 | (autoload (quote tooltip-mode) "tooltip" "\ |
| @@ -16956,7 +16989,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil) | |||
| 16956 | ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge | 16989 | ;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge |
| 16957 | ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register | 16990 | ;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register |
| 16958 | ;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook | 16991 | ;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook |
| 16959 | ;;;;;; vc-checkin-hook) "vc" "vc.el" (15089 7969)) | 16992 | ;;;;;; vc-checkin-hook) "vc" "vc.el" (15181 24732)) |
| 16960 | ;;; Generated autoloads from vc.el | 16993 | ;;; Generated autoloads from vc.el |
| 16961 | 16994 | ||
| 16962 | (defvar vc-checkin-hook nil "\ | 16995 | (defvar vc-checkin-hook nil "\ |
| @@ -17129,7 +17162,7 @@ colors. `vc-annotate-background' specifies the background color." t nil) | |||
| 17129 | 17162 | ||
| 17130 | ;;;*** | 17163 | ;;;*** |
| 17131 | 17164 | ||
| 17132 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15068 4482)) | 17165 | ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15172 11622)) |
| 17133 | ;;; Generated autoloads from vc-cvs.el | 17166 | ;;; Generated autoloads from vc-cvs.el |
| 17134 | (defun vc-cvs-registered (f) | 17167 | (defun vc-cvs-registered (f) |
| 17135 | (when (file-readable-p (expand-file-name | 17168 | (when (file-readable-p (expand-file-name |
| @@ -17750,25 +17783,23 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 17750 | 17783 | ||
| 17751 | ;;;*** | 17784 | ;;;*** |
| 17752 | 17785 | ||
| 17753 | ;;;### (autoloads (which-func-mode-global) "which-func" "which-func.el" | 17786 | ;;;### (autoloads (which-function-mode) "which-func" "which-func.el" |
| 17754 | ;;;;;; (15013 64498)) | 17787 | ;;;;;; (15161 36826)) |
| 17755 | ;;; Generated autoloads from which-func.el | 17788 | ;;; Generated autoloads from which-func.el |
| 17756 | 17789 | ||
| 17757 | (defalias (quote which-function-mode) (quote which-func-mode-global)) | 17790 | (defalias (quote which-func-mode) (quote which-function-mode)) |
| 17758 | |||
| 17759 | (defalias (quote which-func-mode) (quote which-func-mode-global)) | ||
| 17760 | 17791 | ||
| 17761 | (defvar which-func-mode-global nil "\ | 17792 | (defvar which-function-mode nil "\ |
| 17762 | Non-nil if Which-Func-Mode-Global mode is enabled. | 17793 | Non-nil if Which-Function mode is enabled. |
| 17763 | See the command `which-func-mode-global' for a description of this minor-mode. | 17794 | See the command `which-function-mode' for a description of this minor-mode. |
| 17764 | Setting this variable directly does not take effect; | 17795 | Setting this variable directly does not take effect; |
| 17765 | use either \\[customize] or the function `which-func-mode-global'.") | 17796 | use either \\[customize] or the function `which-function-mode'.") |
| 17766 | 17797 | ||
| 17767 | (custom-add-to-group (quote which-func) (quote which-func-mode-global) (quote custom-variable)) | 17798 | (custom-add-to-group (quote which-func) (quote which-function-mode) (quote custom-variable)) |
| 17768 | 17799 | ||
| 17769 | (custom-add-load (quote which-func-mode-global) (quote which-func)) | 17800 | (custom-add-load (quote which-function-mode) (quote which-func)) |
| 17770 | 17801 | ||
| 17771 | (autoload (quote which-func-mode-global) "which-func" "\ | 17802 | (autoload (quote which-function-mode) "which-func" "\ |
| 17772 | Toggle Which Function mode, globally. | 17803 | Toggle Which Function mode, globally. |
| 17773 | When Which Function mode is enabled, the current function name is | 17804 | When Which Function mode is enabled, the current function name is |
| 17774 | continuously displayed in the mode line, in certain major modes. | 17805 | continuously displayed in the mode line, in certain major modes. |
| @@ -17911,7 +17942,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil) | |||
| 17911 | ;;;*** | 17942 | ;;;*** |
| 17912 | 17943 | ||
| 17913 | ;;;### (autoloads (widget-delete widget-create widget-prompt-value) | 17944 | ;;;### (autoloads (widget-delete widget-create widget-prompt-value) |
| 17914 | ;;;;;; "wid-edit" "wid-edit.el" (15052 38327)) | 17945 | ;;;;;; "wid-edit" "wid-edit.el" (15167 1797)) |
| 17915 | ;;; Generated autoloads from wid-edit.el | 17946 | ;;; Generated autoloads from wid-edit.el |
| 17916 | 17947 | ||
| 17917 | (autoload (quote widget-prompt-value) "wid-edit" "\ | 17948 | (autoload (quote widget-prompt-value) "wid-edit" "\ |
| @@ -17970,7 +18001,7 @@ Set up default keybindings for `windmove'." t nil) | |||
| 17970 | ;;;*** | 18001 | ;;;*** |
| 17971 | 18002 | ||
| 17972 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" | 18003 | ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el" |
| 17973 | ;;;;;; (14535 44846)) | 18004 | ;;;;;; (15177 40761)) |
| 17974 | ;;; Generated autoloads from winner.el | 18005 | ;;; Generated autoloads from winner.el |
| 17975 | 18006 | ||
| 17976 | (defvar winner-mode nil "\ | 18007 | (defvar winner-mode nil "\ |
| @@ -17989,7 +18020,7 @@ With arg, turn Winner mode on if and only if arg is positive." t nil) | |||
| 17989 | ;;;*** | 18020 | ;;;*** |
| 17990 | 18021 | ||
| 17991 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" | 18022 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" |
| 17992 | ;;;;;; "woman.el" (14966 38375)) | 18023 | ;;;;;; "woman.el" (15152 26399)) |
| 17993 | ;;; Generated autoloads from woman.el | 18024 | ;;; Generated autoloads from woman.el |
| 17994 | 18025 | ||
| 17995 | (autoload (quote woman) "woman" "\ | 18026 | (autoload (quote woman) "woman" "\ |
| @@ -18130,8 +18161,8 @@ The key bindings are: | |||
| 18130 | 18161 | ||
| 18131 | ;;;*** | 18162 | ;;;*** |
| 18132 | 18163 | ||
| 18133 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (14516 | 18164 | ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (15160 |
| 18134 | ;;;;;; 149)) | 18165 | ;;;;;; 13072)) |
| 18135 | ;;; Generated autoloads from xt-mouse.el | 18166 | ;;; Generated autoloads from xt-mouse.el |
| 18136 | 18167 | ||
| 18137 | (autoload (quote xterm-mouse-mode) "xt-mouse" "\ | 18168 | (autoload (quote xterm-mouse-mode) "xt-mouse" "\ |