diff options
| author | Jim Blandy | 1992-07-22 21:20:04 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-07-22 21:20:04 +0000 |
| commit | 067ffa38a5d8f117efb94afa8a2edba3d832ee1a (patch) | |
| tree | 5e0aa111aaea3b87012cdf4a979eb1e3118d3819 | |
| parent | 21800cb80bdd7f1e5e2d3d96828c11ae96ddaed0 (diff) | |
| download | emacs-067ffa38a5d8f117efb94afa8a2edba3d832ee1a.tar.gz emacs-067ffa38a5d8f117efb94afa8a2edba3d832ee1a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/gnus.el | 2 | ||||
| -rw-r--r-- | lisp/isearch.el | 2 | ||||
| -rw-r--r-- | lisp/mhspool.el | 2 | ||||
| -rw-r--r-- | lisp/nnspool.el | 2 | ||||
| -rw-r--r-- | lisp/nntp.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/hideif.el | 3 | ||||
| -rw-r--r-- | src/fileio.c | 7 | ||||
| -rw-r--r-- | src/keyboard.c | 14 |
8 files changed, 20 insertions, 14 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el index 75ea4f2134c..ad80ec2372b 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el | |||
| @@ -5,8 +5,6 @@ | |||
| 5 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 5 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 6 | ;; Keywords: news | 6 | ;; Keywords: news |
| 7 | 7 | ||
| 8 | ;; $Header: gnus.el,v 3.13 90/03/23 13:24:27 umerin Locked $ | ||
| 9 | |||
| 10 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 11 | 9 | ||
| 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/isearch.el b/lisp/isearch.el index 0e93b054ef0..0a0fc946be1 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -61,8 +61,6 @@ | |||
| 61 | 61 | ||
| 62 | ;;;==================================================================== | 62 | ;;;==================================================================== |
| 63 | 63 | ||
| 64 | ;;; $Header: /import/kaplan/kaplan/liberte/Isearch/RCS/isearch-mode.el,v 1.2 92/05/27 11:33:57 liberte Exp Locker: liberte $ | ||
| 65 | ;;; $Log: isearch-mode.el,v $ | ||
| 66 | ;;; Revision 1.2 92/05/27 11:33:57 liberte | 64 | ;;; Revision 1.2 92/05/27 11:33:57 liberte |
| 67 | ;;; Several new commands and features have been added. Emacs version | 65 | ;;; Several new commands and features have been added. Emacs version |
| 68 | ;;; 19 has a search ring, which is supported here. Other fixes found | 66 | ;;; 19 has a search ring, which is supported here. Other fixes found |
diff --git a/lisp/mhspool.el b/lisp/mhspool.el index fba1b5ae839..81704e54be6 100644 --- a/lisp/mhspool.el +++ b/lisp/mhspool.el | |||
| @@ -7,8 +7,6 @@ | |||
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 8 | ;; Keywords: mail, news | 8 | ;; Keywords: mail, news |
| 9 | 9 | ||
| 10 | ;; $Header: mhspool.el,v 1.5 90/03/23 13:25:23 umerin Locked $ | ||
| 11 | |||
| 12 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 13 | 11 | ||
| 14 | ;; GNU Emacs is distributed in the hope that it will be useful, | 12 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/lisp/nnspool.el b/lisp/nnspool.el index 5a5c3322976..b497a5c713a 100644 --- a/lisp/nnspool.el +++ b/lisp/nnspool.el | |||
| @@ -6,8 +6,6 @@ | |||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
| 8 | 8 | ||
| 9 | ;; $Header: nnspool.el,v 1.10 90/03/23 13:25:25 umerin Locked $ | ||
| 10 | |||
| 11 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 12 | 10 | ||
| 13 | ;; GNU Emacs is distributed in the hope that it will be useful, | 11 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/lisp/nntp.el b/lisp/nntp.el index cac01653160..17565095c6a 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el | |||
| @@ -6,8 +6,6 @@ | |||
| 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 7 | ;; Keywords: news | 7 | ;; Keywords: news |
| 8 | 8 | ||
| 9 | ;; $Header: nntp.el,v 3.10 90/03/23 13:25:27 umerin Locked $ | ||
| 10 | |||
| 11 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 12 | 10 | ||
| 13 | ;; GNU Emacs is distributed in the hope that it will be useful, | 11 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index 2bedcef8cca..36587129891 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el | |||
| @@ -5,8 +5,6 @@ | |||
| 5 | ;; Author: Dan LaLiberte <liberte@a.cs.uiuc.edu> | 5 | ;; Author: Dan LaLiberte <liberte@a.cs.uiuc.edu> |
| 6 | ;; Keywords: c | 6 | ;; Keywords: c |
| 7 | 7 | ||
| 8 | ;;; $Header: hide-ifdef-mode.el,v 1.7 88/02/16 03:12:58 liberte Exp $ | ||
| 9 | |||
| 10 | ;;; Commentary: | 8 | ;;; Commentary: |
| 11 | 9 | ||
| 12 | ;;; Written by Brian Marick, at Gould, Computer Systems Division, Urbana IL. | 10 | ;;; Written by Brian Marick, at Gould, Computer Systems Division, Urbana IL. |
| @@ -94,7 +92,6 @@ | |||
| 94 | 92 | ||
| 95 | ;;; Change Log: | 93 | ;;; Change Log: |
| 96 | ;;; | 94 | ;;; |
| 97 | ;;; $Log: hide-ifdef-mode.el,v $ | ||
| 98 | ;;; Revision 1.7 88/02/16 03:12:58 liberte | 95 | ;;; Revision 1.7 88/02/16 03:12:58 liberte |
| 99 | ;;; Fixed comments and doc strings. | 96 | ;;; Fixed comments and doc strings. |
| 100 | ;;; Added optional prefix arg for ifdef motion commands. | 97 | ;;; Added optional prefix arg for ifdef motion commands. |
diff --git a/src/fileio.c b/src/fileio.c index 59a7c9eeec0..144ebe00ef2 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1364,6 +1364,13 @@ duplicates what `expand-file-name' does.") | |||
| 1364 | #endif /* not VMS */ | 1364 | #endif /* not VMS */ |
| 1365 | } | 1365 | } |
| 1366 | 1366 | ||
| 1367 | /* A slightly faster and more convenient way to get | ||
| 1368 | (directory-file-name (expand-file-name FOO)). The return value may | ||
| 1369 | have had its last character zapped with a '\0' character, meaning | ||
| 1370 | that it is acceptable to system calls, but not to other lisp | ||
| 1371 | functions. Callers should make sure that the return value doesn't | ||
| 1372 | escape. */ | ||
| 1373 | |||
| 1367 | Lisp_Object | 1374 | Lisp_Object |
| 1368 | expand_and_dir_to_file (filename, defdir) | 1375 | expand_and_dir_to_file (filename, defdir) |
| 1369 | Lisp_Object filename, defdir; | 1376 | Lisp_Object filename, defdir; |
diff --git a/src/keyboard.c b/src/keyboard.c index 442a4f318ea..ceab36647fd 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -2697,8 +2697,20 @@ read_key_sequence (keybuf, bufsize, prompt) | |||
| 2697 | /* Scan from fkey_end until we find a bound suffix. */ | 2697 | /* Scan from fkey_end until we find a bound suffix. */ |
| 2698 | while (fkey_end < t) | 2698 | while (fkey_end < t) |
| 2699 | { | 2699 | { |
| 2700 | /* Look up meta-characters by prefixing them | ||
| 2701 | with meta_prefix_char. I hate this. */ | ||
| 2702 | if (keybuf[fkey_end++] & 0x80) | ||
| 2703 | fkey_next = | ||
| 2704 | get_keymap_1 (get_keyelt | ||
| 2705 | (access_keymap (fkey_map, meta_prefix_char)), | ||
| 2706 | 0); | ||
| 2707 | else | ||
| 2708 | fkey_next = fkey_map; | ||
| 2709 | |||
| 2700 | fkey_next = | 2710 | fkey_next = |
| 2701 | get_keyelt (access_keymap (fkey_map, keybuf[fkey_end++])); | 2711 | get_keyelt (access_keymap |
| 2712 | (fkey_next, keybuf[(fkey_end++) & 0x7f])); | ||
| 2713 | |||
| 2702 | /* If keybuf[fkey_start..fkey_next] is bound in the | 2714 | /* If keybuf[fkey_start..fkey_next] is bound in the |
| 2703 | function key map and it's a suffix of the current | 2715 | function key map and it's a suffix of the current |
| 2704 | sequence (i.e. fkey_next == t), replace it with | 2716 | sequence (i.e. fkey_next == t), replace it with |