diff options
| author | Gerd Moellmann | 2000-03-20 14:08:44 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-20 14:08:44 +0000 |
| commit | a25bbe00cb74395b72b23726f73e4edb5330f7cb (patch) | |
| tree | 376da2e18386382a39144a8ea726a580e231d2e8 | |
| parent | a1cc310c2b92fc27d5d4b9739846249da243d193 (diff) | |
| download | emacs-a25bbe00cb74395b72b23726f73e4edb5330f7cb.tar.gz emacs-a25bbe00cb74395b72b23726f73e4edb5330f7cb.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cus-load.el | 26 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 69 |
3 files changed, 54 insertions, 45 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e9b28f632c..0c27bb873fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-03-20 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el, | ||
| 4 | ange-ftp.el, browse-url.el, goto-addr.el, webjump.el, | ||
| 5 | zone-mode.el, snmp-mode.el: Moved to net subdirectory. | ||
| 6 | |||
| 3 | * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment | 7 | * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment |
| 4 | about behavior of set-buffer-modified-p wrt redisplay. | 8 | about behavior of set-buffer-modified-p wrt redisplay. |
| 5 | 9 | ||
diff --git a/lisp/cus-load.el b/lisp/cus-load.el index a36d903bc15..035d70a9f60 100644 --- a/lisp/cus-load.el +++ b/lisp/cus-load.el | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | (put 'mail-hist 'custom-loads '("mail-hist")) | 19 | (put 'mail-hist 'custom-loads '("mail-hist")) |
| 20 | (put 'gnus-article-emphasis 'custom-loads '("gnus-art")) | 20 | (put 'gnus-article-emphasis 'custom-loads '("gnus-art")) |
| 21 | (put 'dunnet 'custom-loads '("dunnet")) | 21 | (put 'dunnet 'custom-loads '("dunnet")) |
| 22 | (put 'fortran 'custom-loads '("f90" "fortran")) | 22 | (put 'fortran 'custom-loads '("fortran")) |
| 23 | (put 'feedmail-header 'custom-loads '("feedmail")) | 23 | (put 'feedmail-header 'custom-loads '("feedmail")) |
| 24 | (put 'reftex-table-of-contents-browser 'custom-loads '("reftex-vars")) | 24 | (put 'reftex-table-of-contents-browser 'custom-loads '("reftex-vars")) |
| 25 | (put 'mspools 'custom-loads '("mspools")) | 25 | (put 'mspools 'custom-loads '("mspools")) |
| @@ -115,7 +115,7 @@ | |||
| 115 | (put 'iso-acc 'custom-loads '("iso-acc")) | 115 | (put 'iso-acc 'custom-loads '("iso-acc")) |
| 116 | (put 'gnus-summary-pick 'custom-loads '("gnus-salt")) | 116 | (put 'gnus-summary-pick 'custom-loads '("gnus-salt")) |
| 117 | (put 'gnus-thread 'custom-loads '("gnus-sum")) | 117 | (put 'gnus-thread 'custom-loads '("gnus-sum")) |
| 118 | (put 'languages 'custom-loads '("cus-edit" "info-look" "ada-mode" "antlr-mode" "asm-mode" "cperl-mode" "dcl-mode" "delphi" "fortran" "hideshow" "icon" "idlwave" "m4-mode" "meta-mode" "modula2" "octave-mod" "pascal" "perl-mode" "prolog" "ps-mode" "sh-script" "simula" "tcl" "vhdl-mode" "sgml-mode")) | 118 | (put 'languages 'custom-loads '("cus-edit" "info-look" "ada-mode" "antlr-mode" "asm-mode" "cperl-mode" "dcl-mode" "delphi" "f90" "fortran" "hideshow" "icon" "idlwave" "m4-mode" "meta-mode" "modula2" "octave-mod" "pascal" "perl-mode" "prolog" "ps-mode" "sh-script" "simula" "tcl" "vhdl-mode" "sgml-mode")) |
| 119 | (put 'reftex-miscellaneous-configurations 'custom-loads '("reftex-vars")) | 119 | (put 'reftex-miscellaneous-configurations 'custom-loads '("reftex-vars")) |
| 120 | (put 'pong 'custom-loads '("pong")) | 120 | (put 'pong 'custom-loads '("pong")) |
| 121 | (put 'ediff-ptch 'custom-loads '("ediff-ptch")) | 121 | (put 'ediff-ptch 'custom-loads '("ediff-ptch")) |
| @@ -126,7 +126,7 @@ | |||
| 126 | (put 'gnus-treading 'custom-loads '("gnus-sum")) | 126 | (put 'gnus-treading 'custom-loads '("gnus-sum")) |
| 127 | (put 'idlwave-external-programs 'custom-loads '("idlwave")) | 127 | (put 'idlwave-external-programs 'custom-loads '("idlwave")) |
| 128 | (put 'strokes 'custom-loads '("strokes")) | 128 | (put 'strokes 'custom-loads '("strokes")) |
| 129 | (put 'mouse 'custom-loads '("faces" "mouse" "menu-bar" "avoid" "goto-addr" "mouse-sel" "msb" "mwheel" "strokes" "tooltip")) | 129 | (put 'mouse 'custom-loads '("faces" "mouse" "menu-bar" "avoid" "mouse-sel" "msb" "mwheel" "strokes" "tooltip" "goto-addr")) |
| 130 | (put 'nnmail-various 'custom-loads '("nnmail")) | 130 | (put 'nnmail-various 'custom-loads '("nnmail")) |
| 131 | (put 'extensions 'custom-loads '("generic" "iswitchb" "time-stamp" "wid-edit" "cust-print" "eldoc" "page-ext")) | 131 | (put 'extensions 'custom-loads '("generic" "iswitchb" "time-stamp" "wid-edit" "cust-print" "eldoc" "page-ext")) |
| 132 | (put 'ebnf-displacement 'custom-loads '("ebnf2ps")) | 132 | (put 'ebnf-displacement 'custom-loads '("ebnf2ps")) |
| @@ -267,7 +267,7 @@ | |||
| 267 | (put 'ebnf-optimization 'custom-loads '("ebnf2ps")) | 267 | (put 'ebnf-optimization 'custom-loads '("ebnf2ps")) |
| 268 | (put 'apropos 'custom-loads '("apropos")) | 268 | (put 'apropos 'custom-loads '("apropos")) |
| 269 | (put 'gomoku 'custom-loads '("gomoku")) | 269 | (put 'gomoku 'custom-loads '("gomoku")) |
| 270 | (put 'tools 'custom-loads '("add-log" "calculator" "compare-w" "diff-mode" "diff" "ediff" "elide-head" "emerge" "gud" "pcvs-defs" "rcompile" "smerge-mode" "speedbar" "tempo" "tooltip" "vc" "which-func" "copyright" "compile" "etags" "glasses" "make-mode")) | 270 | (put 'tools 'custom-loads '("add-log" "calculator" "compare-w" "diff-mode" "diff" "ediff" "elide-head" "emerge" "gud" "pcvs-defs" "smerge-mode" "speedbar" "tempo" "tooltip" "vc" "which-func" "copyright" "compile" "etags" "glasses" "make-mode" "rcompile")) |
| 271 | (put 'gnus-topic 'custom-loads '("gnus-topic")) | 271 | (put 'gnus-topic 'custom-loads '("gnus-topic")) |
| 272 | (put 'sgml 'custom-loads '("sgml-mode")) | 272 | (put 'sgml 'custom-loads '("sgml-mode")) |
| 273 | (put 'keyboard 'custom-loads '("simple" "chistory" "type-break")) | 273 | (put 'keyboard 'custom-loads '("simple" "chistory" "type-break")) |
| @@ -284,7 +284,7 @@ | |||
| 284 | (put 'widget-browse 'custom-loads '("wid-browse")) | 284 | (put 'widget-browse 'custom-loads '("wid-browse")) |
| 285 | (put 'feedmail-misc 'custom-loads '("feedmail")) | 285 | (put 'feedmail-misc 'custom-loads '("feedmail")) |
| 286 | (put 'diff 'custom-loads '("diff-mode" "diff")) | 286 | (put 'diff 'custom-loads '("diff-mode" "diff")) |
| 287 | (put 'unix 'custom-loads '("gud" "rlogin" "shell" "term" "sh-script")) | 287 | (put 'unix 'custom-loads '("gud" "shell" "term" "sh-script" "rlogin")) |
| 288 | (put 'external 'custom-loads '("bib-mode" "cus-edit" "locate" "server")) | 288 | (put 'external 'custom-loads '("bib-mode" "cus-edit" "locate" "server")) |
| 289 | (put 'vc 'custom-loads '("files" "vc-hooks" "vc")) | 289 | (put 'vc 'custom-loads '("files" "vc-hooks" "vc")) |
| 290 | (put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode")) | 290 | (put 'vhdl-highlight-faces 'custom-loads '("vhdl-mode")) |
| @@ -307,7 +307,7 @@ | |||
| 307 | (put 'vhdl-port 'custom-loads '("vhdl-mode")) | 307 | (put 'vhdl-port 'custom-loads '("vhdl-mode")) |
| 308 | (put 'calculator 'custom-loads '("calculator")) | 308 | (put 'calculator 'custom-loads '("calculator")) |
| 309 | (put 'custom-menu 'custom-loads '("cus-edit")) | 309 | (put 'custom-menu 'custom-loads '("cus-edit")) |
| 310 | (put 'comm 'custom-loads '("net-utils" "eudc-vars" "ldap")) | 310 | (put 'comm 'custom-loads '("eudc-vars" "ldap" "net-utils")) |
| 311 | (put 'type-break 'custom-loads '("type-break")) | 311 | (put 'type-break 'custom-loads '("type-break")) |
| 312 | (put 'mh 'custom-loads '("mh-comp" "mh-e" "mh-utils")) | 312 | (put 'mh 'custom-loads '("mh-comp" "mh-e" "mh-utils")) |
| 313 | (put 'convenience 'custom-loads '("abbrev" "autoinsert" "autorevert" "bs" "calculator" "complete" "completion" "dabbrev" "ffap" "filecache" "follow" "hippie-exp" "imenu" "iswitchb" "repeat" "speedbar" "windmove" "pc-select")) | 313 | (put 'convenience 'custom-loads '("abbrev" "autoinsert" "autorevert" "bs" "calculator" "complete" "completion" "dabbrev" "ffap" "filecache" "follow" "hippie-exp" "imenu" "iswitchb" "repeat" "speedbar" "windmove" "pc-select")) |
| @@ -329,7 +329,7 @@ | |||
| 329 | (put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev")) | 329 | (put 'abbrev-mode 'custom-loads '("abbrev" "cus-edit" "mailabbrev")) |
| 330 | (put 'earcon 'custom-loads '("earcon")) | 330 | (put 'earcon 'custom-loads '("earcon")) |
| 331 | (put 'feedmail-headers 'custom-loads '("feedmail")) | 331 | (put 'feedmail-headers 'custom-loads '("feedmail")) |
| 332 | (put 'hypermedia 'custom-loads '("browse-url" "goto-addr" "wid-edit" "metamail")) | 332 | (put 'hypermedia 'custom-loads '("wid-edit" "metamail" "browse-url" "goto-addr")) |
| 333 | (put 'ff 'custom-loads '("find-file")) | 333 | (put 'ff 'custom-loads '("find-file")) |
| 334 | (put 'prolog 'custom-loads '("prolog")) | 334 | (put 'prolog 'custom-loads '("prolog")) |
| 335 | (put 'follow 'custom-loads '("follow")) | 335 | (put 'follow 'custom-loads '("follow")) |
| @@ -349,7 +349,7 @@ | |||
| 349 | (put 'change-log 'custom-loads '("add-log")) | 349 | (put 'change-log 'custom-loads '("add-log")) |
| 350 | (put 'gnus-group-levels 'custom-loads '("gnus-group" "gnus-start" "gnus")) | 350 | (put 'gnus-group-levels 'custom-loads '("gnus-group" "gnus-start" "gnus")) |
| 351 | (put 'cperl 'custom-loads '("cperl-mode")) | 351 | (put 'cperl 'custom-loads '("cperl-mode")) |
| 352 | (put 'files 'custom-loads '("files" "ange-ftp" "autoinsert" "autorevert" "cus-edit" "filecache" "recentf" "shadow")) | 352 | (put 'files 'custom-loads '("files" "autoinsert" "autorevert" "cus-edit" "filecache" "recentf" "shadow" "ange-ftp")) |
| 353 | (put 'pcl-cvs 'custom-loads '("cvs-status" "log-edit" "log-view" "pcvs-defs" "pcvs-info" "pcvs-parse" "pcvs")) | 353 | (put 'pcl-cvs 'custom-loads '("cvs-status" "log-edit" "log-view" "pcvs-defs" "pcvs-info" "pcvs-parse" "pcvs")) |
| 354 | (put 'rmail-files 'custom-loads '("rmail")) | 354 | (put 'rmail-files 'custom-loads '("rmail")) |
| 355 | (put 'gnus-summary-format 'custom-loads '("gnus-sum" "gnus")) | 355 | (put 'gnus-summary-format 'custom-loads '("gnus-sum" "gnus")) |
| @@ -440,7 +440,7 @@ | |||
| 440 | (put 'reftex-index-support 'custom-loads '("reftex-vars")) | 440 | (put 'reftex-index-support 'custom-loads '("reftex-vars")) |
| 441 | (put 'pascal 'custom-loads '("pascal")) | 441 | (put 'pascal 'custom-loads '("pascal")) |
| 442 | (put 'rmail-retrieve 'custom-loads '("rmail")) | 442 | (put 'rmail-retrieve 'custom-loads '("rmail")) |
| 443 | (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "snmp-mode" "sort" "tar-mode" "time-stamp")) | 443 | (put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "snmp-mode")) |
| 444 | (put 'mail 'custom-loads '("simple" "startup" "time" "gnus" "message" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mail-utils" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune" "eudc-vars")) | 444 | (put 'mail 'custom-loads '("simple" "startup" "time" "gnus" "message" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mail-utils" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune" "eudc-vars")) |
| 445 | (put 'paren-blinking 'custom-loads '("simple")) | 445 | (put 'paren-blinking 'custom-loads '("simple")) |
| 446 | (put 'gnus-summary-sort 'custom-loads '("gnus-sum")) | 446 | (put 'gnus-summary-sort 'custom-loads '("gnus-sum")) |
| @@ -509,7 +509,7 @@ | |||
| 509 | (put 'tempo 'custom-loads '("tempo")) | 509 | (put 'tempo 'custom-loads '("tempo")) |
| 510 | (put 'c 'custom-loads '("tooltip" "cc-vars" "cmacexp" "hideif")) | 510 | (put 'c 'custom-loads '("tooltip" "cc-vars" "cmacexp" "hideif")) |
| 511 | (put 'nnmail-prepare 'custom-loads '("nnmail")) | 511 | (put 'nnmail-prepare 'custom-loads '("nnmail")) |
| 512 | (put 'processes 'custom-loads '("comint" "cus-edit" "rcompile" "rlogin" "shell" "term" "metamail" "compile" "executable" "sql" "flyspell")) | 512 | (put 'processes 'custom-loads '("comint" "cus-edit" "shell" "term" "metamail" "compile" "executable" "sql" "flyspell" "rcompile" "rlogin")) |
| 513 | (put 'ebnf2ps 'custom-loads '("ebnf2ps")) | 513 | (put 'ebnf2ps 'custom-loads '("ebnf2ps")) |
| 514 | (put 'sendmail 'custom-loads '("sendmail")) | 514 | (put 'sendmail 'custom-loads '("sendmail")) |
| 515 | (put 'gnus-article-signature 'custom-loads '("gnus-art")) | 515 | (put 'gnus-article-signature 'custom-loads '("gnus-art")) |
| @@ -647,6 +647,8 @@ | |||
| 647 | (custom-put-if-not 'which-func 'group-documentation "Mode to display the current function name in the modeline.") | 647 | (custom-put-if-not 'which-func 'group-documentation "Mode to display the current function name in the modeline.") |
| 648 | (custom-put-if-not 'read-mail-command 'custom-version "21.1") | 648 | (custom-put-if-not 'read-mail-command 'custom-version "21.1") |
| 649 | (custom-put-if-not 'read-mail-command 'standard-value t) | 649 | (custom-put-if-not 'read-mail-command 'standard-value t) |
| 650 | (custom-put-if-not 'ange-ftp-try-passive-mode 'custom-version 21.1) | ||
| 651 | (custom-put-if-not 'ange-ftp-try-passive-mode 'standard-value t) | ||
| 650 | (custom-put-if-not 'mouse-buffer-menu-mode-mult 'custom-version "20.3") | 652 | (custom-put-if-not 'mouse-buffer-menu-mode-mult 'custom-version "20.3") |
| 651 | (custom-put-if-not 'mouse-buffer-menu-mode-mult 'standard-value t) | 653 | (custom-put-if-not 'mouse-buffer-menu-mode-mult 'standard-value t) |
| 652 | (custom-put-if-not 'eval-expression-print-length 'custom-version "21.1") | 654 | (custom-put-if-not 'eval-expression-print-length 'custom-version "21.1") |
| @@ -675,6 +677,8 @@ | |||
| 675 | (custom-put-if-not 'rmail-file-name 'standard-value t) | 677 | (custom-put-if-not 'rmail-file-name 'standard-value t) |
| 676 | (custom-put-if-not 'cperl 'custom-version "20.3") | 678 | (custom-put-if-not 'cperl 'custom-version "20.3") |
| 677 | (custom-put-if-not 'cperl 'group-documentation "Major mode for editing Perl code.") | 679 | (custom-put-if-not 'cperl 'group-documentation "Major mode for editing Perl code.") |
| 680 | (custom-put-if-not 'focus-follows-mouse 'custom-version "20.3") | ||
| 681 | (custom-put-if-not 'focus-follows-mouse 'standard-value t) | ||
| 678 | (custom-put-if-not 'fortran-comment-line-start-skip 'custom-version "21.1") | 682 | (custom-put-if-not 'fortran-comment-line-start-skip 'custom-version "21.1") |
| 679 | (custom-put-if-not 'fortran-comment-line-start-skip 'standard-value t) | 683 | (custom-put-if-not 'fortran-comment-line-start-skip 'standard-value t) |
| 680 | (custom-put-if-not 'checkdoc 'custom-version "20.3") | 684 | (custom-put-if-not 'checkdoc 'custom-version "20.3") |
| @@ -740,7 +744,7 @@ | |||
| 740 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") | 744 | (custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") |
| 741 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) | 745 | (custom-put-if-not 'eval-expression-print-level 'standard-value t) |
| 742 | 746 | ||
| 743 | (defvar custom-versions-load-alist '(("20.3.3" "dos-vars") ("20.4" "sh-script" "help" "compile") ("21.1" "debug" "paths" "sgml-mode" "fortran" "etags" "cus-edit" "add-log" "find-func" "simple") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "uce" "mouse" "diary-lib" "sendmail" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "vc-hooks" "cus-edit" "replace")) | 747 | (defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "sh-script" "help" "compile") ("21.1" "debug" "paths" "sgml-mode" "fortran" "etags" "cus-edit" "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")) |
| 744 | "For internal use by custom.") | 748 | "For internal use by custom.") |
| 745 | 749 | ||
| 746 | (provide 'cus-load) | 750 | (provide 'cus-load) |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index 0498e9c60e2..cc6ba9d55aa 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -381,8 +381,8 @@ 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 | ;;;;;; "ange-ftp.el" (14488 16438)) | 384 | ;;;;;; "net/ange-ftp.el" (14546 48005)) |
| 385 | ;;; Generated autoloads from 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 | ||
| 388 | (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\ | 388 | (autoload (quote ange-ftp-reread-dir) "ange-ftp" "\ |
| @@ -766,8 +766,8 @@ definition of \"random distance\".)" t nil) | |||
| 766 | 766 | ||
| 767 | ;;;*** | 767 | ;;;*** |
| 768 | 768 | ||
| 769 | ;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (13549 | 769 | ;;;### (autoloads (awk-mode) "awk-mode" "progmodes/awk-mode.el" (14546 |
| 770 | ;;;;;; 39413)) | 770 | ;;;;;; 45178)) |
| 771 | ;;; Generated autoloads from progmodes/awk-mode.el | 771 | ;;; Generated autoloads from progmodes/awk-mode.el |
| 772 | 772 | ||
| 773 | (autoload (quote awk-mode) "awk-mode" "\ | 773 | (autoload (quote awk-mode) "awk-mode" "\ |
| @@ -1309,9 +1309,9 @@ corresponding bookmark function from Lisp (the one without the | |||
| 1309 | ;;;;;; browse-url-at-point browse-url browse-url-of-region browse-url-of-dired-file | 1309 | ;;;;;; browse-url-at-point browse-url browse-url-of-region browse-url-of-dired-file |
| 1310 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program | 1310 | ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program |
| 1311 | ;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p | 1311 | ;;;;;; browse-url-save-file browse-url-netscape-display browse-url-new-window-p |
| 1312 | ;;;;;; browse-url-browser-function) "browse-url" "browse-url.el" | 1312 | ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el" |
| 1313 | ;;;;;; (14477 53252)) | 1313 | ;;;;;; (14477 53252)) |
| 1314 | ;;; Generated autoloads from browse-url.el | 1314 | ;;; Generated autoloads from net/browse-url.el |
| 1315 | 1315 | ||
| 1316 | (defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ | 1316 | (defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\ |
| 1317 | *Function to display the current buffer in a WWW browser. | 1317 | *Function to display the current buffer in a WWW browser. |
| @@ -1546,7 +1546,7 @@ name of buffer configuration." t nil) | |||
| 1546 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile | 1546 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile |
| 1547 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file | 1547 | ;;;;;; display-call-tree byte-compile compile-defun byte-compile-file |
| 1548 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" | 1548 | ;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" |
| 1549 | ;;;;;; "emacs-lisp/bytecomp.el" (14534 23874)) | 1549 | ;;;;;; "emacs-lisp/bytecomp.el" (14547 29523)) |
| 1550 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 1550 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 1551 | 1551 | ||
| 1552 | (autoload (quote byte-force-recompile) "bytecomp" "\ | 1552 | (autoload (quote byte-force-recompile) "bytecomp" "\ |
| @@ -3333,7 +3333,7 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." t nil) | |||
| 3333 | ;;;;;; customize-option-other-window customize-changed-options customize-option | 3333 | ;;;;;; customize-option-other-window customize-changed-options customize-option |
| 3334 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable | 3334 | ;;;;;; customize-group-other-window customize-group customize customize-save-variable |
| 3335 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" | 3335 | ;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el" |
| 3336 | ;;;;;; (14542 5199)) | 3336 | ;;;;;; (14545 22746)) |
| 3337 | ;;; Generated autoloads from cus-edit.el | 3337 | ;;; Generated autoloads from cus-edit.el |
| 3338 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") | 3338 | (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") |
| 3339 | 3339 | ||
| @@ -3749,7 +3749,7 @@ $ | |||
| 3749 | ;;;*** | 3749 | ;;;*** |
| 3750 | 3750 | ||
| 3751 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" | 3751 | ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" |
| 3752 | ;;;;;; "emacs-lisp/debug.el" (14432 49602)) | 3752 | ;;;;;; "emacs-lisp/debug.el" (14547 29510)) |
| 3753 | ;;; Generated autoloads from emacs-lisp/debug.el | 3753 | ;;; Generated autoloads from emacs-lisp/debug.el |
| 3754 | 3754 | ||
| 3755 | (setq debugger (quote debug)) | 3755 | (setq debugger (quote debug)) |
| @@ -5973,7 +5973,7 @@ This is used only in conjunction with `expand-add-abbrevs'." t nil) | |||
| 5973 | 5973 | ||
| 5974 | ;;;*** | 5974 | ;;;*** |
| 5975 | 5975 | ||
| 5976 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14398 36512)) | 5976 | ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14546 35423)) |
| 5977 | ;;; Generated autoloads from progmodes/f90.el | 5977 | ;;; Generated autoloads from progmodes/f90.el |
| 5978 | 5978 | ||
| 5979 | (autoload (quote f90-mode) "f90" "\ | 5979 | (autoload (quote f90-mode) "f90" "\ |
| @@ -6635,7 +6635,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key: | |||
| 6635 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode | 6635 | ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode |
| 6636 | ;;;;;; global-font-lock-mode font-lock-remove-keywords font-lock-add-keywords | 6636 | ;;;;;; global-font-lock-mode font-lock-remove-keywords font-lock-add-keywords |
| 6637 | ;;;;;; turn-on-font-lock font-lock-mode) "font-lock" "font-lock.el" | 6637 | ;;;;;; turn-on-font-lock font-lock-mode) "font-lock" "font-lock.el" |
| 6638 | ;;;;;; (14539 53666)) | 6638 | ;;;;;; (14546 54851)) |
| 6639 | ;;; Generated autoloads from font-lock.el | 6639 | ;;; Generated autoloads from font-lock.el |
| 6640 | 6640 | ||
| 6641 | (defvar font-lock-mode-hook nil "\ | 6641 | (defvar font-lock-mode-hook nil "\ |
| @@ -7167,8 +7167,8 @@ Use \\[describe-mode] for more info." t nil) | |||
| 7167 | ;;;*** | 7167 | ;;;*** |
| 7168 | 7168 | ||
| 7169 | ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) | 7169 | ;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) |
| 7170 | ;;;;;; "goto-addr" "goto-addr.el" (14385 24830)) | 7170 | ;;;;;; "goto-addr" "net/goto-addr.el" (14385 24830)) |
| 7171 | ;;; Generated autoloads from goto-addr.el | 7171 | ;;; Generated autoloads from net/goto-addr.el |
| 7172 | 7172 | ||
| 7173 | (autoload (quote goto-address-at-mouse) "goto-addr" "\ | 7173 | (autoload (quote goto-address-at-mouse) "goto-addr" "\ |
| 7174 | Send to the e-mail address or load the URL clicked with the mouse. | 7174 | Send to the e-mail address or load the URL clicked with the mouse. |
| @@ -8187,7 +8187,7 @@ of `inferior-lisp-program'). Runs the hooks from | |||
| 8187 | 8187 | ||
| 8188 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node | 8188 | ;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node |
| 8189 | ;;;;;; Info-goto-emacs-command-node info-standalone info info-other-window) | 8189 | ;;;;;; Info-goto-emacs-command-node info-standalone info info-other-window) |
| 8190 | ;;;;;; "info" "info.el" (14485 39769)) | 8190 | ;;;;;; "info" "info.el" (14544 60288)) |
| 8191 | ;;; Generated autoloads from info.el | 8191 | ;;; Generated autoloads from info.el |
| 8192 | 8192 | ||
| 8193 | (autoload (quote info-other-window) "info" "\ | 8193 | (autoload (quote info-other-window) "info" "\ |
| @@ -8761,7 +8761,7 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading." nil | |||
| 8761 | ;;;*** | 8761 | ;;;*** |
| 8762 | 8762 | ||
| 8763 | ;;;### (autoloads (turn-on-jit-lock jit-lock-mode) "jit-lock" "jit-lock.el" | 8763 | ;;;### (autoloads (turn-on-jit-lock jit-lock-mode) "jit-lock" "jit-lock.el" |
| 8764 | ;;;;;; (14512 27554)) | 8764 | ;;;;;; (14550 5866)) |
| 8765 | ;;; Generated autoloads from jit-lock.el | 8765 | ;;; Generated autoloads from jit-lock.el |
| 8766 | 8766 | ||
| 8767 | (autoload (quote jit-lock-mode) "jit-lock" "\ | 8767 | (autoload (quote jit-lock-mode) "jit-lock" "\ |
| @@ -10201,9 +10201,9 @@ Enable mouse wheel support." nil nil) | |||
| 10201 | 10201 | ||
| 10202 | ;;;### (autoloads (network-connection network-connection-to-service | 10202 | ;;;### (autoloads (network-connection network-connection-to-service |
| 10203 | ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host | 10203 | ;;;;;; whois-reverse-lookup whois finger ftp dig nslookup nslookup-host |
| 10204 | ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net-utils.el" | 10204 | ;;;;;; route arp netstat ipconfig ping traceroute) "net-utils" "net/net-utils.el" |
| 10205 | ;;;;;; (14385 24830)) | 10205 | ;;;;;; (14385 24830)) |
| 10206 | ;;; Generated autoloads from net-utils.el | 10206 | ;;; Generated autoloads from net/net-utils.el |
| 10207 | 10207 | ||
| 10208 | (autoload (quote traceroute) "net-utils" "\ | 10208 | (autoload (quote traceroute) "net-utils" "\ |
| 10209 | Run traceroute program for TARGET." t nil) | 10209 | Run traceroute program for TARGET." t nil) |
| @@ -11379,8 +11379,9 @@ of each directory." t nil) | |||
| 11379 | 11379 | ||
| 11380 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls | 11380 | ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls |
| 11381 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url | 11381 | ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url |
| 11382 | ;;;;;; quickurl-ask quickurl) "quickurl" "quickurl.el" (14495 17990)) | 11382 | ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14495 |
| 11383 | ;;; Generated autoloads from quickurl.el | 11383 | ;;;;;; 17990)) |
| 11384 | ;;; Generated autoloads from net/quickurl.el | ||
| 11384 | 11385 | ||
| 11385 | (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" "\ | 11386 | (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" "\ |
| 11386 | Example `quickurl-postfix' text that adds a local variable to the | 11387 | Example `quickurl-postfix' text that adds a local variable to the |
| @@ -11424,9 +11425,9 @@ Display `quickurl-list' as a formatted list using `quickurl-list-mode'." t nil) | |||
| 11424 | 11425 | ||
| 11425 | ;;;*** | 11426 | ;;;*** |
| 11426 | 11427 | ||
| 11427 | ;;;### (autoloads (remote-compile) "rcompile" "rcompile.el" (13149 | 11428 | ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (13149 |
| 11428 | ;;;;;; 16808)) | 11429 | ;;;;;; 16808)) |
| 11429 | ;;; Generated autoloads from rcompile.el | 11430 | ;;; Generated autoloads from net/rcompile.el |
| 11430 | 11431 | ||
| 11431 | (autoload (quote remote-compile) "rcompile" "\ | 11432 | (autoload (quote remote-compile) "rcompile" "\ |
| 11432 | Compile the the current buffer's directory on HOST. Log in as USER. | 11433 | Compile the the current buffer's directory on HOST. Log in as USER. |
| @@ -11775,8 +11776,8 @@ Make a ring that can contain SIZE elements." nil nil) | |||
| 11775 | 11776 | ||
| 11776 | ;;;*** | 11777 | ;;;*** |
| 11777 | 11778 | ||
| 11778 | ;;;### (autoloads (rlogin) "rlogin" "rlogin.el" (14495 17992)) | 11779 | ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (14550 7959)) |
| 11779 | ;;; Generated autoloads from rlogin.el | 11780 | ;;; Generated autoloads from net/rlogin.el |
| 11780 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") | 11781 | (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)") |
| 11781 | 11782 | ||
| 11782 | (autoload (quote rlogin) "rlogin" "\ | 11783 | (autoload (quote rlogin) "rlogin" "\ |
| @@ -12144,7 +12145,7 @@ KEYWORDS is a comma-separated list of labels." t nil) | |||
| 12144 | ;;;;;; rmail-summary-by-topic rmail-summary-by-regexp rmail-summary-by-recipients | 12145 | ;;;;;; rmail-summary-by-topic rmail-summary-by-regexp rmail-summary-by-recipients |
| 12145 | ;;;;;; rmail-summary-by-labels rmail-summary rmail-summary-line-count-flag | 12146 | ;;;;;; rmail-summary-by-labels rmail-summary rmail-summary-line-count-flag |
| 12146 | ;;;;;; rmail-summary-scroll-between-messages) "rmailsum" "mail/rmailsum.el" | 12147 | ;;;;;; rmail-summary-scroll-between-messages) "rmailsum" "mail/rmailsum.el" |
| 12147 | ;;;;;; (14418 7508)) | 12148 | ;;;;;; (14547 28270)) |
| 12148 | ;;; Generated autoloads from mail/rmailsum.el | 12149 | ;;; Generated autoloads from mail/rmailsum.el |
| 12149 | 12150 | ||
| 12150 | (defvar rmail-summary-scroll-between-messages t "\ | 12151 | (defvar rmail-summary-scroll-between-messages t "\ |
| @@ -12917,9 +12918,9 @@ snake-mode keybindings: | |||
| 12917 | 12918 | ||
| 12918 | ;;;*** | 12919 | ;;;*** |
| 12919 | 12920 | ||
| 12920 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "snmp-mode.el" | 12921 | ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" |
| 12921 | ;;;;;; (14082 18459)) | 12922 | ;;;;;; (14082 18459)) |
| 12922 | ;;; Generated autoloads from snmp-mode.el | 12923 | ;;; Generated autoloads from net/snmp-mode.el |
| 12923 | 12924 | ||
| 12924 | (autoload (quote snmp-mode) "snmp-mode" "\ | 12925 | (autoload (quote snmp-mode) "snmp-mode" "\ |
| 12925 | Major mode for editing SNMP MIBs. | 12926 | Major mode for editing SNMP MIBs. |
| @@ -13562,8 +13563,8 @@ Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil) | |||
| 13562 | 13563 | ||
| 13563 | ;;;*** | 13564 | ;;;*** |
| 13564 | 13565 | ||
| 13565 | ;;;### (autoloads (rsh telnet) "telnet" "telnet.el" (13858 52416)) | 13566 | ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (13858 52416)) |
| 13566 | ;;; Generated autoloads from telnet.el | 13567 | ;;; Generated autoloads from net/telnet.el |
| 13567 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") | 13568 | (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)") |
| 13568 | 13569 | ||
| 13569 | (autoload (quote telnet) "telnet" "\ | 13570 | (autoload (quote telnet) "telnet" "\ |
| @@ -15244,8 +15245,8 @@ Convert Vietnamese characaters of the current buffer to `VIQR' mnemonics." t nil | |||
| 15244 | 15245 | ||
| 15245 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame | 15246 | ;;;### (autoloads (View-exit-and-edit view-mode-enter view-mode view-buffer-other-frame |
| 15246 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame | 15247 | ;;;;;; view-buffer-other-window view-buffer view-file-other-frame |
| 15247 | ;;;;;; view-file-other-window view-file) "view" "view.el" (14485 | 15248 | ;;;;;; view-file-other-window view-file) "view" "view.el" (14550 |
| 15248 | ;;;;;; 65350)) | 15249 | ;;;;;; 6934)) |
| 15249 | ;;; Generated autoloads from view.el | 15250 | ;;; Generated autoloads from view.el |
| 15250 | 15251 | ||
| 15251 | (defvar view-mode nil "\ | 15252 | (defvar view-mode nil "\ |
| @@ -15453,8 +15454,8 @@ Turn on Viper emulation of Vi." t nil) | |||
| 15453 | 15454 | ||
| 15454 | ;;;*** | 15455 | ;;;*** |
| 15455 | 15456 | ||
| 15456 | ;;;### (autoloads (webjump) "webjump" "webjump.el" (14223 54012)) | 15457 | ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (14223 54012)) |
| 15457 | ;;; Generated autoloads from webjump.el | 15458 | ;;; Generated autoloads from net/webjump.el |
| 15458 | 15459 | ||
| 15459 | (autoload (quote webjump) "webjump" "\ | 15460 | (autoload (quote webjump) "webjump" "\ |
| 15460 | Jumps to a Web site from a programmable hotlist. | 15461 | Jumps to a Web site from a programmable hotlist. |
| @@ -15818,8 +15819,8 @@ Zippy goes to the analyst." t nil) | |||
| 15818 | ;;;*** | 15819 | ;;;*** |
| 15819 | 15820 | ||
| 15820 | ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" | 15821 | ;;;### (autoloads (zone-mode zone-mode-update-serial-hook) "zone-mode" |
| 15821 | ;;;;;; "zone-mode.el" (13674 20513)) | 15822 | ;;;;;; "net/zone-mode.el" (13674 20513)) |
| 15822 | ;;; Generated autoloads from zone-mode.el | 15823 | ;;; Generated autoloads from net/zone-mode.el |
| 15823 | 15824 | ||
| 15824 | (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ | 15825 | (autoload (quote zone-mode-update-serial-hook) "zone-mode" "\ |
| 15825 | Update the serial number in a zone if the file was modified" t nil) | 15826 | Update the serial number in a zone if the file was modified" t nil) |