aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorNicolas Petton2017-04-20 17:24:06 +0200
committerNicolas Petton2017-04-20 17:29:11 +0200
commit3a34412caae002accd0fc7a7fc0b718c2f34159b (patch)
tree5464bfe7a984eabaa1d4688ceb130c694c0bdd72 /lisp
parent56a4461a48d5803fbc979924475da4b3621ea0f5 (diff)
downloademacs-3a34412caae002accd0fc7a7fc0b718c2f34159b.tar.gz
emacs-3a34412caae002accd0fc7a7fc0b718c2f34159b.zip
Set Emacs version to 25.2 and update AUTHORS fileemacs-25.2
* README: Set Emacs version to 25.2. * etc/HISTORY: Add release log. * lisp/ldefs-boot.el: * etc/AUTHORS: * ChangeLog.2: Update.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ldefs-boot.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 0868e93c00d..1edeee3d7c8 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -5657,8 +5657,8 @@ If the argument is nil, we return the display table to its standard state.
5657 5657
5658;;;*** 5658;;;***
5659 5659
5660;;;### (autoloads nil "dabbrev" "dabbrev.el" (22676 23208 592522 5660;;;### (autoloads nil "dabbrev" "dabbrev.el" (22776 51906 195147
5661;;;;;; 795000)) 5661;;;;;; 452000))
5662;;; Generated autoloads from dabbrev.el 5662;;; Generated autoloads from dabbrev.el
5663(put 'dabbrev-case-fold-search 'risky-local-variable t) 5663(put 'dabbrev-case-fold-search 'risky-local-variable t)
5664(put 'dabbrev-case-replace 'risky-local-variable t) 5664(put 'dabbrev-case-replace 'risky-local-variable t)
@@ -10130,7 +10130,7 @@ fourth arg NOSEP non-nil inhibits this.
10130 10130
10131;;;*** 10131;;;***
10132 10132
10133;;;### (autoloads nil "eww" "net/eww.el" (22676 23208 763522 97000)) 10133;;;### (autoloads nil "eww" "net/eww.el" (22776 51906 197147 444000))
10134;;; Generated autoloads from net/eww.el 10134;;; Generated autoloads from net/eww.el
10135 10135
10136(defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\ 10136(defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\
@@ -15829,7 +15829,7 @@ of `inferior-lisp-program'). Runs the hooks from
15829 15829
15830;;;*** 15830;;;***
15831 15831
15832;;;### (autoloads nil "info" "info.el" (22676 23208 710522 314000)) 15832;;;### (autoloads nil "info" "info.el" (22776 51906 196147 448000))
15833;;; Generated autoloads from info.el 15833;;; Generated autoloads from info.el
15834 15834
15835(defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\ 15835(defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\
@@ -20631,7 +20631,7 @@ The list is displayed in a buffer named `*Packages*'.
20631 20631
20632;;;*** 20632;;;***
20633 20633
20634;;;### (autoloads nil "paren" "paren.el" (22676 23208 827521 836000)) 20634;;;### (autoloads nil "paren" "paren.el" (22776 51906 197147 444000))
20635;;; Generated autoloads from paren.el 20635;;; Generated autoloads from paren.el
20636 20636
20637(defvar show-paren-mode nil "\ 20637(defvar show-paren-mode nil "\
@@ -22414,8 +22414,8 @@ Optional argument FACE specifies the face to do the highlighting.
22414 22414
22415;;;*** 22415;;;***
22416 22416
22417;;;### (autoloads nil "python" "progmodes/python.el" (22700 907 783538 22417;;;### (autoloads nil "python" "progmodes/python.el" (22776 51906
22418;;;;;; 423000)) 22418;;;;;; 199147 435000))
22419;;; Generated autoloads from progmodes/python.el 22419;;; Generated autoloads from progmodes/python.el
22420(push (purecopy '(python 0 25 1)) package--builtin-versions) 22420(push (purecopy '(python 0 25 1)) package--builtin-versions)
22421 22421
@@ -32772,7 +32772,7 @@ Zone out, completely.
32772;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" 32772;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el"
32773;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el" 32773;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el"
32774;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" 32774;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el"
32775;;;;;; "x-dnd.el") (22700 28147 844034 58000)) 32775;;;;;; "x-dnd.el") (22776 53308 325150 823000))
32776 32776
32777;;;*** 32777;;;***
32778 32778