diff options
| author | Glenn Morris | 2011-02-27 17:07:29 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-27 17:07:29 -0800 |
| commit | 2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb (patch) | |
| tree | b924eb1c22ab3bce643676162ef039f250782661 /lisp/obsolete | |
| parent | df7f0d0b10ce31a6f1a8b7e979e120c695699d5a (diff) | |
| parent | d1f61aaf6f0b6a2cf2bbb7eaf5631f8b580568d4 (diff) | |
| download | emacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.tar.gz emacs-2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb.zip | |
Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.
Diffstat (limited to 'lisp/obsolete')
| -rw-r--r-- | lisp/obsolete/sym-comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/sym-comp.el b/lisp/obsolete/sym-comp.el index 6365a1075e0..7e9a460ea14 100644 --- a/lisp/obsolete/sym-comp.el +++ b/lisp/obsolete/sym-comp.el | |||
| @@ -51,7 +51,7 @@ Uses `current-word' with the buffer narrowed to the part before | |||
| 51 | point." | 51 | point." |
| 52 | (save-restriction | 52 | (save-restriction |
| 53 | ;; Narrow in case point is in the middle of a symbol -- we want | 53 | ;; Narrow in case point is in the middle of a symbol -- we want |
| 54 | ;; just the preceeding part. | 54 | ;; just the preceding part. |
| 55 | (narrow-to-region (point-min) (point)) | 55 | (narrow-to-region (point-min) (point)) |
| 56 | (current-word))) | 56 | (current-word))) |
| 57 | 57 | ||