comparison lisp/mh-e/mh-alias.el @ 65595:8e711c68e4ff

message format spec fixes, commit 14, this should be final commit
author Deepak Goel <deego@gnufans.org>
date Sun, 18 Sep 2005 12:48:32 +0000
parents 18a818a2ee7c
children 4520ae2624f2 fa0da9b57058
comparison
equal deleted inserted replaced
65594:edc6523dab8b 65595:8e711c68e4ff
249 (mh-exec-cmd-quiet t "ali" user-arg "-nolist" alias)) 249 (mh-exec-cmd-quiet t "ali" user-arg "-nolist" alias))
250 (goto-char (point-max)) 250 (goto-char (point-max))
251 (if (looking-at "^$") (delete-backward-char 1)) 251 (if (looking-at "^$") (delete-backward-char 1))
252 (buffer-substring (point-min)(point-max))) 252 (buffer-substring (point-min)(point-max)))
253 (error (progn 253 (error (progn
254 (message (error-message-string err)) 254 (message "%s" (error-message-string err))
255 alias)))) 255 alias))))
256 256
257 (defun mh-alias-expand (alias) 257 (defun mh-alias-expand (alias)
258 "Return expansion for ALIAS. 258 "Return expansion for ALIAS.
259 Blind aliases or users from /etc/passwd are not expanded." 259 Blind aliases or users from /etc/passwd are not expanded."