diff options
| author | Chong Yidong | 2007-03-25 17:51:56 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-03-25 17:51:56 +0000 |
| commit | c324c766da1677b9b6adc7fd9ea229fa5f7101cf (patch) | |
| tree | 9af3f29d4c21adee7bcbf8ae45ae1334c2ce5c92 | |
| parent | 0080747bab1925eba5c2696cf2c9ecf2b4559cd9 (diff) | |
| download | emacs-c324c766da1677b9b6adc7fd9ea229fa5f7101cf.tar.gz emacs-c324c766da1677b9b6adc7fd9ea229fa5f7101cf.zip | |
* progmodes/compile.el (compilation-start): Save
compilation-directory rather than default-directory as local var.
(compilation-directory): Mark as safe local var.
* files.el: Don't mark default-directory as a safe local var.
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c0e86395e5..a7785ca2a96 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-03-25 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-start): Save | ||
| 4 | compilation-directory rather than default-directory as local var. | ||
| 5 | (compilation-directory): Mark as safe local var. | ||
| 6 | |||
| 7 | * files.el: Don't mark default-directory as a safe local var. | ||
| 8 | |||
| 1 | 2007-03-25 Alan Mackenzie <acm@muc.de> | 9 | 2007-03-25 Alan Mackenzie <acm@muc.de> |
| 2 | 10 | ||
| 3 | * progmodes/cc-mode.el (c-before-change): Fix BOB bug. | 11 | * progmodes/cc-mode.el (c-before-change): Fix BOB bug. |