diff options
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 29 | ||||
| -rw-r--r-- | lisp/version.el | 2 | ||||
| -rw-r--r-- | man/emacs.texi | 2 |
4 files changed, 18 insertions, 17 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | This directory tree holds version 21.2.94 of GNU Emacs, the extensible, | 1 | This directory tree holds version 21.2.95 of GNU Emacs, the extensible, |
| 2 | customizable, self-documenting real-time display editor. | 2 | customizable, self-documenting real-time display editor. |
| 3 | 3 | ||
| 4 | You may encounter bugs in this release. If you do, please report | 4 | You may encounter bugs in this release. If you do, please report |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index 4c2b1d69622..5c201fafec4 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -870,8 +870,8 @@ Keymap summary | |||
| 870 | 870 | ||
| 871 | ;;;*** | 871 | ;;;*** |
| 872 | 872 | ||
| 873 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (14804 | 873 | ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (15927 |
| 874 | ;;;;;; 20134)) | 874 | ;;;;;; 36083)) |
| 875 | ;;; Generated autoloads from progmodes/asm-mode.el | 875 | ;;; Generated autoloads from progmodes/asm-mode.el |
| 876 | 876 | ||
| 877 | (autoload (quote asm-mode) "asm-mode" "\ | 877 | (autoload (quote asm-mode) "asm-mode" "\ |
| @@ -1996,8 +1996,8 @@ from the cursor position." t nil) | |||
| 1996 | 1996 | ||
| 1997 | ;;;*** | 1997 | ;;;*** |
| 1998 | 1998 | ||
| 1999 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (15611 | 1999 | ;;;### (autoloads (calculator) "calculator" "calculator.el" (15927 |
| 2000 | ;;;;;; 31342)) | 2000 | ;;;;;; 36082)) |
| 2001 | ;;; Generated autoloads from calculator.el | 2001 | ;;; Generated autoloads from calculator.el |
| 2002 | 2002 | ||
| 2003 | (autoload (quote calculator) "calculator" "\ | 2003 | (autoload (quote calculator) "calculator" "\ |
| @@ -2022,7 +2022,7 @@ See the documentation for `calculator-mode' for more information." t nil) | |||
| 2022 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar | 2022 | ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar |
| 2023 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset | 2023 | ;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset |
| 2024 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" | 2024 | ;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" |
| 2025 | ;;;;;; (15611 31353)) | 2025 | ;;;;;; (15927 36082)) |
| 2026 | ;;; Generated autoloads from calendar/calendar.el | 2026 | ;;; Generated autoloads from calendar/calendar.el |
| 2027 | 2027 | ||
| 2028 | (defvar calendar-week-start-day 0 "\ | 2028 | (defvar calendar-week-start-day 0 "\ |
| @@ -2606,7 +2606,7 @@ Key bindings: | |||
| 2606 | ;;;*** | 2606 | ;;;*** |
| 2607 | 2607 | ||
| 2608 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" | 2608 | ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles" |
| 2609 | ;;;;;; "progmodes/cc-styles.el" (15832 54465)) | 2609 | ;;;;;; "progmodes/cc-styles.el" (15927 36083)) |
| 2610 | ;;; Generated autoloads from progmodes/cc-styles.el | 2610 | ;;; Generated autoloads from progmodes/cc-styles.el |
| 2611 | 2611 | ||
| 2612 | (autoload (quote c-set-style) "cc-styles" "\ | 2612 | (autoload (quote c-set-style) "cc-styles" "\ |
| @@ -2647,7 +2647,7 @@ and exists only for compatibility reasons." t nil) | |||
| 2647 | 2647 | ||
| 2648 | ;;;*** | 2648 | ;;;*** |
| 2649 | 2649 | ||
| 2650 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15611 31358)) | 2650 | ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (15927 36083)) |
| 2651 | ;;; Generated autoloads from progmodes/cc-vars.el | 2651 | ;;; Generated autoloads from progmodes/cc-vars.el |
| 2652 | 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))) "\ | 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))) "\ |
| @@ -3470,7 +3470,7 @@ Enable dynamic word-completion." t nil) | |||
| 3470 | ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after | 3470 | ;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after |
| 3471 | ;;;;;; find-composition compose-chars decompose-string compose-string | 3471 | ;;;;;; find-composition compose-chars decompose-string compose-string |
| 3472 | ;;;;;; decompose-region compose-region) "composite" "composite.el" | 3472 | ;;;;;; decompose-region compose-region) "composite" "composite.el" |
| 3473 | ;;;;;; (15186 41418)) | 3473 | ;;;;;; (15927 44373)) |
| 3474 | ;;; Generated autoloads from composite.el | 3474 | ;;; Generated autoloads from composite.el |
| 3475 | 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))) "\ | 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))) "\ |
| @@ -3650,11 +3650,12 @@ after a sequence character events." t nil) | |||
| 3650 | 3650 | ||
| 3651 | (autoload (quote decompose-composite-char) "composite" "\ | 3651 | (autoload (quote decompose-composite-char) "composite" "\ |
| 3652 | Convert CHAR to string. | 3652 | Convert CHAR to string. |
| 3653 | This is only for backward compatibility with Emacs 20.4 and the earlier. | 3653 | This is only for backward compatibility with Emacs 20.4 and earlier. |
| 3654 | 3654 | ||
| 3655 | If optional 2nd arg TYPE is non-nil, it is `string', `list', or | 3655 | 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 | 3656 | `vector'. In this case, CHAR is converted to string, list of CHAR, or |
| 3657 | vector of CHAR respectively." nil nil) | 3657 | vector of CHAR respectively. |
| 3658 | Optional 3rd arg WITH-COMPOSITION-RULE is ignored." nil nil) | ||
| 3658 | 3659 | ||
| 3659 | ;;;*** | 3660 | ;;;*** |
| 3660 | 3661 | ||
| @@ -3697,7 +3698,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil) | |||
| 3697 | ;;;*** | 3698 | ;;;*** |
| 3698 | 3699 | ||
| 3699 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" | 3700 | ;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" |
| 3700 | ;;;;;; (15915 55171)) | 3701 | ;;;;;; (15927 36083)) |
| 3701 | ;;; Generated autoloads from progmodes/cperl-mode.el | 3702 | ;;; Generated autoloads from progmodes/cperl-mode.el |
| 3702 | 3703 | ||
| 3703 | (autoload (quote cperl-mode) "cperl-mode" "\ | 3704 | (autoload (quote cperl-mode) "cperl-mode" "\ |
| @@ -5525,7 +5526,7 @@ It returns the old style symbol." t nil) | |||
| 5525 | ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use | 5526 | ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use |
| 5526 | ;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol | 5527 | ;;;;;; ebrowse-tags-query-replace ebrowse-tags-loop-continue ebrowse-tags-complete-symbol |
| 5527 | ;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" | 5528 | ;;;;;; ebrowse-electric-choose-tree ebrowse-tree-mode) "ebrowse" |
| 5528 | ;;;;;; "progmodes/ebrowse.el" (15797 2282)) | 5529 | ;;;;;; "progmodes/ebrowse.el" (15927 36084)) |
| 5529 | ;;; Generated autoloads from progmodes/ebrowse.el | 5530 | ;;; Generated autoloads from progmodes/ebrowse.el |
| 5530 | 5531 | ||
| 5531 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ | 5532 | (autoload (quote ebrowse-tree-mode) "ebrowse" "\ |
| @@ -15712,7 +15713,7 @@ The default comes from `process-coding-system-alist' and | |||
| 15712 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke | 15713 | ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke |
| 15713 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke | 15714 | ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke |
| 15714 | ;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el" | 15715 | ;;;;;; strokes-global-set-stroke strokes-mode) "strokes" "strokes.el" |
| 15715 | ;;;;;; (15611 31352)) | 15716 | ;;;;;; (15927 36082)) |
| 15716 | ;;; Generated autoloads from strokes.el | 15717 | ;;; Generated autoloads from strokes.el |
| 15717 | 15718 | ||
| 15718 | (defvar strokes-mode nil "\ | 15719 | (defvar strokes-mode nil "\ |
diff --git a/lisp/version.el b/lisp/version.el index 6e99bdb0f81..449616af68b 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | ;;; Code: | 28 | ;;; Code: |
| 29 | 29 | ||
| 30 | (defconst emacs-version "21.2.94" "\ | 30 | (defconst emacs-version "21.2.95" "\ |
| 31 | Version numbers of this version of Emacs.") | 31 | Version numbers of this version of Emacs.") |
| 32 | 32 | ||
| 33 | (defconst emacs-major-version | 33 | (defconst emacs-major-version |
diff --git a/man/emacs.texi b/man/emacs.texi index 16086859a60..ffbd3768a67 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | @c The edition number appears in several places in this file | 9 | @c The edition number appears in several places in this file |
| 10 | @set EDITION Fourteenth | 10 | @set EDITION Fourteenth |
| 11 | @set EMACSVER 21.2.94 | 11 | @set EMACSVER 21.2.95 |
| 12 | 12 | ||
| 13 | @ifnottex | 13 | @ifnottex |
| 14 | This is the @value{EDITION} edition of the @cite{GNU Emacs Manual}, | 14 | This is the @value{EDITION} edition of the @cite{GNU Emacs Manual}, |