Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Doc updates for define-minor-mode argument behavior | Glenn Morris | 2012-02-07 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | * doc/lispref/modes.texi (Defining Minor Modes): Expand on args of defined minor modes. * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fixes for the macro and the mode it defines. | |||||
* | | lisp/emacs-lisp/pp.el: Do not reimplement common macros; use `looking-at-p'. | Juanma Barranquero | 2012-02-05 | 1 | -19/+12 | |
| | | | | | | | | | | | | (pp-to-string): Use `with-temp-buffer'. (pp-buffer): Use `ignore-errors', `looking-at-p'. (pp-last-sexp): Use `looking-at-p'. | |||||
* | | ert-x trivia | Glenn Morris | 2012-02-04 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | * lisp/emacs-lisp/ert-x.el (ert-simulate-command): Check deferred-action-list (which is obsolete) is bound. * etc/NEWS: Related markup. | |||||
* | | Fix dead link in smie.el | Leo Liu | 2012-02-04 | 1 | -1/+1 | |
| | | | | | | | | http://debbugs.gnu.org/10711 | |||||
* | | Tweak previous define-minor-mode change | Glenn Morris | 2012-01-31 | 1 | -9/+3 | |
| | | | | | | | | | | * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Relax :variable's test for a named function. | |||||
* | | * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. | Glenn Morris | 2012-01-30 | 1 | -7/+12 | |
| | | ||||||
* | | Small define-minor-mode fix for variable: keyword. | Glenn Morris | 2012-01-30 | 1 | -2/+10 | |
| | | | | | | | | | | * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Allow named functions to be used as the cdr of variable:. | |||||
* | | * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix :variable case. | Glenn Morris | 2012-01-30 | 1 | -1/+1 | |
| | | ||||||
* | | authors.el trivia | Glenn Morris | 2012-01-30 | 1 | -1/+2 | |
| | | | | | | | | | | * lisp/emacs-lisp/authors.el (authors-fixed-entries): Remove reference to deleted file rnewspost.el. | |||||
* | | 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 | |
| | |