Mercurial > emacs
comparison lisp/ChangeLog @ 26435:d0688a3d63b5
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 13 Nov 1999 21:57:55 +0000 |
parents | d75b48d55c98 |
children | 597bc55b13de |
comparison
equal
deleted
inserted
replaced
26434:d75b48d55c98 | 26435:d0688a3d63b5 |
---|---|
2 | 2 |
3 * textmodes/scribe.el (scribe-mode): Doc-fix. | 3 * textmodes/scribe.el (scribe-mode): Doc-fix. |
4 | 4 |
5 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> | 5 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
6 | 6 |
7 * net-utils.el (run-network-program, net-utils-run-program): | 7 * net-utils.el (run-network-program, net-utils-run-program): Use |
8 Use the new backquote syntax. | 8 the new backquote syntax. |
9 (smbclient-program, smbclient-program-options, smbclient-prompt-regexp, | 9 (smbclient-program, smbclient-program-options) |
10 smbclient-font-lock-keywords): New variables | 10 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New |
11 variables | |
11 (smbclient, smbclient-list-shares): New functions | 12 (smbclient, smbclient-list-shares): New functions |
12 | 13 |
13 1999-11-12 Sam Steingold <sds@ksp.com> | 14 1999-11-12 Sam Steingold <sds@ksp.com> |
14 | 15 |
15 * emulation/viper-init.el (viper-deflocalvar, viper-loop, | 16 * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
16 viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair, | 17 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) |
17 viper-kbd-buf-definition, viper-kbd-mode-alist, | 18 (viper-kbd-buf-definition, viper-kbd-mode-alist) |
18 viper-kbd-mode-pair, viper-kbd-mode-definition, | 19 (viper-kbd-mode-pair, viper-kbd-mode-definition) |
19 viper-kbd-global-pair, viper-kbd-global-definition): | 20 (viper-kbd-global-pair, viper-kbd-global-definition): |
20 Use the new backquote syntax. | 21 Use the new backquote syntax. |
21 | 22 |
22 * emulation/viper-cmd.el (viper-test-com-defun, | 23 * emulation/viper-cmd.el (viper-test-com-defun) |
23 viper-prefix-arg-value, viper-prefix-arg-com): | 24 (viper-prefix-arg-value, viper-prefix-arg-com): |
24 Use the new backquote syntax. | 25 Use the new backquote syntax. |
25 | 26 |
26 * emacs-lisp/debug.el (debugger-env-macro): | 27 * emacs-lisp/debug.el (debugger-env-macro): |
27 Use the new backquote syntax. | 28 Use the new backquote syntax. |
28 | 29 |