diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 1998-12-31 01:49:11 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 1998-12-31 01:49:11 +0000 |
commit | cac7e5a8cf4c04112c13d038c9a14b6b53a42043 (patch) | |
tree | 1f3bf1d8ab41973a68f9e2da9af3f47999361100 /lisp/textmodes/page-ext.el | |
parent | ba5c004d4be7664fba1350c0714f1e065c9127ba (diff) | |
download | emacs-cac7e5a8cf4c04112c13d038c9a14b6b53a42043.tar.gz emacs-cac7e5a8cf4c04112c13d038c9a14b6b53a42043.tar.bz2 emacs-cac7e5a8cf4c04112c13d038c9a14b6b53a42043.zip |
Fix typo.
Diffstat (limited to 'lisp/textmodes/page-ext.el')
-rw-r--r-- | lisp/textmodes/page-ext.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el index 9c830b87b2f..0acd44b6a6a 100644 --- a/lisp/textmodes/page-ext.el +++ b/lisp/textmodes/page-ext.el @@ -678,7 +678,7 @@ Used by `pages-directory' function." (insert-buffer-substring target-buffer start end) (put-text-property inserted-at (point) 'mouse-face 'highlight) - (put-text-property inserted-at (point) 'rear-nonsticky 'highlight))) + (put-text-property inserted-at (point) 'rear-nonsticky 'highlight)) (if count-lines-p (save-excursion |