summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* Make Emacs Lisp mode use emacs-lisp-mode-abbrev-table.Chong Yidong2012-01-291-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 Hagelberg2012-01-281-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 Yidong2012-01-281-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 Morris2012-01-251-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 Eggert2012-01-102-2/+2
|
* Commit of auto-generated files.Eli Zaretskii2012-01-061-2/+2
|
* Trivial bytecomp.el fix for file-local buffer-read-only.Glenn Morris2012-01-051-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 Morris2012-01-051-4/+4
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-0574-74/+74
|
* * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.Andreas Schwab2011-12-311-31/+31
|
* Spelling fixes.Paul Eggert2011-12-303-3/+3
|
* Spelling fixes.Paul Eggert2011-12-292-2/+2
|
* Spelling fixes.Paul Eggert2011-12-181-1/+1
|
* Spelling fixes.Paul Eggert2011-12-141-5/+5
|
* Fix typos.Juanma Barranquero2011-12-091-2/+2
|
* * lisp/emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt.Stefan Monnier2011-12-081-0/+1
| | | | Fixes: debbugs:10244
* * lisp/emacs-lisp/package.el (package-archives): Doc fix re riskiness.Glenn Morris2011-12-061-1/+6
|
* * lisp/emacs-lisp/assoc.el (aput): Fix return valueChristopher Genovese2011-12-051-4/+3
| | | | Fixes: debbugs:10146
* Spelling fixes.Paul Eggert2011-12-042-2/+2
|
* * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.Chong Yidong2011-11-281-4/+4
|
* Spelling fixes (mostly "inactive" vs "deactivate").Paul Eggert2011-11-271-5/+5
|
* Spelling fixes.Paul Eggert2011-11-264-5/+5
|
* Fix typos.Juanma Barranquero2011-11-252-35/+35
|
* Fix "make autoloads" on MS-Windows.Eli Zaretskii2011-11-231-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 Eggert2011-11-223-3/+3
|
* Tell the caller that the next line needs recomputation, even though it ↵Lars Magne Ingebrigtsen2011-11-211-6/+10
| | | | | | doesn't start a sexp. Fixes: debbugs:10094
* * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.Stefan Monnier2011-11-211-9/+1
|
* Fix typos.Juanma Barranquero2011-11-201-1/+1
|
* Spelling fixes.Paul Eggert2011-11-192-2/+2
|
* * lisp/emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.Stefan Monnier2011-11-191-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 Barranquero2011-11-202-2/+2
|
* Spelling fixes.Paul Eggert2011-11-193-3/+3
|
* Spelling fixes.Paul Eggert2011-11-194-4/+4
|
* * lisp/emacs-lisp/smie.el: Improve warnings and conflict detection.Stefan Monnier2011-11-181-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 Eggert2011-11-181-1/+1
|
* autoload.el fix for bug#10049Glenn Morris2011-11-171-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 Eggert2011-11-173-5/+6
|
* Fix typos.Juanma Barranquero2011-11-162-2/+2
|
* * autoconf.el (autoconf-mode): Fix comment-start-skip regexp.Chong Yidong2011-11-161-1/+1
| | | | Fixes: debbugs:10033
* Fix typos.Juanma Barranquero2011-11-154-16/+16
|
* Spelling fixes.Paul Eggert2011-11-141-1/+1
|
* Spelling fixes.Paul Eggert2011-11-143-4/+4
|
* Fix typos.Juanma Barranquero2011-11-141-2/+2
|
* Spelling fixes.Paul Eggert2011-11-143-13/+13
|
* Spelling fixes.Paul Eggert2011-11-133-3/+3
|
* Spelling fixes.Paul Eggert2011-11-122-2/+2
|
* toggle-read-only fixes for bugs#7292, 10006.Glenn Morris2011-11-091-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 volpiatto2011-11-081-23/+17
| | | | argument in `completing-read'.
* * emacs-lisp/package.el (package-refresh-contents): Add autoload.Chong Yidong2011-10-291-0/+1
|
* * lisp/emacs-lisp/cl.el (most-negative-float): Fix doc typo.Glenn Morris2011-10-271-1/+1
|