Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Emacs Lisp mode use emacs-lisp-mode-abbrev-table. | Chong Yidong | 2012-01-29 | 1 | -3/+9 |
| | | | | | | | | | | * lisp/emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define and use in Emacs Lisp mode. (lisp-mode-abbrev-table): Add doc. (lisp-mode-variables): Don't set local-abbrev-table. (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table. Fixes: debbugs:9360 | ||||
* | Fix M-x package-install failure if no archive has been fetched yet. | Phil Hagelberg | 2012-01-28 | 1 | -0/+2 |
| | | | | | | | * emacs-lisp/package.el (package-install): Run package-refresh-contents if there is no archive yet. Fixes: debbugs:97978 | ||||
* | Fix package.el dependency handling so that `require' calls work. | Chong Yidong | 2012-01-28 | 1 | -25/+36 |
| | | | | | | | | | | | * lisp/emacs-lisp/package.el (package-maybe-load-descriptor): New function, split from package-maybe-load-descriptor. (package-maybe-load-descriptor): Use it. (package-download-transaction): Fully load required packages inside the loop, so that `require' calls work. (package-install): No need to call package-initialize now. Fixes: debbugs:10593 | ||||
* | Doc fix for lexical-binding being in line one. | Glenn Morris | 2012-01-25 | 1 | -2/+1 |
| | | | | | | | | | | | | | | Ref http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00543.html * doc/lispref/variables.texi (Using Lexical Binding): Mention that lexical-binding should be set in the first line. * src/lread.c (syms_of_lread): Doc fix. * lisp/emacs-lisp/tabulated-list.el, lisp/progmodes/f90.el: Move lexical-binding file-local to line one. * etc/NEWS: lexical-binding should be ine the first line. | ||||
* | Duplicate-word and spelling fixes. | Paul Eggert | 2012-01-10 | 2 | -2/+2 |
| | |||||
* | Commit of auto-generated files. | Eli Zaretskii | 2012-01-06 | 1 | -2/+2 |
| | |||||
* | Trivial bytecomp.el fix for file-local buffer-read-only. | Glenn Morris | 2012-01-05 | 1 | -1/+3 |
| | | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file local setting of buffer-read-only to the input buffer. Fixes: debbugs:10419 | ||||
* | Auto-commit of loaddefs files. | Glenn Morris | 2012-01-05 | 1 | -4/+4 |
| | |||||
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 74 | -74/+74 |
| | |||||
* | * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation. | Andreas Schwab | 2011-12-31 | 1 | -31/+31 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-12-30 | 3 | -3/+3 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-12-29 | 2 | -2/+2 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-12-18 | 1 | -1/+1 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-12-14 | 1 | -5/+5 |
| | |||||
* | Fix typos. | Juanma Barranquero | 2011-12-09 | 1 | -2/+2 |
| | |||||
* | * lisp/emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt. | Stefan Monnier | 2011-12-08 | 1 | -0/+1 |
| | | | | Fixes: debbugs:10244 | ||||
* | * lisp/emacs-lisp/package.el (package-archives): Doc fix re riskiness. | Glenn Morris | 2011-12-06 | 1 | -1/+6 |
| | |||||
* | * lisp/emacs-lisp/assoc.el (aput): Fix return value | Christopher Genovese | 2011-12-05 | 1 | -4/+3 |
| | | | | Fixes: debbugs:10146 | ||||
* | Spelling fixes. | Paul Eggert | 2011-12-04 | 2 | -2/+2 |
| | |||||
* | * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc. | Chong Yidong | 2011-11-28 | 1 | -4/+4 |
| | |||||
* | Spelling fixes (mostly "inactive" vs "deactivate"). | Paul Eggert | 2011-11-27 | 1 | -5/+5 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-11-26 | 4 | -5/+5 |
| | |||||
* | Fix typos. | Juanma Barranquero | 2011-11-25 | 2 | -35/+35 |
| | |||||
* | Fix "make autoloads" on MS-Windows. | Eli Zaretskii | 2011-11-23 | 1 | -1/+5 |
| | | | | | lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): On MS-DOS and MS-Windows, compare with loaddefs.el case-insensitively. | ||||
* | Spelling fixes. | Paul Eggert | 2011-11-22 | 3 | -3/+3 |
| | |||||
* | Tell the caller that the next line needs recomputation, even though it ↵ | Lars Magne Ingebrigtsen | 2011-11-21 | 1 | -6/+10 |
| | | | | | | doesn't start a sexp. Fixes: debbugs:10094 | ||||
* | * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify. | Stefan Monnier | 2011-11-21 | 1 | -9/+1 |
| | |||||
* | Fix typos. | Juanma Barranquero | 2011-11-20 | 1 | -1/+1 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-11-19 | 2 | -2/+2 |
| | |||||
* | * lisp/emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably. | Stefan Monnier | 2011-11-19 | 1 | -4/+7 |
| | | | | | | | (byte-compile-global-not-obsolete-vars): New var. (byte-compile-check-variable, byte-compile-make-obsolete-variable): Use it. (byte-compile-warn-obsolete): Align text with the one in *Help*. | ||||
* | Fix typos. | Juanma Barranquero | 2011-11-20 | 2 | -2/+2 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-11-19 | 3 | -3/+3 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-11-19 | 4 | -4/+4 |
| | |||||
* | * lisp/emacs-lisp/smie.el: Improve warnings and conflict detection. | Stefan Monnier | 2011-11-18 | 1 | -46/+109 |
| | | | | | | | | | | (smie-warning-count): New var. (smie-set-prec2tab): Use it. (smie-bnf->prec2): Improve warnings. Add docstring. (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist. (smie-bnf--set-class): New function. (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix corner case. | ||||
* | Spelling fixes. | Paul Eggert | 2011-11-18 | 1 | -1/+1 |
| | |||||
* | autoload.el fix for bug#10049 | Glenn Morris | 2011-11-17 | 1 | -0/+7 |
| | | | | | | * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): Ignore buffer-local generated-autoload-file if it is the same as the global value. | ||||
* | Spelling fixes. | Paul Eggert | 2011-11-17 | 3 | -5/+6 |
| | |||||
* | Fix typos. | Juanma Barranquero | 2011-11-16 | 2 | -2/+2 |
| | |||||
* | * autoconf.el (autoconf-mode): Fix comment-start-skip regexp. | Chong Yidong | 2011-11-16 | 1 | -1/+1 |
| | | | | Fixes: debbugs:10033 | ||||
* | Fix typos. | Juanma Barranquero | 2011-11-15 | 4 | -16/+16 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-11-14 | 3 | -4/+4 |
| | |||||
* | Fix typos. | Juanma Barranquero | 2011-11-14 | 1 | -2/+2 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-11-14 | 3 | -13/+13 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-11-13 | 3 | -3/+3 |
| | |||||
* | Spelling fixes. | Paul Eggert | 2011-11-12 | 2 | -2/+2 |
| | |||||
* | toggle-read-only fixes for bugs#7292, 10006. | Glenn Morris | 2011-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | * doc/lispref/buffers.texi (Read Only Buffers): Expand a bit on why toggle-read-only should only be used interactively. * lisp/files.el (toggle-read-only): Mention that it should only be used interactively. * lisp/emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): Add toggle-read-only. | ||||
* | * emacs-lisp/find-func.el (find-function-read): Fix incorrect use of default ↵ | thierry volpiatto | 2011-11-08 | 1 | -23/+17 |
| | | | | argument in `completing-read'. | ||||
* | * emacs-lisp/package.el (package-refresh-contents): Add autoload. | Chong Yidong | 2011-10-29 | 1 | -0/+1 |
| | |||||
* | * lisp/emacs-lisp/cl.el (most-negative-float): Fix doc typo. | Glenn Morris | 2011-10-27 | 1 | -1/+1 |
| |