/[emacs]/emacs/lisp/loaddefs.el
ViewVC logotype

Diff of /emacs/lisp/loaddefs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.50.4.10 by pot, Mon Jan 20 13:35:25 2003 UTC revision 2.50.4.11 by pot, Wed Jan 29 11:26:36 2003 UTC
# Line 870  Keymap summary Line 870  Keymap summary
870    
871  ;;;***  ;;;***
872    
873  ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (14804  ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (15927
874  ;;;;;;  20134))  ;;;;;;  36083))
875  ;;; Generated autoloads from progmodes/asm-mode.el  ;;; Generated autoloads from progmodes/asm-mode.el
876    
877  (autoload (quote asm-mode) "asm-mode" "\  (autoload (quote asm-mode) "asm-mode" "\
# Line 1996  from the cursor position." t nil) Line 1996  from the cursor position." t nil)
1996    
1997  ;;;***  ;;;***
1998    
1999  ;;;### (autoloads (calculator) "calculator" "calculator.el" (15611  ;;;### (autoloads (calculator) "calculator" "calculator.el" (15927
2000  ;;;;;;  31342))  ;;;;;;  36082))
2001  ;;; Generated autoloads from calculator.el  ;;; Generated autoloads from calculator.el
2002    
2003  (autoload (quote calculator) "calculator" "\  (autoload (quote calculator) "calculator" "\
# Line 2022  See the documentation for `calculator-mo Line 2022  See the documentation for `calculator-mo
2022  ;;;;;;  calendar-remove-frame-by-deleting mark-diary-entries-in-calendar  ;;;;;;  calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2023  ;;;;;;  number-of-diary-entries view-diary-entries-initially calendar-offset  ;;;;;;  number-of-diary-entries view-diary-entries-initially calendar-offset
2024  ;;;;;;  calendar-week-start-day) "calendar" "calendar/calendar.el"  ;;;;;;  calendar-week-start-day) "calendar" "calendar/calendar.el"
2025  ;;;;;;  (15611 31353))  ;;;;;;  (15927 36082))
2026  ;;; Generated autoloads from calendar/calendar.el  ;;; Generated autoloads from calendar/calendar.el
2027    
2028  (defvar calendar-week-start-day 0 "\  (defvar calendar-week-start-day 0 "\
# Line 2606  Key bindings: Line 2606  Key bindings:
2606  ;;;***  ;;;***
2607    
2608  ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"  ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
2609  ;;;;;;  "progmodes/cc-styles.el" (15832 54465))  ;;;;;;  "progmodes/cc-styles.el" (15927 36083))
2610  ;;; Generated autoloads from progmodes/cc-styles.el  ;;; Generated autoloads from progmodes/cc-styles.el
2611    
2612  (autoload (quote c-set-style) "cc-styles" "\  (autoload (quote c-set-style) "cc-styles" "\
# Line 2647  and exists only for compatibility reason Line 2647  and exists only for compatibility reason
2647    
2648  ;;;***  ;;;***
2649    
2650  ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15611 31358))  ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15927 36083))
2651  ;;; Generated autoloads from progmodes/cc-vars.el  ;;; Generated autoloads from progmodes/cc-vars.el
2652    
2653  (defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\  (defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\
# Line 3470  Enable dynamic word-completion." t nil) Line 3470  Enable dynamic word-completion." t nil)
3470  ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after  ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
3471  ;;;;;;  find-composition compose-chars decompose-string compose-string  ;;;;;;  find-composition compose-chars decompose-string compose-string
3472  ;;;;;;  decompose-region compose-region) "composite" "composite.el"  ;;;;;;  decompose-region compose-region) "composite" "composite.el"
3473  ;;;;;;  (15186 41418))  ;;;;;;  (15927 44373))
3474  ;;; Generated autoloads from composite.el  ;;; Generated autoloads from composite.el
3475    
3476  (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\  (defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\
# Line 3650  after a sequence character events." t ni Line 3650  after a sequence character events." t ni
3650    
3651  (autoload (quote decompose-composite-char) "composite" "\  (autoload (quote decompose-composite-char) "composite" "\
3652  Convert CHAR to string.  Convert CHAR to string.
3653  This is only for backward compatibility with Emacs 20.4 and the earlier.  This is only for backward compatibility with Emacs 20.4 and earlier.
3654    
3655  If optional 2nd arg TYPE is non-nil, it is `string', `list', or  If optional 2nd arg TYPE is non-nil, it is `string', `list', or
3656  `vector'.  In this case, CHAR is converted string, list of CHAR, or  `vector'.  In this case, CHAR is converted to string, list of CHAR, or
3657  vector of CHAR respectively." nil nil)  vector of CHAR respectively.
3658    Optional 3rd arg WITH-COMPOSITION-RULE is ignored." nil nil)
3659    
3660  ;;;***  ;;;***
3661    
# Line 3697  Insert a copyright by $ORGANIZATION noti Line 3698  Insert a copyright by $ORGANIZATION noti
3698  ;;;***  ;;;***
3699    
3700  ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"  ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
3701  ;;;;;;  (15915 55171))  ;;;;;;  (15927 36083))
3702  ;;; Generated autoloads from progmodes/cperl-mode.el  ;;; Generated autoloads from progmodes/cperl-mode.el
3703    
3704  (autoload (quote cperl-mode) "cperl-mode" "\  (autoload (quote cperl-mode) "cperl-mode" "\
# Line 5525  It returns the old style symbol." t nil) Line 5526  It returns the old style symbol." t nil)
5526  ;;;;;;  ebrowse-back-in-position-stack ebrowse-tags-search-member-use  ;;;;;;  ebrowse-back-in-position-stack ebrowse-tags-search-member-use
5527  ;;;;;;  ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol  ;;;;;;  ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol
5528  ;;;;;;  ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"  ;;;;;;  ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse"
5529  ;;;;;;  "progmodes/ebrowse.el" (15797 2282))  ;;;;;;  "progmodes/ebrowse.el" (15927 36084))
5530  ;;; Generated autoloads from progmodes/ebrowse.el  ;;; Generated autoloads from progmodes/ebrowse.el
5531    
5532  (autoload (quote ebrowse-tree-mode) "ebrowse" "\  (autoload (quote ebrowse-tree-mode) "ebrowse" "\
# Line 15712  The default comes from `process-coding-s Line 15713  The default comes from `process-coding-s
15713  ;;;;;;  strokes-help strokes-describe-stroke strokes-do-complex-stroke  ;;;;;;  strokes-help strokes-describe-stroke strokes-do-complex-stroke
15714  ;;;;;;  strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke  ;;;;;;  strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
15715  ;;;;;;  strokes-global-set-stroke strokes-mode) "strokes" "strokes.el"  ;;;;;;  strokes-global-set-stroke strokes-mode) "strokes" "strokes.el"
15716  ;;;;;;  (15611 31352))  ;;;;;;  (15927 36082))
15717  ;;; Generated autoloads from strokes.el  ;;; Generated autoloads from strokes.el
15718    
15719  (defvar strokes-mode nil "\  (defvar strokes-mode nil "\

Legend:
Removed from v.2.50.4.10  
changed lines
  Added in v.2.50.4.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26