diff options
| author | Leo Liu | 2014-04-12 12:07:53 +0800 |
|---|---|---|
| committer | Leo Liu | 2014-04-12 12:07:53 +0800 |
| commit | 2e611da66e0192a8a63437dbc8f116314cadb71d (patch) | |
| tree | fd1de5233fbfbae6e0c9c86720fc54d055ae354d /lisp/ChangeLog | |
| parent | f628e17c4b814d93b40515af62ab1dbb2ca62226 (diff) | |
| download | emacs-2e611da66e0192a8a63437dbc8f116314cadb71d.tar.gz emacs-2e611da66e0192a8a63437dbc8f116314cadb71d.zip | |
Don't break emacs <= 24.3 just yet
* progmodes/octave.el (completion-table-with-cache): Define if not
available.
(octave-goto-function-definition)
(octave-sync-function-file-names)
(octave-find-definition-default-filename): Backquote upattern for
compatibility.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c5b40ef86a..6ccf81c9c35 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-04-12 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/octave.el (completion-table-with-cache): Define if not | ||
| 4 | available. | ||
| 5 | (octave-goto-function-definition) | ||
| 6 | (octave-sync-function-file-names) | ||
| 7 | (octave-find-definition-default-filename): Backquote upattern for | ||
| 8 | compatibility. | ||
| 9 | |||
| 1 | 2014-04-11 Michael Albinus <michael.albinus@gmx.de> | 10 | 2014-04-11 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 11 | ||
| 3 | * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file | 12 | * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file |