aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-09-09 12:30:03 +0000
committerEli Zaretskii2005-09-09 12:30:03 +0000
commit9198ee0e04a95f4e06b2757393f9b86f6776faef (patch)
tree801020db98bdb271fcbea2eaaeac60c6ef5ef753
parentf64b6c63b3f811c00b9897c3986e130f1de397bb (diff)
downloademacs-9198ee0e04a95f4e06b2757393f9b86f6776faef.tar.gz
emacs-9198ee0e04a95f4e06b2757393f9b86f6776faef.zip
Format- and whitespace-related changes.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/woman.el13
2 files changed, 9 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 87bd4c2b3cb..e7930860656 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-09-09 Emilio Lopes <eclig@gmx.net>
2
3 * woman.el: Format- and whitespace-related changes.
4
12005-09-09 Eli Zaretskii <eliz@gnu.org> 52005-09-09 Eli Zaretskii <eliz@gnu.org>
2 6
3 * woman.el: Fix my email address. 7 * woman.el: Fix my email address.
diff --git a/lisp/woman.el b/lisp/woman.el
index cc93b96eba2..e5753d746f7 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -422,9 +422,6 @@
422;; Geoff Voelker <voelker@cs.washington.edu> 422;; Geoff Voelker <voelker@cs.washington.edu>
423;; Eli Zaretskii <eliz@gnu.org> 423;; Eli Zaretskii <eliz@gnu.org>
424 424
425;;; History:
426;; For recent change log see end of file.
427
428 425
429;;; Code: 426;;; Code:
430 427
@@ -956,8 +953,9 @@ This is usually either black or white."
956 :group 'woman-faces) 953 :group 'woman-faces)
957 954
958 (defcustom woman-use-symbol-font nil 955 (defcustom woman-use-symbol-font nil
959 "*If non-nil then may use the symbol font. It is off by default, 956 "*If non-nil then may use the symbol font.
960mainly because it may change the line spacing (in NTEmacs 20.5)." 957It is off by default, mainly because it may change the line spacing
958\(in NTEmacs 20.5)."
961 :type 'boolean 959 :type 'boolean
962 :group 'woman-faces) 960 :group 'woman-faces)
963 961
@@ -1262,10 +1260,9 @@ Optional argument RE-CACHE, if non-nil, forces the cache to be re-read."
1262 ;; Unread the command event (TAB = ?\t = 9) that runs the command 1260 ;; Unread the command event (TAB = ?\t = 9) that runs the command
1263 ;; `minibuffer-complete' in order to automatically complete the 1261 ;; `minibuffer-complete' in order to automatically complete the
1264 ;; minibuffer contents as far as possible. 1262 ;; minibuffer contents as far as possible.
1265 (setq unread-command-events '(9)) ; and delete any type-ahead! 1263 (setq unread-command-events '(9)) ; and delete any type-ahead!
1266 (completing-read "Manual file: " files nil 1 1264 (completing-read "Manual file: " files nil 1
1267 (try-completion "" files) 'woman-file-history))) 1265 (try-completion "" files) 'woman-file-history))))))
1268 )))
1269 1266
1270(defun woman-select (predicate list) 1267(defun woman-select (predicate list)
1271 "Select unique elements for which PREDICATE is true in LIST. 1268 "Select unique elements for which PREDICATE is true in LIST.