source: projects/specs/trunk/e/emacs/emacs25-local.el @ 10750

Revision 10750, 610 bytes checked in by munepi, 8 years ago (diff)

updated Emacs 25.1 RC2

renamed: coding-system-init.el.emacs24 -> coding-system-init.el.emacs25
renamed: emacs24-local.el -> emacs25-local.el
renamed: emacs24-vl.spec -> emacs25-vl.spec
renamed: emacs24.desktop.in -> emacs25.desktop.in
renamed: site-start.el.emacs24 -> site-start.el.emacs25

Line 
1;;
2;; GNU Emacs EMACS_VERSION local configuration file
3;;
4;; This configuration is read at the end of site-start.el.
5;; Emacs configuration files are read
6;;   - distribution wide from site-start.el
7;;   - system wide from this configuration file
8;;   - per user from ~/.emacs.d/init.el,
9;; where per user settings override system wide settings,
10;; and system wide settings override site-start.el.
11
12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
13
14
15
16
17
18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
19
20;; Local Variables:
21;; mode: emacs-lisp
22;; End:
Note: See TracBrowser for help on using the repository browser.