Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (File Local Variables): Update enable-local-variables values. | Richard M. Stallman | 2007-03-05 | 1 | -4/+15 |
| | |||||
* | (Future Local Variables): Add index entry. | Eli Zaretskii | 2007-01-29 | 1 | -0/+1 |
| | |||||
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-16 | 1 | -2/+2 |
| | | | | 2001). | ||||
* | (Variable Aliases): Clarify that aliases vars always have the same value. | Richard M. Stallman | 2007-01-02 | 1 | -3/+5 |
| | |||||
* | (Tips for Defining): Fix a typo. | Eli Zaretskii | 2006-09-16 | 1 | -1/+1 |
| | |||||
* | (Setting Variables): add-to-list and add-to-ordered-list moved to List | Richard M. Stallman | 2006-07-24 | 1 | -99/+0 |
| | | | | Variables node. | ||||
* | fix bad page breaks | Karl Berry | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | Put period and comma inside quotes. | Richard M. Stallman | 2006-07-18 | 1 | -2/+2 |
| | |||||
* | (File Local Variables): Clarify that | Richard M. Stallman | 2006-07-17 | 1 | -4/+6 |
| | | | | file local variables make buffer-local bindings. | ||||
* | (Constant Variables): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -1/+0 |
| | |||||
* | (File Local Variables): Recommend to quote lambda | Reiner Steib | 2006-05-10 | 1 | -1/+2 |
| | | | | expressions in safe-local-variable property. | ||||
* | (File Local Variables): Document | Richard M. Stallman | 2006-05-10 | 1 | -0/+13 |
| | | | | safe-local-eval-forms and safe-local-eval-function. | ||||
* | (File Local Variables): Suggest using booleanp. | Richard M. Stallman | 2006-05-02 | 1 | -1/+2 |
| | |||||
* | (File Local Variables): Remove the special case t for safe-local-variable. | Stefan Monnier | 2006-04-29 | 1 | -7/+6 |
| | |||||
* | (Local Variables): Update the default value of `max-specpdl-size'. | Romain Francoise | 2006-04-17 | 1 | -1/+1 |
| | |||||
* | (File Local Variables): Clarifications. | Richard M. Stallman | 2006-02-15 | 1 | -12/+11 |
| | |||||
* | (File Local Variables): Clarifications. | Richard M. Stallman | 2006-02-14 | 1 | -23/+20 |
| | |||||
* | Typo. | Chong Yidong | 2006-02-14 | 1 | -1/+1 |
| | |||||
* | (File Local Variables): Use @code for a cons cell, not @var. | Juanma Barranquero | 2006-02-14 | 1 | -1/+1 |
| | |||||
* | * variables.texi (File Local Variables): Document new file local | Chong Yidong | 2006-02-14 | 1 | -34/+58 |
| | | | | variable behavior. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (Frame-Local Variables): Small clarification. | Richard M. Stallman | 2005-11-03 | 1 | -2/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-10 | 1 | -3/+2 |
| | |||||
* | (Defining Variables): Fix doc of `user-variable-p'. | Juanma Barranquero | 2005-06-29 | 1 | -1/+1 |
| | |||||
* | (Setting Variables): Correct and clarify description of `add-to-ordered-list'. | Luc Teirlinck | 2005-06-27 | 1 | -8/+15 |
| | |||||
* | (Setting Variables): Any type of element can be | Kim F. Storm | 2005-06-20 | 1 | -0/+49 |
| | | | | given order in add-to-ordered-list. Compare elements with eq. | ||||
* | Fix formatting ugliness. | Richard M. Stallman | 2005-06-18 | 1 | -29/+22 |
| | | | | (Variable Aliases): Simplify. | ||||
* | (Variable Aliases): Update argument names of `defvaralias', | Juanma Barranquero | 2005-06-15 | 1 | -18/+19 |
| | | | | `make-obsolete-variable' and `define-obsolete-variable-alias'. | ||||
* | Reorder nodes. | Luc Teirlinck | 2005-05-15 | 1 | -87/+87 |
| | | | | (Variables): Update menu. | ||||
* | (File Local Variables): Do not refer to the `-*-' line as | Luc Teirlinck | 2005-05-15 | 1 | -17/+17 |
| | | | | a "local variables list". Add pxref. | ||||
* | (File Local Variables): `(hack-local-variables t)' now also checks | Luc Teirlinck | 2005-05-09 | 1 | -4/+3 |
| | | | | whether a mode is specified in the local variables list. | ||||
* | (Variable Aliases): Change description of `define-obsolete-variable-alias'. | Luc Teirlinck | 2005-05-05 | 1 | -8/+13 |
| | |||||
* | Follow whitespace conventions. | Richard M. Stallman | 2005-05-04 | 1 | -2/+2 |
| | |||||
* | (Variable Aliases): `make-obsolete-variable' is a function and not a macro. | Luc Teirlinck | 2005-05-02 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2005-04-26 | 1 | -1/+1 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 2005-04-26 | 1 | -4/+3 |
| | |||||
* | (Variable Aliases): Clarify text. | Richard M. Stallman | 2005-04-26 | 1 | -17/+23 |
| | |||||
* | (Variable Aliases): Describe make-obsolete-variable | Nick Roberts | 2005-04-22 | 1 | -0/+27 |
| | | | | and define-obsolete-variable-alias. | ||||
* | (Creating Buffer-Local): change-major-mode-hook | Richard M. Stallman | 2005-02-14 | 1 | -2/+5 |
| | | | | is useful for discarding some minor modes. | ||||
* | Reposition @anchor's. | Luc Teirlinck | 2004-06-23 | 1 | -2/+3 |
| | |||||
* | (File Local Variables): Minor cleanup. | Richard M. Stallman | 2004-05-30 | 1 | -2/+2 |
| | |||||
* | * variables.texi (Variable Aliases): Mention | Jesper Harder | 2004-04-05 | 1 | -0/+3 |
| | | | | | | cyclic-variable-indirection. * errors.texi (Standard Errors): Ditto. | ||||
* | (Creating Buffer-Local): Add local-variable-if-set-p. | Richard M. Stallman | 2003-12-29 | 1 | -0/+6 |
| | |||||
* | (Variables with Restricted Values): New node. | Luc Teirlinck | 2003-12-25 | 1 | -4/+43 |
| | |||||
* | (Defining Variables): Second argument to `defconst' is not optional. | Luc Teirlinck | 2003-11-05 | 1 | -18/+61 |
| | | | | | | | | | | | | (Setting Variables): Mention optional argument APPEND to `add-to-list'. (Creating Buffer-Local): Expand description of `make-variable-buffer-local'. (Frame-Local Variables): Expand description of `make-variable-frame-local'. (Variable Aliases): Correct description of optional argument DOCSTRING to `defvaralias'. Mention return value of `defvaralias'. (File Local Variables): Add xref to `File variables' in Emacs Manual. Correct description of `hack-local-variables'. Mention `safe-local-variable' property. Mention optional second argument to `risky-local-variable-p'. | ||||
* | Index lexical scoping | Dave Love | 2003-10-06 | 1 | -0/+1 |
| | |||||
* | Avoid @strong{Note:}. | Richard M. Stallman | 2003-09-26 | 1 | -3/+3 |
| | |||||
* | (Creating Buffer-Local): Delete duplicate definition of buffer-local-value. | Richard M. Stallman | 2003-09-19 | 1 | -10/+9 |
| | | | | (File Local Variables): Explain about discarding text props. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+4 |
| | |||||
* | (Local Variables): Use lc for example variable names. | Richard M. Stallman | 2003-08-06 | 1 | -10/+10 |
| |